summaryrefslogtreecommitdiff
path: root/cesar/test_general/station
diff options
context:
space:
mode:
authorThierry Carré2012-08-24 13:12:51 +0200
committerThierry Carré2013-01-31 15:04:45 +0100
commit2d3e1b6fcce9bed93a8d4d2c849bc3a141a1c8c1 (patch)
tree2c7fb48445721c2f512b05983b3d726919266679 /cesar/test_general/station
parent56b544da862a33e7d6d0000ba65d630935325ff1 (diff)
cesar/test_general/station/scenario/av: add maximus uninit to sc09 script
Pre-fix, because the bug is detected only with the maximus refactoring.
Diffstat (limited to 'cesar/test_general/station')
-rw-r--r--cesar/test_general/station/scenario/av/py/sc09_simple_connect.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cesar/test_general/station/scenario/av/py/sc09_simple_connect.py b/cesar/test_general/station/scenario/av/py/sc09_simple_connect.py
index f02e87a197..208c2d610c 100644
--- a/cesar/test_general/station/scenario/av/py/sc09_simple_connect.py
+++ b/cesar/test_general/station/scenario/av/py/sc09_simple_connect.py
@@ -110,6 +110,7 @@ class TestSimpleConnect (unittest.TestCase):
ok = protocol.protocol_exchange_check (self.csi.sniffed_packets)
self.failUnless (ok)
del self.csi.sniffed_packets
+ self.uninit ()
def assocationAuthentication (self, protocol, sta1_mac, sta2_mac, nid,
snid):
@@ -188,6 +189,7 @@ class TestSimpleConnect (unittest.TestCase):
ok = protocol.protocol_exchange_check (self.csi.sniffed_packets)
self.failUnless (ok)
del self.csi.sniffed_packets
+ self.uninit ()
def testTwoStaInSCJOIN (self):
"""Two STA not connected to any AVLN will try to form an AVLN by
@@ -225,6 +227,7 @@ class TestSimpleConnect (unittest.TestCase):
ok = protocol.protocol_exchange_check (self.csi.sniffed_packets)
self.failUnless (ok)
del self.csi.sniffed_packets
+ self.uninit ()
if __name__ == '__main__':
suite = unittest.TestLoader().loadTestsFromTestCase(TestSimpleConnect)