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()