You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/openflow/oftest/tests/cxn.py", line 91, in runTest
self.controllers[0].message_send(ofp.message.hello())
File "/home/openflow/oftest/src/python/oftest/controller.py", line 666, in message_send
raise Exception("no socket")
Exception: no socket
ERROR: runTest (bsn_mirror.BSNMirrorAction)
Traceback (most recent call last):
File "/home/openflow/oftest/tests/bsn_mirror.py", line 41, in runTest
ports = [p for p in config["port_map"].keys() if p not in mirror_ports]
TypeError: argument of type 'NoneType' is not iterable
The text was updated successfully, but these errors were encountered:
ERROR: runTest (cxn.HandshakeNoFeaturesRequest)
Traceback (most recent call last):
File "/home/openflow/oftest/tests/cxn.py", line 91, in runTest
self.controllers[0].message_send(ofp.message.hello())
File "/home/openflow/oftest/src/python/oftest/controller.py", line 666, in message_send
raise Exception("no socket")
Exception: no socket
ERROR: runTest (bsn_mirror.BSNMirrorAction)
Traceback (most recent call last):
File "/home/openflow/oftest/tests/bsn_mirror.py", line 41, in runTest
ports = [p for p in config["port_map"].keys() if p not in mirror_ports]
TypeError: argument of type 'NoneType' is not iterable
The text was updated successfully, but these errors were encountered: