Hi,
I have been trying to run the unit tests for submitting a patch to fix
the bug: #1515005.
I got the following ERROR:
tox
..........
{9}networkingovn.tests.unit.ovsdb.testovsdbmonitor.TestOvnConnection.testconnectionsbstart
[0.015743s] ... ok
Mechanism driver 'ovn' failed in createportprecommit
Traceback (most recent call last):
File "networking-ovn-orig/networking-ovn/.tox/py27/src/neutron/neutron/plugins/ml2/managers.py",
line 428, in callondrivers
getattr(driver.obj, methodname)(context)
File "networkingovn/ml2/mechdriver.py", line 325, in createportprecommit
utils.validateandgetdatafrombindingprofile(port)
File "networkingovn/common/utils.py", line 162, in
validateandgetdatafrombindingprofile
raise nexc.InvalidInput(error_message=msg)
InvalidInput: Invalid input for operation: Invalid binding:profile.
vtep-logical-switch 1234 value invalid type.
I cloned the master branch(which doesn't have my changes) and ran unit
tests. I got the same error.
Any ideas/comments on how to fix this?
Thanks,
Pranab
Mailing list:
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe :
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Hi,
I have been trying to run the unit tests for submitting a patch to fix
the bug: #1515005.
I got the following ERROR:
# tox
..........
{9}networking_ovn.tests.unit.ovsdb.test_ovsdb_monitor.TestOvnConnection.test_connection_sb_start
[0.015743s] ... ok
Mechanism driver 'ovn' failed in create_port_precommit
Traceback (most recent call last):
File "networking-ovn-orig/networking-ovn/.tox/py27/src/neutron/neutron/plugins/ml2/managers.py",
line 428, in _call_on_drivers
getattr(driver.obj, method_name)(context)
File "networking_ovn/ml2/mech_driver.py", line 325, in create_port_precommit
utils.validate_and_get_data_from_binding_profile(port)
File "networking_ovn/common/utils.py", line 162, in
validate_and_get_data_from_binding_profile
raise n_exc.InvalidInput(error_message=msg)
InvalidInput: Invalid input for operation: Invalid binding:profile.
vtep-logical-switch 1234 value invalid type.
I cloned the master branch(which doesn't have my changes) and ran unit
tests. I got the same error.
Any ideas/comments on how to fix this?
Thanks,
Pranab
_______________________________________________
Mailing list:
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe :
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack