commit | 5fb6d0507eefbf9064e29616c09e1e173857af9e | [log] [tgz] |
---|---|---|
author | ShreyaPandita <sdnadmin@SDNLABCOMPUTER.ads.iu.edu> | Mon Dec 03 00:52:20 2012 -0500 |
committer | ShreyaPandita <sdnadmin@SDNLABCOMPUTER.ads.iu.edu> | Mon Dec 03 00:52:20 2012 -0500 |
tree | 891f20c55e7678edab0c42d26976959541332188 | |
parent | 1febc72932d5428c093029bd38a55d27e9b293eb [diff] |
made PortStatusMessage priority -1
diff --git a/tests/message_types.py b/tests/message_types.py index 9bed6d3..404fa74 100644 --- a/tests/message_types.py +++ b/tests/message_types.py
@@ -506,8 +506,10 @@ """Verify Port Status Messages are sent to the controller whenever physical ports are added, modified or deleted""" + priority = -1 + def runTest(self): - + logging.info("Running PortStatusMessage Test") of_ports = config["port_map"].keys()