diff options
Diffstat (limited to 'test/test_nat.py')
-rw-r--r-- | test/test_nat.py | 2 |
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 |