aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_acl_plugin.py
diff options
context:
space:
mode:
authorKlement Sekera <ksekera@cisco.com>2017-11-09 09:16:39 +0100
committerDamjan Marion <dmarion.lists@gmail.com>2017-11-10 20:23:18 +0000
commit6a6f4f7fe777dc77f8496fae1fc1075372ad16b6 (patch)
tree2bd81ebb24c095b7648fbce5e5c82357c91dde27 /test/test_acl_plugin.py
parentb79d886ff411e402818e0d172d7c3facd1da00d8 (diff)
make test: automatically seed random generator
Change-Id: I286b61d41cc2b557de3eb8801ff95c643f680acd Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'test/test_acl_plugin.py')
-rw-r--r--test/test_acl_plugin.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_acl_plugin.py b/test/test_acl_plugin.py
index cd375a2cea7..4d748921aaf 100644
--- a/test/test_acl_plugin.py
+++ b/test/test_acl_plugin.py
@@ -85,8 +85,6 @@ class TestACLplugin(VppTestCase):
"""
super(TestACLplugin, cls).setUpClass()
- random.seed()
-
try:
# Create 2 pg interfaces
cls.create_pg_interfaces(range(2))