aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_nat.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_nat.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_nat.py')
-rw-r--r--test/test_nat.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_nat.py b/test/test_nat.py
index b01fe076754..6eb54dda2e7 100644
--- a/test/test_nat.py
+++ b/test/test_nat.py
@@ -704,8 +704,6 @@ class TestNAT44(MethodHolder):
cls.pg4._remote_ip4 = cls.pg9._remote_hosts[0]._ip4 = "10.0.0.2"
cls.pg9.resolve_arp()
- random.seed()
-
except Exception:
super(TestNAT44, cls).tearDownClass()
raise