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

Oftest-1.4 Error: Need Help #186

Open
Sureshmahadevappa opened this issue Jun 30, 2015 · 0 comments
Open

Oftest-1.4 Error: Need Help #186

Sureshmahadevappa opened this issue Jun 30, 2015 · 0 comments

Comments

@Sureshmahadevappa
Copy link

Currently working on oftest/test-1.4 test cases ; but i'm getting below error Please help me out understand the issue.
Also how do i can new testcase to 1.4 spec please help me out like what all the changes i need to do to add new test case

root@sdnhubvm:/home/ubuntu/oftest# ovs-vsctl show
873c293e-912d-4067-82ad-d1116d2ad39f
ovs_version: "2.3.90"
root@sdnhubvm:/home/ubuntu/oftest#

FAIL: bundle.Barrier

Traceback (most recent call last):
File "/home/ubuntu/oftest/tests-1.4/bundle.py", line 227, in runTest
self.assertIsInstance(response, ofp.message.bundle_ctrl_msg)
AssertionError: <loxi.of14.message.bad_request_error_msg object at 0x7fd3146a63d0> is not an instance of <class 'loxi.of14.message.bundle_ctrl_msg'>

FAIL: bundle.Commit

Traceback (most recent call last):
File "/home/ubuntu/oftest/tests-1.4/bundle.py", line 25, in runTest
self.assertIsInstance(response, ofp.message.bundle_ctrl_msg)
AssertionError: <loxi.of14.message.bad_request_error_msg object at 0x7fd31460a050> is not an instance of <class 'loxi.of14.message.bundle_ctrl_msg'>

FAIL: bundle.Discard

Traceback (most recent call last):
File "/home/ubuntu/oftest/tests-1.4/bundle.py", line 64, in runTest
self.assertIsInstance(response, ofp.message.bundle_ctrl_msg)
AssertionError: <loxi.of14.message.bad_request_error_msg object at 0x7fd31460a050> is not an instance of <class 'loxi.of14.message.bundle_ctrl_msg'>

FAIL: bundle.Disconnect

Traceback (most recent call last):
File "/home/ubuntu/oftest/tests-1.4/bundle.py", line 102, in runTest
self.assertIsInstance(response, ofp.message.bundle_ctrl_msg)
AssertionError: <loxi.of14.message.bad_request_error_msg object at 0x7fd31460a050> is not an instance of <class 'loxi.of14.message.bundle_ctrl_msg'>

FAIL: bundle.TooManyBytes

Traceback (most recent call last):
File "/home/ubuntu/oftest/tests-1.4/bundle.py", line 175, in runTest
self.assertIsInstance(response, ofp.message.bundle_ctrl_msg)
AssertionError: <loxi.of14.message.bad_request_error_msg object at 0x7fd31460a050> is not an instance of <class 'loxi.of14.message.bundle_ctrl_msg'>

FAIL: bundle.TooManyMsgs

Traceback (most recent call last):
File "/home/ubuntu/oftest/tests-1.4/bundle.py", line 127, in runTest
self.assertIsInstance(response, ofp.message.bundle_ctrl_msg)
AssertionError: <loxi.of14.message.bad_request_error_msg object at 0x7fd31460a050> is not an instance of <class 'loxi.of14.message.bundle_ctrl_msg'>


Ran 6 tests in 5.951s

FAILED (failures=6)
root@sdnhubvm:/home/ubuntu/oftest#

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