Kilo beta 3 unit test errors in Debian

Bug #1436762 reported by Thomas Goirand
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
vmware-nsx
Incomplete
Undecided
Gary Kotton

Bug Description

I have some unit test errors when building vmware-nsx in Debian (over Jessie) using the latest commit 57e27877e0. Could someone upstream advise before I upload the package to Debian? Bellow is the log.

FAIL: vmware_nsx.neutron.tests.unit.vmware.test_nsx_v_plugin.TestExclusiveRouterTestCase.test_floatingip_multi_external_one_internal
vmware_nsx.neutron.tests.unit.vmware.test_nsx_v_plugin.TestExclusiveRouterTestCase.test_floatingip_multi_external_one_internal
----------------------------------------------------------------------
_StringException: pythonlogging:'': {{{
2015-03-26 08:27:11,752 INFO [neutron.manager] Loading core plugin: vmware_nsx.neutron.plugins.vmware.plugin.NsxVPlugin
2015-03-26 08:27:11,850 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Configured router type driver names: ['distributed', 'exclusive', 'shared']
2015-03-26 08:27:11,850 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Loaded type driver names: ['exclusive', 'distributed', 'shared']
2015-03-26 08:27:11,850 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Registered types: ['exclusive', 'distributed', 'shared']
2015-03-26 08:27:11,851 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Tenant router_types: ['shared', 'distributed', 'exclusive']
2015-03-26 08:27:11,851 INFO [neutron.manager] Service L3_ROUTER_NAT is supported by the core plugin
2015-03-26 08:27:11,855 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
2015-03-26 08:27:11,858 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:27:11,858 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:27:11,859 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:27:11,861 INFO [neutron.common.config] Config paste file: /usr/lib/python2.7/dist-packages/neutron/tests/etc/api-paste.ini.test
2015-03-26 08:27:11,862 WARNING [neutron.quota] router is already registered.
2015-03-26 08:27:11,863 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:27:11,863 WARNING [neutron.quota] floatingip is already registered.
2015-03-26 08:27:11,863 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:27:11,922 INFO [vmware_nsx.neutron.plugins.vmware.plugins.nsx_v] Added {'sg_id': '0', 'vnic_id': '1'}(sg_id)s member to NSX security group 1
2015-03-26 08:27:13,466 INFO [vmware_nsx.neutron.plugins.vmware.vshield.tasks.tasks] TaskManager terminated
}}}

pythonlogging:'neutron.api.extensions': {{{2015-03-26 08:27:11,855 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!}}}

Traceback (most recent call last):
  File "vmware_nsx/neutron/tests/unit/vmware/test_nsx_v_plugin.py", line 1231, in test_floatingip_multi_external_one_internal
    r2['router']['id'])
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 338, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 423, in assertThat
    raise mismatch_error
MismatchError: !=:
reference = u'b8b0945c-a1a2-47e2-8a30-e9bdbef122b7'
actual = u'be9e882b-9210-4776-a0ca-d9bb7f23aef7'

Traceback (most recent call last):
_StringException: Empty attachments:
  stderr
  stdout

pythonlogging:'': {{{
2015-03-26 08:27:11,752 INFO [neutron.manager] Loading core plugin: vmware_nsx.neutron.plugins.vmware.plugin.NsxVPlugin
2015-03-26 08:27:11,850 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Configured router type driver names: ['distributed', 'exclusive', 'shared']
2015-03-26 08:27:11,850 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Loaded type driver names: ['exclusive', 'distributed', 'shared']
2015-03-26 08:27:11,850 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Registered types: ['exclusive', 'distributed', 'shared']
2015-03-26 08:27:11,851 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Tenant router_types: ['shared', 'distributed', 'exclusive']
2015-03-26 08:27:11,851 INFO [neutron.manager] Service L3_ROUTER_NAT is supported by the core plugin
2015-03-26 08:27:11,855 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
2015-03-26 08:27:11,858 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:27:11,858 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:27:11,859 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:27:11,861 INFO [neutron.common.config] Config paste file: /usr/lib/python2.7/dist-packages/neutron/tests/etc/api-paste.ini.test
2015-03-26 08:27:11,862 WARNING [neutron.quota] router is already registered.
2015-03-26 08:27:11,863 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:27:11,863 WARNING [neutron.quota] floatingip is already registered.
2015-03-26 08:27:11,863 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:27:11,922 INFO [vmware_nsx.neutron.plugins.vmware.plugins.nsx_v] Added {'sg_id': '0', 'vnic_id': '1'}(sg_id)s member to NSX security group 1
2015-03-26 08:27:13,466 INFO [vmware_nsx.neutron.plugins.vmware.vshield.tasks.tasks] TaskManager terminated
}}}

pythonlogging:'neutron.api.extensions': {{{2015-03-26 08:27:11,855 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!}}}

Traceback (most recent call last):
  File "vmware_nsx/neutron/tests/unit/vmware/test_nsx_v_plugin.py", line 1231, in test_floatingip_multi_external_one_internal
    r2['router']['id'])
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 338, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 423, in assertThat
    raise mismatch_error
MismatchError: !=:
reference = u'b8b0945c-a1a2-47e2-8a30-e9bdbef122b7'
actual = u'be9e882b-9210-4776-a0ca-d9bb7f23aef7'

Traceback (most recent call last):
_StringException: Empty attachments:
  stderr
  stdout

pythonlogging:'': {{{
2015-03-26 08:27:11,752 INFO [neutron.manager] Loading core plugin: vmware_nsx.neutron.plugins.vmware.plugin.NsxVPlugin
2015-03-26 08:27:11,850 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Configured router type driver names: ['distributed', 'exclusive', 'shared']
2015-03-26 08:27:11,850 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Loaded type driver names: ['exclusive', 'distributed', 'shared']
2015-03-26 08:27:11,850 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Registered types: ['exclusive', 'distributed', 'shared']
2015-03-26 08:27:11,851 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Tenant router_types: ['shared', 'distributed', 'exclusive']
2015-03-26 08:27:11,851 INFO [neutron.manager] Service L3_ROUTER_NAT is supported by the core plugin
2015-03-26 08:27:11,855 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
2015-03-26 08:27:11,858 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:27:11,858 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:27:11,859 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:27:11,861 INFO [neutron.common.config] Config paste file: /usr/lib/python2.7/dist-packages/neutron/tests/etc/api-paste.ini.test
2015-03-26 08:27:11,862 WARNING [neutron.quota] router is already registered.
2015-03-26 08:27:11,863 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:27:11,863 WARNING [neutron.quota] floatingip is already registered.
2015-03-26 08:27:11,863 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:27:11,922 INFO [vmware_nsx.neutron.plugins.vmware.plugins.nsx_v] Added {'sg_id': '0', 'vnic_id': '1'}(sg_id)s member to NSX security group 1
2015-03-26 08:27:13,466 INFO [vmware_nsx.neutron.plugins.vmware.vshield.tasks.tasks] TaskManager terminated
}}}

pythonlogging:'neutron.api.extensions': {{{2015-03-26 08:27:11,855 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!}}}

Traceback (most recent call last):
  File "vmware_nsx/neutron/tests/unit/vmware/test_nsx_v_plugin.py", line 1231, in test_floatingip_multi_external_one_internal
    r2['router']['id'])
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 338, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 423, in assertThat
    raise mismatch_error
MismatchError: !=:
reference = u'b8b0945c-a1a2-47e2-8a30-e9bdbef122b7'
actual = u'be9e882b-9210-4776-a0ca-d9bb7f23aef7'

======================================================================
FAIL: vmware_nsx.neutron.tests.unit.vmware.test_nsx_v_plugin.TestSharedRouterTestCase.test_floatingip_multi_external_one_internal
vmware_nsx.neutron.tests.unit.vmware.test_nsx_v_plugin.TestSharedRouterTestCase.test_floatingip_multi_external_one_internal
----------------------------------------------------------------------
_StringException: pythonlogging:'': {{{
2015-03-26 08:29:34,610 INFO [neutron.manager] Loading core plugin: vmware_nsx.neutron.plugins.vmware.plugin.NsxVPlugin
2015-03-26 08:29:34,707 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Configured router type driver names: ['distributed', 'exclusive', 'shared']
2015-03-26 08:29:34,707 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Loaded type driver names: ['exclusive', 'distributed', 'shared']
2015-03-26 08:29:34,707 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Registered types: ['exclusive', 'distributed', 'shared']
2015-03-26 08:29:34,707 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Tenant router_types: ['shared', 'distributed', 'exclusive']
2015-03-26 08:29:34,707 INFO [neutron.manager] Service L3_ROUTER_NAT is supported by the core plugin
2015-03-26 08:29:34,712 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
2015-03-26 08:29:34,714 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
2015-03-26 08:29:34,714 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:29:34,715 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:29:34,716 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:29:34,718 INFO [neutron.common.config] Config paste file: /usr/lib/python2.7/dist-packages/neutron/tests/etc/api-paste.ini.test
2015-03-26 08:29:34,719 WARNING [neutron.quota] router is already registered.
2015-03-26 08:29:34,719 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:29:34,719 WARNING [neutron.quota] floatingip is already registered.
2015-03-26 08:29:34,720 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:29:34,777 INFO [vmware_nsx.neutron.plugins.vmware.plugins.nsx_v] Added {'sg_id': '0', 'vnic_id': '1'}(sg_id)s member to NSX security group 1
2015-03-26 08:29:36,867 INFO [vmware_nsx.neutron.plugins.vmware.vshield.tasks.tasks] TaskManager terminated
}}}

pythonlogging:'neutron.api.extensions': {{{
2015-03-26 08:29:34,712 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
2015-03-26 08:29:34,714 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
}}}

Traceback (most recent call last):
  File "vmware_nsx/neutron/tests/unit/vmware/test_nsx_v_plugin.py", line 1231, in test_floatingip_multi_external_one_internal
    r2['router']['id'])
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 338, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 423, in assertThat
    raise mismatch_error
MismatchError: !=:
reference = u'2e225f3c-23ff-4bb5-b5f6-d6e3b14569fb'
actual = u'06ac6ba1-a093-4b2e-aaf4-827c12b2a258'

Traceback (most recent call last):
_StringException: Empty attachments:
  stderr
  stdout

pythonlogging:'': {{{
2015-03-26 08:29:34,610 INFO [neutron.manager] Loading core plugin: vmware_nsx.neutron.plugins.vmware.plugin.NsxVPlugin
2015-03-26 08:29:34,707 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Configured router type driver names: ['distributed', 'exclusive', 'shared']
2015-03-26 08:29:34,707 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Loaded type driver names: ['exclusive', 'distributed', 'shared']
2015-03-26 08:29:34,707 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Registered types: ['exclusive', 'distributed', 'shared']
2015-03-26 08:29:34,707 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Tenant router_types: ['shared', 'distributed', 'exclusive']
2015-03-26 08:29:34,707 INFO [neutron.manager] Service L3_ROUTER_NAT is supported by the core plugin
2015-03-26 08:29:34,712 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
2015-03-26 08:29:34,714 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
2015-03-26 08:29:34,714 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:29:34,715 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:29:34,716 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:29:34,718 INFO [neutron.common.config] Config paste file: /usr/lib/python2.7/dist-packages/neutron/tests/etc/api-paste.ini.test
2015-03-26 08:29:34,719 WARNING [neutron.quota] router is already registered.
2015-03-26 08:29:34,719 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:29:34,719 WARNING [neutron.quota] floatingip is already registered.
2015-03-26 08:29:34,720 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:29:34,777 INFO [vmware_nsx.neutron.plugins.vmware.plugins.nsx_v] Added {'sg_id': '0', 'vnic_id': '1'}(sg_id)s member to NSX security group 1
2015-03-26 08:29:36,867 INFO [vmware_nsx.neutron.plugins.vmware.vshield.tasks.tasks] TaskManager terminated
}}}

pythonlogging:'neutron.api.extensions': {{{
2015-03-26 08:29:34,712 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
2015-03-26 08:29:34,714 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
}}}

Traceback (most recent call last):
  File "vmware_nsx/neutron/tests/unit/vmware/test_nsx_v_plugin.py", line 1231, in test_floatingip_multi_external_one_internal
    r2['router']['id'])
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 338, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 423, in assertThat
    raise mismatch_error
MismatchError: !=:
reference = u'2e225f3c-23ff-4bb5-b5f6-d6e3b14569fb'
actual = u'06ac6ba1-a093-4b2e-aaf4-827c12b2a258'

Traceback (most recent call last):
_StringException: Empty attachments:
  stderr
  stdout

pythonlogging:'': {{{
2015-03-26 08:29:34,610 INFO [neutron.manager] Loading core plugin: vmware_nsx.neutron.plugins.vmware.plugin.NsxVPlugin
2015-03-26 08:29:34,707 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Configured router type driver names: ['distributed', 'exclusive', 'shared']
2015-03-26 08:29:34,707 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Loaded type driver names: ['exclusive', 'distributed', 'shared']
2015-03-26 08:29:34,707 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Registered types: ['exclusive', 'distributed', 'shared']
2015-03-26 08:29:34,707 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Tenant router_types: ['shared', 'distributed', 'exclusive']
2015-03-26 08:29:34,707 INFO [neutron.manager] Service L3_ROUTER_NAT is supported by the core plugin
2015-03-26 08:29:34,712 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
2015-03-26 08:29:34,714 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
2015-03-26 08:29:34,714 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:29:34,715 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:29:34,716 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:29:34,718 INFO [neutron.common.config] Config paste file: /usr/lib/python2.7/dist-packages/neutron/tests/etc/api-paste.ini.test
2015-03-26 08:29:34,719 WARNING [neutron.quota] router is already registered.
2015-03-26 08:29:34,719 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:29:34,719 WARNING [neutron.quota] floatingip is already registered.
2015-03-26 08:29:34,720 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:29:34,777 INFO [vmware_nsx.neutron.plugins.vmware.plugins.nsx_v] Added {'sg_id': '0', 'vnic_id': '1'}(sg_id)s member to NSX security group 1
2015-03-26 08:29:36,867 INFO [vmware_nsx.neutron.plugins.vmware.vshield.tasks.tasks] TaskManager terminated
}}}

pythonlogging:'neutron.api.extensions': {{{
2015-03-26 08:29:34,712 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
2015-03-26 08:29:34,714 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
}}}

Traceback (most recent call last):
  File "vmware_nsx/neutron/tests/unit/vmware/test_nsx_v_plugin.py", line 1231, in test_floatingip_multi_external_one_internal
    r2['router']['id'])
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 338, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 423, in assertThat
    raise mismatch_error
MismatchError: !=:
reference = u'2e225f3c-23ff-4bb5-b5f6-d6e3b14569fb'
actual = u'06ac6ba1-a093-4b2e-aaf4-827c12b2a258'

======================================================================
FAIL: vmware_nsx.neutron.tests.unit.vmware.test_nsx_v_plugin.TestVdrTestCase.test_floatingip_multi_external_one_internal
vmware_nsx.neutron.tests.unit.vmware.test_nsx_v_plugin.TestVdrTestCase.test_floatingip_multi_external_one_internal
----------------------------------------------------------------------
_StringException: pythonlogging:'': {{{
2015-03-26 08:31:18,667 INFO [neutron.manager] Loading core plugin: vmware_nsx.neutron.plugins.vmware.plugin.NsxVPlugin
2015-03-26 08:31:18,766 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Configured router type driver names: ['distributed', 'exclusive', 'shared']
2015-03-26 08:31:18,766 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Loaded type driver names: ['exclusive', 'distributed', 'shared']
2015-03-26 08:31:18,767 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Registered types: ['exclusive', 'distributed', 'shared']
2015-03-26 08:31:18,767 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Tenant router_types: ['shared', 'distributed', 'exclusive']
2015-03-26 08:31:18,767 INFO [neutron.manager] Service L3_ROUTER_NAT is supported by the core plugin
2015-03-26 08:31:18,771 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
2015-03-26 08:31:18,773 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
2015-03-26 08:31:18,774 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:31:18,774 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:31:18,775 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:31:18,777 INFO [neutron.common.config] Config paste file: /usr/lib/python2.7/dist-packages/neutron/tests/etc/api-paste.ini.test
2015-03-26 08:31:18,778 WARNING [neutron.quota] router is already registered.
2015-03-26 08:31:18,778 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:31:18,779 WARNING [neutron.quota] floatingip is already registered.
2015-03-26 08:31:18,779 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:31:18,835 INFO [vmware_nsx.neutron.plugins.vmware.plugins.nsx_v] Added {'sg_id': '0', 'vnic_id': '1'}(sg_id)s member to NSX security group 1
2015-03-26 08:31:20,882 INFO [vmware_nsx.neutron.plugins.vmware.vshield.tasks.tasks] TaskManager terminated
}}}

pythonlogging:'neutron.api.extensions': {{{
2015-03-26 08:31:18,771 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
2015-03-26 08:31:18,773 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
}}}

Traceback (most recent call last):
  File "vmware_nsx/neutron/tests/unit/vmware/test_nsx_v_plugin.py", line 1231, in test_floatingip_multi_external_one_internal
    r2['router']['id'])
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 338, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 423, in assertThat
    raise mismatch_error
MismatchError: !=:
reference = u'3d48ade8-08ce-4e42-b00a-11b6f91b5ffe'
actual = u'07bf2770-9149-44c3-a9d0-e74333dcda6e'

Traceback (most recent call last):
_StringException: Empty attachments:
  stderr
  stdout

pythonlogging:'': {{{
2015-03-26 08:31:18,667 INFO [neutron.manager] Loading core plugin: vmware_nsx.neutron.plugins.vmware.plugin.NsxVPlugin
2015-03-26 08:31:18,766 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Configured router type driver names: ['distributed', 'exclusive', 'shared']
2015-03-26 08:31:18,766 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Loaded type driver names: ['exclusive', 'distributed', 'shared']
2015-03-26 08:31:18,767 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Registered types: ['exclusive', 'distributed', 'shared']
2015-03-26 08:31:18,767 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Tenant router_types: ['shared', 'distributed', 'exclusive']
2015-03-26 08:31:18,767 INFO [neutron.manager] Service L3_ROUTER_NAT is supported by the core plugin
2015-03-26 08:31:18,771 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
2015-03-26 08:31:18,773 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
2015-03-26 08:31:18,774 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:31:18,774 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:31:18,775 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:31:18,777 INFO [neutron.common.config] Config paste file: /usr/lib/python2.7/dist-packages/neutron/tests/etc/api-paste.ini.test
2015-03-26 08:31:18,778 WARNING [neutron.quota] router is already registered.
2015-03-26 08:31:18,778 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:31:18,779 WARNING [neutron.quota] floatingip is already registered.
2015-03-26 08:31:18,779 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:31:18,835 INFO [vmware_nsx.neutron.plugins.vmware.plugins.nsx_v] Added {'sg_id': '0', 'vnic_id': '1'}(sg_id)s member to NSX security group 1
2015-03-26 08:31:20,882 INFO [vmware_nsx.neutron.plugins.vmware.vshield.tasks.tasks] TaskManager terminated
}}}

pythonlogging:'neutron.api.extensions': {{{
2015-03-26 08:31:18,771 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
2015-03-26 08:31:18,773 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
}}}

Traceback (most recent call last):
  File "vmware_nsx/neutron/tests/unit/vmware/test_nsx_v_plugin.py", line 1231, in test_floatingip_multi_external_one_internal
    r2['router']['id'])
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 338, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 423, in assertThat
    raise mismatch_error
MismatchError: !=:
reference = u'3d48ade8-08ce-4e42-b00a-11b6f91b5ffe'
actual = u'07bf2770-9149-44c3-a9d0-e74333dcda6e'

Traceback (most recent call last):
_StringException: Empty attachments:
  stderr
  stdout

pythonlogging:'': {{{
2015-03-26 08:31:18,667 INFO [neutron.manager] Loading core plugin: vmware_nsx.neutron.plugins.vmware.plugin.NsxVPlugin
2015-03-26 08:31:18,766 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Configured router type driver names: ['distributed', 'exclusive', 'shared']
2015-03-26 08:31:18,766 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Loaded type driver names: ['exclusive', 'distributed', 'shared']
2015-03-26 08:31:18,767 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Registered types: ['exclusive', 'distributed', 'shared']
2015-03-26 08:31:18,767 INFO [vmware_nsx.neutron.plugins.vmware.plugins.managers] Tenant router_types: ['shared', 'distributed', 'exclusive']
2015-03-26 08:31:18,767 INFO [neutron.manager] Service L3_ROUTER_NAT is supported by the core plugin
2015-03-26 08:31:18,771 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
2015-03-26 08:31:18,773 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
2015-03-26 08:31:18,774 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:31:18,774 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:31:18,775 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:31:18,777 INFO [neutron.common.config] Config paste file: /usr/lib/python2.7/dist-packages/neutron/tests/etc/api-paste.ini.test
2015-03-26 08:31:18,778 WARNING [neutron.quota] router is already registered.
2015-03-26 08:31:18,778 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:31:18,779 WARNING [neutron.quota] floatingip is already registered.
2015-03-26 08:31:18,779 WARNING [neutron.notifiers.nova] Authenticating to nova using nova_admin_* options is deprecated. This should be done using an auth plugin, like password
2015-03-26 08:31:18,835 INFO [vmware_nsx.neutron.plugins.vmware.plugins.nsx_v] Added {'sg_id': '0', 'vnic_id': '1'}(sg_id)s member to NSX security group 1
2015-03-26 08:31:20,882 INFO [vmware_nsx.neutron.plugins.vmware.vshield.tasks.tasks] TaskManager terminated
}}}

pythonlogging:'neutron.api.extensions': {{{
2015-03-26 08:31:18,771 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
2015-03-26 08:31:18,773 ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
}}}

Traceback (most recent call last):
  File "vmware_nsx/neutron/tests/unit/vmware/test_nsx_v_plugin.py", line 1231, in test_floatingip_multi_external_one_internal
    r2['router']['id'])
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 338, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 423, in assertThat
    raise mismatch_error
MismatchError: !=:
reference = u'3d48ade8-08ce-4e42-b00a-11b6f91b5ffe'
actual = u'07bf2770-9149-44c3-a9d0-e74333dcda6e'

Revision history for this message
Salvatore Orlando (salvatore-orlando) wrote :

I have assigned the bug to Gary - because of his expertise with nsx_v.

There were several recent upstream commits that broke these unit tests, the situation might be already fixed now in master.
Please close the bug if that's the case

Changed in vmware-nsx:
status: New → Incomplete
assignee: nobody → Gary Kotton (garyk)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.