loxi-prep: disable buggy HelloWithBody test
This test was not actually doing the HELLO handshake - when it polled the
controller it got back the initial hello from the switch. The test would need
to be rewritten to do more of controller.py's work itself.
Also, PyLoxi does not have a data field for hello messages.
diff --git a/tests/message_types.py b/tests/message_types.py
index cac246a..b214dc6 100644
--- a/tests/message_types.py
+++ b/tests/message_types.py
@@ -22,7 +22,7 @@
from FuncUtils import*
-
+@disabled
class HelloWithBody(base_tests.SimpleDataPlane):
"""Verify switch should be able to receive OFPT_HELLO messages with body ,