From a8ab5e74ed70a403ffa4bf1c8e48e273e79e7365 Mon Sep 17 00:00:00 2001 From: NoSkillGirl Date: Tue, 29 Jun 2021 11:52:24 +0530 Subject: [PATCH] added comment Signed-off-by: NoSkillGirl --- test/e2e/common/common.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/common/common.go b/test/e2e/common/common.go index 52c0ac37ae..aba5e7beb0 100644 --- a/test/e2e/common/common.go +++ b/test/e2e/common/common.go @@ -29,6 +29,7 @@ func CallMetrics() (string, error) { return newStr, nil } +// ProcessMetrics checks the metrics log and identify if the policy is added in cache or not func ProcessMetrics(newStr, e2ePolicyName string, e2eTime time.Time) (bool, error) { var action, policyName string var timeInTimeFormat time.Time