Re: [openstack-dev] [networking-ovn] Error while running unit tests(master branch)

2017-10-24 Thread Lucas Alvares Gomes
Hi Pranab,

> I don't see any errors in final results. But, as you can see here [1],
> couple of tests are showing ERROR before that.
>
> [1] http://paste.openstack.org/show/624436/
>

Ah, I see what you mean now. Off the top of my head I don't know what
is the cause, I will need to some troubleshooting. But, I can confirm
that I see the same errors by running the tests locally on my machine.

I have opened a bug against it at
https://bugs.launchpad.net/networking-ovn/+bug/1726845 so we can keep
track of the problem and to raise more awareness about it. The
importance was set to medium because the tests run still succeed
regardless of those exceptions being raised.

Thanks a lot of identifying and reporting this problem, hopefully we
can get it fixed soon!

Cheers,
Lucas

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [networking-ovn] Error while running unit tests(master branch)

2017-10-24 Thread pranab boruah
Thanks Lucas for the reply.

I don't see any errors in final results. But, as you can see here [1],
couple of tests are showing ERROR before that.

[1] http://paste.openstack.org/show/624436/

Regards,
Pranab

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [networking-ovn] Error while running unit tests(master branch)

2017-10-23 Thread Lucas Alvares Gomes
Hi Pranab,

Thanks for the interest in OVN.

> # 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.
>
> Is the test suite broken?.
>
> Any ideas on how to fix it?

So, not really sure what is going on there. I've just ran the
unit-tests (master branch) against a fresh environment using both
Python 2 and 3 interpreters and it finished successfully [0].

Could you please paste (at [1]) the whole output of the tests run for
us please ?

[0] http://paste.openstack.org/show/624353/
[1] http://paste.openstack.org/

Cheers,
Lucas

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [networking-ovn] Error while running unit tests(master branch)

2017-10-22 Thread pranab boruah
Hi,

I just cloned the networking-ovn master branch and ran the unit tests.
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.

Is the test suite broken?.

Any ideas on how to fix it?

Thanks,
Pranab

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev