Skip to content

Commit

Permalink
Removed time
Browse files Browse the repository at this point in the history
Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
  • Loading branch information
vadymhlushko-mlnx committed Apr 13, 2022
1 parent af190f2 commit 468cfb6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_pbh.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import pytest
import logging
import time

import test_flex_counters as flex_counter_module

Expand Down Expand Up @@ -424,7 +423,6 @@ def test_PbhRuleUpdateFlowCounter(self, dvs, testlog):
pbhlogger.info("Enable a ACL FLEX counter")
test_flex_counters.set_flex_counter_group_status(counter_key, counter_map)
test_flex_counters.set_flex_counter_group_interval(counter_key, counter_stat, '1000')
time.sleep(1)
test_flex_counters.verify_flex_counters_populated(counter_map, counter_stat)

pbhlogger.info("Disable a flow counter for PBH rule: {}".format(PBH_RULE_NAME))
Expand Down

0 comments on commit 468cfb6

Please sign in to comment.