Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bsn_error undefined #237

Open
blp opened this issue Sep 5, 2018 · 0 comments
Open

bsn_error undefined #237

blp opened this issue Sep 5, 2018 · 0 comments

Comments

@blp
Copy link
Contributor

blp commented Sep 5, 2018

In testing OVS with OFTest, I came across the following exception when OVS sent an unexpected error message. It happens in a number of tests:

groups.GroupAddIndirectWeight ... Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/home/blp/nicira/oftest/src/python/oftest/controller.py", line 451, in run
    if self._socket_ready_handle(s) == -1:
  File "/home/blp/nicira/oftest/src/python/oftest/controller.py", line 380, in _socket_ready_handle
    self._pkt_handle(pkt)
  File "/home/blp/nicira/oftest/src/python/oftest/controller.py", line 298, in _pkt_handle
    if msg.version >= 3 and isinstance(msg, ofp.message.bsn_error):
AttributeError: 'module' object has no attribute 'bsn_error'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant