Test Results

Designed for use with JUnit and Ant.

Properties


Summary

TestsFailuresErrorsSkippedSuccess rateTime
2980369.23%404.055
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresSkippedTime(s)
29083404.055

Package

NameTestsErrorsFailuresSkippedTime(s)
7003128.068
22080275.987
Back to top


TestCase

NameStatusTypeTime(s)LogFile
test_perms2_global_share[ci_sanity,sanity]Success86.222
test_perms2_owner[ci_sanity,sanity,suite1]Success9.086
test_rbac_acl_different_roles[ci_sanity,sanity,suite1]Success9.532
test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success0.424
test_communication_between_two_sriov_vm[ci_sanity]SkippedSkipped as test is not supported if sriov_cluster=False 0.004
test_communication_between_two_sriov_vm_with_large_mtu[ci_sanity]SkippedSkipped as test is not supported if sriov_cluster=False 0.003
test_virtual_function_exhaustion_and_resue[ci_sanity]SkippedSkipped as test is not supported if sriov_cluster=False 0.002
Properties »

Back to top

TestCase

NameStatusTypeTime(s)LogFile
test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success0.681
test_verify_object_logs[ci_sanity,dev_sanity_dpdk,sanity,suite1]Success24.615
test_db_manage[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success3.835
test_analytics_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success0.297
test_config_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success0.334
test_floating_ip[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1,vrouter_gw]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
raise TestFailed("\n ".join(errmsg))
tcutils.cores.TestFailed: Test failed: NetworkClientException
Python 3.9.21: /usr/bin/python3
Thu Oct 16 16:35:23 2025

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

/contrail-test/tcutils/wrappers.py in wrapper(self=<scripts.floatingip.test_floatingip_basic.Floati...nity,sanity,suite1,vrouter_gw] id=0x7f4d6d005070>, *args=(), **kwargs={})
78 log.info('Initial checks done. Running the testcase now')
79 log.info('')
80 result = function(self, *args, **kwargs)
81 if self.inputs.upgrade:
82 pid = os.getpid()
result = None
function = <function FloatingipBasicTestSanity.test_floating_ip>
self = <scripts.floatingip.test_floatingip_basic.Floati...nity,sanity,suite1,vrouter_gw] id=0x7f4d6d005070>
args = ()
kwargs = {}

/contrail-test/scripts/floatingip/test_floatingip_basic.py in test_floating_ip(self=<scripts.floatingip.test_floatingip_basic.Floati...nity,sanity,suite1,vrouter_gw] id=0x7f4d6d005070>)
58 assert fvn_fixture.verify_on_setup()
59
60 vn1_fixture = self.useFixture(
61 VNFixture(
62 project_name=self.inputs.project_name,
vn1_fixture undefined
self = <scripts.floatingip.test_floatingip_basic.Floati...nity,sanity,suite1,vrouter_gw] id=0x7f4d6d005070>
self.useFixture = <bound method TestCase.useFixture of <scripts.fl...ity,sanity,suite1,vrouter_gw] id=0x7f4d6d005070>>
global VNFixture = <class 'vn_test.VNFixture'>
project_name undefined
self.inputs = <common.contrail_test_init.ContrailTestInit object>
self.inputs.project_name = 'ctest-FloatingipBasicTestSanity-31437469'
connections undefined
self.connections = <common.connections.ContrailConnections object>
inputs undefined
vn_name undefined
vn1_name = 'ctest-vn1-01547114'
subnets undefined
vn1_subnets = ['121.82.13.192/26']
orch undefined
self.orchestrator = <openstack.OpenstackOrchestrator object>

/usr/local/lib/python3.9/site-packages/testtools/testcase.py in useFixture(self=<scripts.floatingip.test_floatingip_basic.Floati...nity,sanity,suite1,vrouter_gw] id=0x7f4d6d005070>, fixture=<vn_test.VNFixture object>)
754 # Gather_details worked, so raise the exception setUp
755 # encountered.
756 reraise(*exc_info)
757 else:
758 self.addCleanup(fixture.cleanUp)
global reraise = <function reraise>
exc_info = (<class 'quantum_test.NetworkClientException'>, NetworkClientException(), <traceback object>)

/usr/local/lib/python3.9/site-packages/testtools/_compat3x.py in reraise(exc_class=<class 'quantum_test.NetworkClientException'>, exc_obj=NetworkClientException(), exc_tb=<traceback object>, _marker=<object object>)
13
14 def reraise(exc_class, exc_obj, exc_tb, _marker=object()):
15 """Re-raise an exception received from sys.exc_info() or similar."""
16 raise exc_obj.with_traceback(exc_tb)
17
exc_obj = NetworkClientException()
exc_obj.with_traceback = <built-in method with_traceback of NetworkClientException object>
exc_tb = <traceback object>

/usr/local/lib/python3.9/site-packages/testtools/testcase.py in useFixture(self=<scripts.floatingip.test_floatingip_basic.Floati...nity,sanity,suite1,vrouter_gw] id=0x7f4d6d005070>, fixture=<vn_test.VNFixture object>)
729 """
730 try:
731 fixture.setUp()
732 except MultipleExceptions as e:
733 if (fixtures is not None and
fixture = <vn_test.VNFixture object>
fixture.setUp = <bound method VNFixture.setUp of <vn_test.VNFixture object>>

/contrail-test/fixtures/vn_test.py in setUp(self=<vn_test.VNFixture object>)
437 def setUp(self):
438 super(VNFixture, self).setUp()
439 self.create()
440
441 def create(self):
self = <vn_test.VNFixture object>
self.create = <bound method VNFixture.create of <vn_test.VNFixture object>>

/contrail-test/fixtures/vn_test.py in create(self=<vn_test.VNFixture object>)
450 self._create_vn_api(self.vn_name, self.project_obj)
451 else:
452 self._create_vn_orch()
453 if not self.obj:
454 self.logger.debug('VN %s not present' % (self.vn_name))
self = <vn_test.VNFixture object>
self._create_vn_orch = <bound method VNFixture._create_vn_orch of <vn_test.VNFixture object>>

/contrail-test/fixtures/vn_test.py in _create_vn_orch(self=<vn_test.VNFixture object>)
335 if '503' in str(e) or '504' in str(e):
336 return False
337 raise NetworkClientException(message=str(e))
338
339 def get_vn_list_in_project(self, project_uuid):
global NetworkClientException = <class 'quantum_test.NetworkClientException'>
message undefined
builtinstr = <class 'str'>
e undefined
NetworkClientException: '"The server has either erred or is incapable of performing the requested operation.<br /><br />\\n\\n\\n\\nNeutron server returns request_ids: [\'req-9fd50df1-a2ac-438e-a5fe-c27c68f36c9a\']"'
__cause__ = None
__class__ = <class 'quantum_test.NetworkClientException'>
__context__ = NetworkClientException()
__delattr__ = <method-wrapper '__delattr__' of NetworkClientException object>
__dict__ = {'_error_string': '"The server has either erred or is incapable of ...ds: [\'req-9fd50df1-a2ac-438e-a5fe-c27c68f36c9a\']"', 'message': '"The server has either erred or is incapable of ...ds: [\'req-9fd50df1-a2ac-438e-a5fe-c27c68f36c9a\']"', 'request_ids': None, 'status_code': 0}
__dir__ = <built-in method __dir__ of NetworkClientException object>
__doc__ = None
__eq__ = <method-wrapper '__eq__' of NetworkClientException object>
__format__ = <built-in method __format__ of NetworkClientException object>
__ge__ = <method-wrapper '__ge__' of NetworkClientException object>
__getattribute__ = <method-wrapper '__getattribute__' of NetworkClientException object>
__gt__ = <method-wrapper '__gt__' of NetworkClientException object>
__hash__ = <method-wrapper '__hash__' of NetworkClientException object>
__init__ = <bound method NetworkClientException.__init__ of NetworkClientException()>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of NetworkClientException object>
__lt__ = <method-wrapper '__lt__' of NetworkClientException object>
__module__ = 'quantum_test'
__ne__ = <method-wrapper '__ne__' of NetworkClientException object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of NetworkClientException object>
__reduce_ex__ = <built-in method __reduce_ex__ of NetworkClientException object>
__repr__ = <method-wrapper '__repr__' of NetworkClientException object>
__setattr__ = <method-wrapper '__setattr__' of NetworkClientException object>
__setstate__ = <built-in method __setstate__ of NetworkClientException object>
__sizeof__ = <built-in method __sizeof__ of NetworkClientException object>
__str__ = <bound method NetworkClientException.__str__ of NetworkClientException()>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
__weakref__ = None
_error_string = '"The server has either erred or is incapable of ...ds: [\'req-9fd50df1-a2ac-438e-a5fe-c27c68f36c9a\']"'
args = ()
message = '"The server has either erred or is incapable of ...ds: [\'req-9fd50df1-a2ac-438e-a5fe-c27c68f36c9a\']"'
req_ids_msg = 'Neutron server returns request_ids: %s'
request_ids = None
status_code = 0
with_traceback = <built-in method with_traceback of NetworkClientException object>

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
File "/contrail-test/fixtures/quantum_test.py", line 276, in get_vn_obj_if_present
net_rsp = self.obj.list_networks(**query_dict)['networks']
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 817, in list_networks
return self.list('networks', self.networks_path, retrieve_all,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 369, in list
for r in self._pagination(collection, path, **params):
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 384, in _pagination
res = self.get(path, params=params)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 353, in get
return self.retry_request("GET", action, body=body,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 330, in retry_request
return self.do_request(method, action, body=body,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 294, in do_request
self._handle_fault_response(status_code, replybody, resp)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 269, in _handle_fault_response
exception_handler_v20(status_code, error_body)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 91, in exception_handler_v20
raise client_exc(message=error_message,
neutronclient.common.exceptions.InternalServerError: The server has either erred or is incapable of performing the requested operation.<br /><br />



Neutron server returns request_ids: ['req-9fd50df1-a2ac-438e-a5fe-c27c68f36c9a']

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/contrail-test/fixtures/vn_test.py", line 295, in _create_vn_orch
self.obj = self.orchestrator.get_vn_obj_if_present(self.vn_name,
File "/contrail-test/fixtures/openstack.py", line 184, in get_vn_obj_if_present
return self.quantum_h.get_vn_obj_if_present(vn_name, **kwargs)
File "/contrail-test/fixtures/quantum_test.py", line 282, in get_vn_obj_if_present
raise NetworkClientException(message=str(e))
quantum_test.NetworkClientException: "The server has either erred or is incapable of performing the requested operation.<br /><br />\n\n\n\nNeutron server returns request_ids: ['req-9fd50df1-a2ac-438e-a5fe-c27c68f36c9a']"

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/floatingip/test_floatingip_basic.py", line 60, in test_floating_ip
vn1_fixture = self.useFixture(
File "/usr/local/lib/python3.9/site-packages/testtools/testcase.py", line 756, in useFixture
reraise(*exc_info)
File "/usr/local/lib/python3.9/site-packages/testtools/_compat3x.py", line 16, in reraise
raise exc_obj.with_traceback(exc_tb)
File "/usr/local/lib/python3.9/site-packages/testtools/testcase.py", line 731, in useFixture
fixture.setUp()
File "/contrail-test/fixtures/vn_test.py", line 439, in setUp
self.create()
File "/contrail-test/fixtures/vn_test.py", line 452, in create
self._create_vn_orch()
File "/contrail-test/fixtures/vn_test.py", line 337, in _create_vn_orch
raise NetworkClientException(message=str(e))
quantum_test.NetworkClientException: '"The server has either erred or is incapable of performing the requested operation.<br /><br />\\n\\n\\n\\nNeutron server returns request_ids: [\'req-9fd50df1-a2ac-438e-a5fe-c27c68f36c9a\']"'

3.235 Log File
test_heat_stacks_list[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity]Success0.460
test_router_crud[ci_sanity,dev_sanity_dpdk,sanity]Success8.558
test_ports_bindings[ci_sanity,dev_sanity_dpdk,sanity]Success2.467
test_ports_specific_subnet_ip[ci_sanity,dev_sanity_dpdk,sanity]Success27.564
test_basic_router_behavior[ci_sanity,dev_sanity_dpdk,sanity]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
raise TestFailed("\n ".join(errmsg))
tcutils.cores.TestFailed: Test failed: NetworkClientException
Python 3.9.21: /usr/bin/python3
Thu Oct 16 16:36:19 2025

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

/contrail-test/tcutils/wrappers.py in wrapper(self=<scripts.neutron.test_routers.TestRouters.test_b...sanity,dev_sanity_dpdk,sanity] id=0x7f4d6ca95c70>, *args=(), **kwargs={})
78 log.info('Initial checks done. Running the testcase now')
79 log.info('')
80 result = function(self, *args, **kwargs)
81 if self.inputs.upgrade:
82 pid = os.getpid()
result = None
function = <function TestRouters.test_basic_router_behavior>
self = <scripts.neutron.test_routers.TestRouters.test_b...sanity,dev_sanity_dpdk,sanity] id=0x7f4d6ca95c70>
args = ()
kwargs = {}

/contrail-test/scripts/neutron/test_routers.py in test_basic_router_behavior(self=<scripts.neutron.test_routers.TestRouters.test_b...sanity,dev_sanity_dpdk,sanity] id=0x7f4d6ca95c70>)
48 router_name = get_random_name('router1')
49 vn1_fixture = self.create_vn(vn1_name, vn1_subnets)
50 vn2_fixture = self.create_vn(vn2_name, vn2_subnets)
51 vn1_vm1_fixture = self.create_vm(vn1_fixture, vn1_vm1_name,
52 image_name='cirros')
vn2_fixture undefined
self = <scripts.neutron.test_routers.TestRouters.test_b...sanity,dev_sanity_dpdk,sanity] id=0x7f4d6ca95c70>
self.create_vn = <bound method GenericTestBase.create_vn of <scri...anity,dev_sanity_dpdk,sanity] id=0x7f4d6ca95c70>>
vn2_name = 'ctest-vn2-72976137'
vn2_subnets = ['17.197.214.128/26']

/contrail-test/common/base.py in create_vn(self=<scripts.neutron.test_routers.TestRouters.test_b...sanity,dev_sanity_dpdk,sanity] id=0x7f4d6ca95c70>, vn_name='ctest-vn2-72976137', vn_subnets=['17.197.214.128/26'], cleanup=True, **kwargs={})
189
190 def create_vn(self, vn_name=None, vn_subnets=None, cleanup=True, **kwargs):
191 vn_fixture = self.create_only_vn(vn_name=vn_name,
192 vn_subnets=vn_subnets,
193 **kwargs)
vn_fixture undefined
self = <scripts.neutron.test_routers.TestRouters.test_b...sanity,dev_sanity_dpdk,sanity] id=0x7f4d6ca95c70>
self.create_only_vn = <bound method GenericTestBase.create_only_vn of <class 'scripts.neutron.test_routers.TestRouters'>>
vn_name = 'ctest-vn2-72976137'
vn_subnets = ['17.197.214.128/26']
kwargs = {}

/contrail-test/common/base.py in create_only_vn(cls=<class 'scripts.neutron.test_routers.TestRouters'>, vn_name='ctest-vn2-72976137', vn_subnets=['17.197.214.128/26'], **kwargs={})
184 subnets=vn_subnets,
185 **kwargs)
186 vn_fixture.setUp()
187 return vn_fixture
188 # end create_only_vn
vn_fixture = <vn_test.VNFixture object>
vn_fixture.setUp = <bound method VNFixture.setUp of <vn_test.VNFixture object>>

/contrail-test/fixtures/vn_test.py in setUp(self=<vn_test.VNFixture object>)
437 def setUp(self):
438 super(VNFixture, self).setUp()
439 self.create()
440
441 def create(self):
self = <vn_test.VNFixture object>
self.create = <bound method VNFixture.create of <vn_test.VNFixture object>>

/contrail-test/fixtures/vn_test.py in create(self=<vn_test.VNFixture object>)
450 self._create_vn_api(self.vn_name, self.project_obj)
451 else:
452 self._create_vn_orch()
453 if not self.obj:
454 self.logger.debug('VN %s not present' % (self.vn_name))
self = <vn_test.VNFixture object>
self._create_vn_orch = <bound method VNFixture._create_vn_orch of <vn_test.VNFixture object>>

/contrail-test/fixtures/vn_test.py in _create_vn_orch(self=<vn_test.VNFixture object>)
335 if '503' in str(e) or '504' in str(e):
336 return False
337 raise NetworkClientException(message=str(e))
338
339 def get_vn_list_in_project(self, project_uuid):
global NetworkClientException = <class 'quantum_test.NetworkClientException'>
message undefined
builtinstr = <class 'str'>
e undefined
NetworkClientException: '"The server has either erred or is incapable of performing the requested operation.<br /><br />\\n\\n\\n\\nNeutron server returns request_ids: [\'req-bd08588e-adf4-407d-8ac4-0d257fa7ea8e\']"'
__cause__ = None
__class__ = <class 'quantum_test.NetworkClientException'>
__context__ = NetworkClientException()
__delattr__ = <method-wrapper '__delattr__' of NetworkClientException object>
__dict__ = {'_error_string': '"The server has either erred or is incapable of ...ds: [\'req-bd08588e-adf4-407d-8ac4-0d257fa7ea8e\']"', 'message': '"The server has either erred or is incapable of ...ds: [\'req-bd08588e-adf4-407d-8ac4-0d257fa7ea8e\']"', 'request_ids': None, 'status_code': 0}
__dir__ = <built-in method __dir__ of NetworkClientException object>
__doc__ = None
__eq__ = <method-wrapper '__eq__' of NetworkClientException object>
__format__ = <built-in method __format__ of NetworkClientException object>
__ge__ = <method-wrapper '__ge__' of NetworkClientException object>
__getattribute__ = <method-wrapper '__getattribute__' of NetworkClientException object>
__gt__ = <method-wrapper '__gt__' of NetworkClientException object>
__hash__ = <method-wrapper '__hash__' of NetworkClientException object>
__init__ = <bound method NetworkClientException.__init__ of NetworkClientException()>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of NetworkClientException object>
__lt__ = <method-wrapper '__lt__' of NetworkClientException object>
__module__ = 'quantum_test'
__ne__ = <method-wrapper '__ne__' of NetworkClientException object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of NetworkClientException object>
__reduce_ex__ = <built-in method __reduce_ex__ of NetworkClientException object>
__repr__ = <method-wrapper '__repr__' of NetworkClientException object>
__setattr__ = <method-wrapper '__setattr__' of NetworkClientException object>
__setstate__ = <built-in method __setstate__ of NetworkClientException object>
__sizeof__ = <built-in method __sizeof__ of NetworkClientException object>
__str__ = <bound method NetworkClientException.__str__ of NetworkClientException()>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
__weakref__ = None
_error_string = '"The server has either erred or is incapable of ...ds: [\'req-bd08588e-adf4-407d-8ac4-0d257fa7ea8e\']"'
args = ()
message = '"The server has either erred or is incapable of ...ds: [\'req-bd08588e-adf4-407d-8ac4-0d257fa7ea8e\']"'
req_ids_msg = 'Neutron server returns request_ids: %s'
request_ids = None
status_code = 0
with_traceback = <built-in method with_traceback of NetworkClientException object>

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
File "/contrail-test/fixtures/quantum_test.py", line 276, in get_vn_obj_if_present
net_rsp = self.obj.list_networks(**query_dict)['networks']
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 817, in list_networks
return self.list('networks', self.networks_path, retrieve_all,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 369, in list
for r in self._pagination(collection, path, **params):
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 384, in _pagination
res = self.get(path, params=params)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 353, in get
return self.retry_request("GET", action, body=body,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 330, in retry_request
return self.do_request(method, action, body=body,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 294, in do_request
self._handle_fault_response(status_code, replybody, resp)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 269, in _handle_fault_response
exception_handler_v20(status_code, error_body)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 91, in exception_handler_v20
raise client_exc(message=error_message,
neutronclient.common.exceptions.InternalServerError: The server has either erred or is incapable of performing the requested operation.<br /><br />



Neutron server returns request_ids: ['req-bd08588e-adf4-407d-8ac4-0d257fa7ea8e']

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/contrail-test/fixtures/vn_test.py", line 295, in _create_vn_orch
self.obj = self.orchestrator.get_vn_obj_if_present(self.vn_name,
File "/contrail-test/fixtures/openstack.py", line 184, in get_vn_obj_if_present
return self.quantum_h.get_vn_obj_if_present(vn_name, **kwargs)
File "/contrail-test/fixtures/quantum_test.py", line 282, in get_vn_obj_if_present
raise NetworkClientException(message=str(e))
quantum_test.NetworkClientException: "The server has either erred or is incapable of performing the requested operation.<br /><br />\n\n\n\nNeutron server returns request_ids: ['req-bd08588e-adf4-407d-8ac4-0d257fa7ea8e']"

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/neutron/test_routers.py", line 50, in test_basic_router_behavior
vn2_fixture = self.create_vn(vn2_name, vn2_subnets)
File "/contrail-test/common/base.py", line 191, in create_vn
vn_fixture = self.create_only_vn(vn_name=vn_name,
File "/contrail-test/common/base.py", line 186, in create_only_vn
vn_fixture.setUp()
File "/contrail-test/fixtures/vn_test.py", line 439, in setUp
self.create()
File "/contrail-test/fixtures/vn_test.py", line 452, in create
self._create_vn_orch()
File "/contrail-test/fixtures/vn_test.py", line 337, in _create_vn_orch
raise NetworkClientException(message=str(e))
quantum_test.NetworkClientException: '"The server has either erred or is incapable of performing the requested operation.<br /><br />\\n\\n\\n\\nNeutron server returns request_ids: [\'req-bd08588e-adf4-407d-8ac4-0d257fa7ea8e\']"'

1.891 Log File
test_basic_snat_behavior_without_external_connectivity[ci_sanity,dev_sanity_dpdk,sanity,suite1]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
raise TestFailed("\n ".join(errmsg))
tcutils.cores.TestFailed: Test failed: NetworkClientException
Python 3.9.21: /usr/bin/python3
Thu Oct 16 16:36:25 2025

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

/contrail-test/tcutils/wrappers.py in wrapper(self=<scripts.neutron.test_routers_basic.TestRoutersB...dev_sanity_dpdk,sanity,suite1] id=0x7f4d6ca2e9a0>, *args=(), **kwargs={})
78 log.info('Initial checks done. Running the testcase now')
79 log.info('')
80 result = function(self, *args, **kwargs)
81 if self.inputs.upgrade:
82 pid = os.getpid()
result = None
function = <function TestRoutersBasic.test_basic_snat_behavior_without_external_connectivity>
self = <scripts.neutron.test_routers_basic.TestRoutersB...dev_sanity_dpdk,sanity,suite1] id=0x7f4d6ca2e9a0>
args = ()
kwargs = {}

/contrail-test/scripts/neutron/test_routers_basic.py in test_basic_snat_behavior_without_external_connectivity(self=<scripts.neutron.test_routers_basic.TestRoutersB...dev_sanity_dpdk,sanity,suite1] id=0x7f4d6ca2e9a0>)
35 vn1_fixture = self.create_vn()
36 ext_vn_name = get_random_name('ext_vn')
37 ext_vn_fixture = self.create_vn(vn_name=ext_vn_name,
38 router_external=True)
39
ext_vn_fixture undefined
self = <scripts.neutron.test_routers_basic.TestRoutersB...dev_sanity_dpdk,sanity,suite1] id=0x7f4d6ca2e9a0>
self.create_vn = <bound method GenericTestBase.create_vn of <scri...ev_sanity_dpdk,sanity,suite1] id=0x7f4d6ca2e9a0>>
vn_name undefined
ext_vn_name = 'ctest-ext_vn-37819268'
router_external undefined

/contrail-test/common/base.py in create_vn(self=<scripts.neutron.test_routers_basic.TestRoutersB...dev_sanity_dpdk,sanity,suite1] id=0x7f4d6ca2e9a0>, vn_name='ctest-ext_vn-37819268', vn_subnets=None, cleanup=True, **kwargs={'router_external': True})
189
190 def create_vn(self, vn_name=None, vn_subnets=None, cleanup=True, **kwargs):
191 vn_fixture = self.create_only_vn(vn_name=vn_name,
192 vn_subnets=vn_subnets,
193 **kwargs)
vn_fixture undefined
self = <scripts.neutron.test_routers_basic.TestRoutersB...dev_sanity_dpdk,sanity,suite1] id=0x7f4d6ca2e9a0>
self.create_only_vn = <bound method GenericTestBase.create_only_vn of ...ts.neutron.test_routers_basic.TestRoutersBasic'>>
vn_name = 'ctest-ext_vn-37819268'
vn_subnets = None
kwargs = {'router_external': True}

/contrail-test/common/base.py in create_only_vn(cls=<class 'scripts.neutron.test_routers_basic.TestRoutersBasic'>, vn_name='ctest-ext_vn-37819268', vn_subnets=None, **kwargs={'router_external': True})
184 subnets=vn_subnets,
185 **kwargs)
186 vn_fixture.setUp()
187 return vn_fixture
188 # end create_only_vn
vn_fixture = <vn_test.VNFixture object>
vn_fixture.setUp = <bound method VNFixture.setUp of <vn_test.VNFixture object>>

/contrail-test/fixtures/vn_test.py in setUp(self=<vn_test.VNFixture object>)
437 def setUp(self):
438 super(VNFixture, self).setUp()
439 self.create()
440
441 def create(self):
self = <vn_test.VNFixture object>
self.create = <bound method VNFixture.create of <vn_test.VNFixture object>>

/contrail-test/fixtures/vn_test.py in create(self=<vn_test.VNFixture object>)
450 self._create_vn_api(self.vn_name, self.project_obj)
451 else:
452 self._create_vn_orch()
453 if not self.obj:
454 self.logger.debug('VN %s not present' % (self.vn_name))
self = <vn_test.VNFixture object>
self._create_vn_orch = <bound method VNFixture._create_vn_orch of <vn_test.VNFixture object>>

/contrail-test/fixtures/vn_test.py in _create_vn_orch(self=<vn_test.VNFixture object>)
335 if '503' in str(e) or '504' in str(e):
336 return False
337 raise NetworkClientException(message=str(e))
338
339 def get_vn_list_in_project(self, project_uuid):
global NetworkClientException = <class 'quantum_test.NetworkClientException'>
message undefined
builtinstr = <class 'str'>
e undefined
NetworkClientException: '"The server has either erred or is incapable of performing the requested operation.<br /><br />\\n\\n\\n\\nNeutron server returns request_ids: [\'req-df9cf9ec-34c1-4e09-b569-e6137c58fe10\']"'
__cause__ = None
__class__ = <class 'quantum_test.NetworkClientException'>
__context__ = NetworkClientException()
__delattr__ = <method-wrapper '__delattr__' of NetworkClientException object>
__dict__ = {'_error_string': '"The server has either erred or is incapable of ...ds: [\'req-df9cf9ec-34c1-4e09-b569-e6137c58fe10\']"', 'message': '"The server has either erred or is incapable of ...ds: [\'req-df9cf9ec-34c1-4e09-b569-e6137c58fe10\']"', 'request_ids': None, 'status_code': 0}
__dir__ = <built-in method __dir__ of NetworkClientException object>
__doc__ = None
__eq__ = <method-wrapper '__eq__' of NetworkClientException object>
__format__ = <built-in method __format__ of NetworkClientException object>
__ge__ = <method-wrapper '__ge__' of NetworkClientException object>
__getattribute__ = <method-wrapper '__getattribute__' of NetworkClientException object>
__gt__ = <method-wrapper '__gt__' of NetworkClientException object>
__hash__ = <method-wrapper '__hash__' of NetworkClientException object>
__init__ = <bound method NetworkClientException.__init__ of NetworkClientException()>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of NetworkClientException object>
__lt__ = <method-wrapper '__lt__' of NetworkClientException object>
__module__ = 'quantum_test'
__ne__ = <method-wrapper '__ne__' of NetworkClientException object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of NetworkClientException object>
__reduce_ex__ = <built-in method __reduce_ex__ of NetworkClientException object>
__repr__ = <method-wrapper '__repr__' of NetworkClientException object>
__setattr__ = <method-wrapper '__setattr__' of NetworkClientException object>
__setstate__ = <built-in method __setstate__ of NetworkClientException object>
__sizeof__ = <built-in method __sizeof__ of NetworkClientException object>
__str__ = <bound method NetworkClientException.__str__ of NetworkClientException()>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
__weakref__ = None
_error_string = '"The server has either erred or is incapable of ...ds: [\'req-df9cf9ec-34c1-4e09-b569-e6137c58fe10\']"'
args = ()
message = '"The server has either erred or is incapable of ...ds: [\'req-df9cf9ec-34c1-4e09-b569-e6137c58fe10\']"'
req_ids_msg = 'Neutron server returns request_ids: %s'
request_ids = None
status_code = 0
with_traceback = <built-in method with_traceback of NetworkClientException object>

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
File "/contrail-test/fixtures/quantum_test.py", line 276, in get_vn_obj_if_present
net_rsp = self.obj.list_networks(**query_dict)['networks']
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 817, in list_networks
return self.list('networks', self.networks_path, retrieve_all,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 369, in list
for r in self._pagination(collection, path, **params):
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 384, in _pagination
res = self.get(path, params=params)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 353, in get
return self.retry_request("GET", action, body=body,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 330, in retry_request
return self.do_request(method, action, body=body,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 294, in do_request
self._handle_fault_response(status_code, replybody, resp)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 269, in _handle_fault_response
exception_handler_v20(status_code, error_body)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 91, in exception_handler_v20
raise client_exc(message=error_message,
neutronclient.common.exceptions.InternalServerError: The server has either erred or is incapable of performing the requested operation.<br /><br />



Neutron server returns request_ids: ['req-df9cf9ec-34c1-4e09-b569-e6137c58fe10']

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/contrail-test/fixtures/vn_test.py", line 295, in _create_vn_orch
self.obj = self.orchestrator.get_vn_obj_if_present(self.vn_name,
File "/contrail-test/fixtures/openstack.py", line 184, in get_vn_obj_if_present
return self.quantum_h.get_vn_obj_if_present(vn_name, **kwargs)
File "/contrail-test/fixtures/quantum_test.py", line 282, in get_vn_obj_if_present
raise NetworkClientException(message=str(e))
quantum_test.NetworkClientException: "The server has either erred or is incapable of performing the requested operation.<br /><br />\n\n\n\nNeutron server returns request_ids: ['req-df9cf9ec-34c1-4e09-b569-e6137c58fe10']"

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/neutron/test_routers_basic.py", line 37, in test_basic_snat_behavior_without_external_connectivity
ext_vn_fixture = self.create_vn(vn_name=ext_vn_name,
File "/contrail-test/common/base.py", line 191, in create_vn
vn_fixture = self.create_only_vn(vn_name=vn_name,
File "/contrail-test/common/base.py", line 186, in create_only_vn
vn_fixture.setUp()
File "/contrail-test/fixtures/vn_test.py", line 439, in setUp
self.create()
File "/contrail-test/fixtures/vn_test.py", line 452, in create
self._create_vn_orch()
File "/contrail-test/fixtures/vn_test.py", line 337, in _create_vn_orch
raise NetworkClientException(message=str(e))
quantum_test.NetworkClientException: '"The server has either erred or is incapable of performing the requested operation.<br /><br />\\n\\n\\n\\nNeutron server returns request_ids: [\'req-df9cf9ec-34c1-4e09-b569-e6137c58fe10\']"'

2.775 Log File
test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
raise TestFailed("\n ".join(errmsg))
tcutils.cores.TestFailed: Test failed: NetworkClientException
Python 3.9.21: /usr/bin/python3
Thu Oct 16 16:36:31 2025

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

/contrail-test/tcutils/wrappers.py in wrapper(self=<scripts.policy.test_policy.TestBasicPolicyIpv4v...ty,quick_sanity,sanity,suite1] id=0x7f4d6c979760>, *args=(), **kwargs={})
78 log.info('Initial checks done. Running the testcase now')
79 log.info('')
80 result = function(self, *args, **kwargs)
81 if self.inputs.upgrade:
82 pid = os.getpid()
result = None
function = <function TestBasicPolicy.test_basic_policy_allow_deny>
self = <scripts.policy.test_policy.TestBasicPolicyIpv4v...ty,quick_sanity,sanity,suite1] id=0x7f4d6c979760>
args = ()
kwargs = {}

/contrail-test/scripts/policy/test_policy_basic.py in test_basic_policy_allow_deny(self=<scripts.policy.test_policy.TestBasicPolicyIpv4v...ty,quick_sanity,sanity,suite1] id=0x7f4d6c979760>)
94 '''
95 vn1_fixture = self.create_vn()
96 vn2_fixture = self.create_vn()
97 # vn1_name = get_random_name('vn1')
98 # vn1_subnets = ['192.168.10.0/24']
vn2_fixture undefined
self = <scripts.policy.test_policy.TestBasicPolicyIpv4v...ty,quick_sanity,sanity,suite1] id=0x7f4d6c979760>
self.create_vn = <bound method GenericTestBase.create_vn of <scri...y,quick_sanity,sanity,suite1] id=0x7f4d6c979760>>

/contrail-test/common/base.py in create_vn(self=<scripts.policy.test_policy.TestBasicPolicyIpv4v...ty,quick_sanity,sanity,suite1] id=0x7f4d6c979760>, vn_name=None, vn_subnets=None, cleanup=True, **kwargs={})
189
190 def create_vn(self, vn_name=None, vn_subnets=None, cleanup=True, **kwargs):
191 vn_fixture = self.create_only_vn(vn_name=vn_name,
192 vn_subnets=vn_subnets,
193 **kwargs)
vn_fixture undefined
self = <scripts.policy.test_policy.TestBasicPolicyIpv4v...ty,quick_sanity,sanity,suite1] id=0x7f4d6c979760>
self.create_only_vn = <bound method GenericTestBase.create_only_vn of ...ripts.policy.test_policy.TestBasicPolicyIpv4v6'>>
vn_name = None
vn_subnets = None
kwargs = {}

/contrail-test/common/base.py in create_only_vn(cls=<class 'scripts.policy.test_policy.TestBasicPolicyIpv4v6'>, vn_name='ctest-vn-78317374', vn_subnets=None, **kwargs={})
184 subnets=vn_subnets,
185 **kwargs)
186 vn_fixture.setUp()
187 return vn_fixture
188 # end create_only_vn
vn_fixture = <vn_test.VNFixture object>
vn_fixture.setUp = <bound method VNFixture.setUp of <vn_test.VNFixture object>>

/contrail-test/fixtures/vn_test.py in setUp(self=<vn_test.VNFixture object>)
437 def setUp(self):
438 super(VNFixture, self).setUp()
439 self.create()
440
441 def create(self):
self = <vn_test.VNFixture object>
self.create = <bound method VNFixture.create of <vn_test.VNFixture object>>

/contrail-test/fixtures/vn_test.py in create(self=<vn_test.VNFixture object>)
450 self._create_vn_api(self.vn_name, self.project_obj)
451 else:
452 self._create_vn_orch()
453 if not self.obj:
454 self.logger.debug('VN %s not present' % (self.vn_name))
self = <vn_test.VNFixture object>
self._create_vn_orch = <bound method VNFixture._create_vn_orch of <vn_test.VNFixture object>>

/contrail-test/fixtures/vn_test.py in _create_vn_orch(self=<vn_test.VNFixture object>)
335 if '503' in str(e) or '504' in str(e):
336 return False
337 raise NetworkClientException(message=str(e))
338
339 def get_vn_list_in_project(self, project_uuid):
global NetworkClientException = <class 'quantum_test.NetworkClientException'>
message undefined
builtinstr = <class 'str'>
e undefined
NetworkClientException: '"The server has either erred or is incapable of performing the requested operation.<br /><br />\\n\\n\\n\\nNeutron server returns request_ids: [\'req-0f1f71b8-f010-4fc8-bbb2-34aae707d66b\']"'
__cause__ = None
__class__ = <class 'quantum_test.NetworkClientException'>
__context__ = NetworkClientException()
__delattr__ = <method-wrapper '__delattr__' of NetworkClientException object>
__dict__ = {'_error_string': '"The server has either erred or is incapable of ...ds: [\'req-0f1f71b8-f010-4fc8-bbb2-34aae707d66b\']"', 'message': '"The server has either erred or is incapable of ...ds: [\'req-0f1f71b8-f010-4fc8-bbb2-34aae707d66b\']"', 'request_ids': None, 'status_code': 0}
__dir__ = <built-in method __dir__ of NetworkClientException object>
__doc__ = None
__eq__ = <method-wrapper '__eq__' of NetworkClientException object>
__format__ = <built-in method __format__ of NetworkClientException object>
__ge__ = <method-wrapper '__ge__' of NetworkClientException object>
__getattribute__ = <method-wrapper '__getattribute__' of NetworkClientException object>
__gt__ = <method-wrapper '__gt__' of NetworkClientException object>
__hash__ = <method-wrapper '__hash__' of NetworkClientException object>
__init__ = <bound method NetworkClientException.__init__ of NetworkClientException()>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of NetworkClientException object>
__lt__ = <method-wrapper '__lt__' of NetworkClientException object>
__module__ = 'quantum_test'
__ne__ = <method-wrapper '__ne__' of NetworkClientException object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of NetworkClientException object>
__reduce_ex__ = <built-in method __reduce_ex__ of NetworkClientException object>
__repr__ = <method-wrapper '__repr__' of NetworkClientException object>
__setattr__ = <method-wrapper '__setattr__' of NetworkClientException object>
__setstate__ = <built-in method __setstate__ of NetworkClientException object>
__sizeof__ = <built-in method __sizeof__ of NetworkClientException object>
__str__ = <bound method NetworkClientException.__str__ of NetworkClientException()>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
__weakref__ = None
_error_string = '"The server has either erred or is incapable of ...ds: [\'req-0f1f71b8-f010-4fc8-bbb2-34aae707d66b\']"'
args = ()
message = '"The server has either erred or is incapable of ...ds: [\'req-0f1f71b8-f010-4fc8-bbb2-34aae707d66b\']"'
req_ids_msg = 'Neutron server returns request_ids: %s'
request_ids = None
status_code = 0
with_traceback = <built-in method with_traceback of NetworkClientException object>

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
File "/contrail-test/fixtures/quantum_test.py", line 276, in get_vn_obj_if_present
net_rsp = self.obj.list_networks(**query_dict)['networks']
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 817, in list_networks
return self.list('networks', self.networks_path, retrieve_all,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 369, in list
for r in self._pagination(collection, path, **params):
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 384, in _pagination
res = self.get(path, params=params)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 353, in get
return self.retry_request("GET", action, body=body,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 330, in retry_request
return self.do_request(method, action, body=body,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 294, in do_request
self._handle_fault_response(status_code, replybody, resp)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 269, in _handle_fault_response
exception_handler_v20(status_code, error_body)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 91, in exception_handler_v20
raise client_exc(message=error_message,
neutronclient.common.exceptions.InternalServerError: The server has either erred or is incapable of performing the requested operation.<br /><br />



Neutron server returns request_ids: ['req-0f1f71b8-f010-4fc8-bbb2-34aae707d66b']

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/contrail-test/fixtures/vn_test.py", line 295, in _create_vn_orch
self.obj = self.orchestrator.get_vn_obj_if_present(self.vn_name,
File "/contrail-test/fixtures/openstack.py", line 184, in get_vn_obj_if_present
return self.quantum_h.get_vn_obj_if_present(vn_name, **kwargs)
File "/contrail-test/fixtures/quantum_test.py", line 282, in get_vn_obj_if_present
raise NetworkClientException(message=str(e))
quantum_test.NetworkClientException: "The server has either erred or is incapable of performing the requested operation.<br /><br />\n\n\n\nNeutron server returns request_ids: ['req-0f1f71b8-f010-4fc8-bbb2-34aae707d66b']"

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/policy/test_policy_basic.py", line 96, in test_basic_policy_allow_deny
vn2_fixture = self.create_vn()
File "/contrail-test/common/base.py", line 191, in create_vn
vn_fixture = self.create_only_vn(vn_name=vn_name,
File "/contrail-test/common/base.py", line 186, in create_only_vn
vn_fixture.setUp()
File "/contrail-test/fixtures/vn_test.py", line 439, in setUp
self.create()
File "/contrail-test/fixtures/vn_test.py", line 452, in create
self._create_vn_orch()
File "/contrail-test/fixtures/vn_test.py", line 337, in _create_vn_orch
raise NetworkClientException(message=str(e))
quantum_test.NetworkClientException: '"The server has either erred or is incapable of performing the requested operation.<br /><br />\\n\\n\\n\\nNeutron server returns request_ids: [\'req-0f1f71b8-f010-4fc8-bbb2-34aae707d66b\']"'

2.300 Log File
test_remove_policy_with_ref[ci_sanity,sanity]Success5.738
test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
raise TestFailed("\n ".join(errmsg))
tcutils.cores.TestFailed: Test failed: NetworkClientException
Python 3.9.21: /usr/bin/python3
Thu Oct 16 16:36:46 2025

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

/contrail-test/tcutils/wrappers.py in wrapper(self=<scripts.policy.test_policy_basic.TestBasicPolic...ty,quick_sanity,sanity,suite1] id=0x7f4d6c9ff400>, *args=(), **kwargs={})
78 log.info('Initial checks done. Running the testcase now')
79 log.info('')
80 result = function(self, *args, **kwargs)
81 if self.inputs.upgrade:
82 pid = os.getpid()
result = None
function = <function TestBasicPolicy.test_basic_policy_allow_deny>
self = <scripts.policy.test_policy_basic.TestBasicPolic...ty,quick_sanity,sanity,suite1] id=0x7f4d6c9ff400>
args = ()
kwargs = {}

/contrail-test/scripts/policy/test_policy_basic.py in test_basic_policy_allow_deny(self=<scripts.policy.test_policy_basic.TestBasicPolic...ty,quick_sanity,sanity,suite1] id=0x7f4d6c9ff400>)
94 '''
95 vn1_fixture = self.create_vn()
96 vn2_fixture = self.create_vn()
97 # vn1_name = get_random_name('vn1')
98 # vn1_subnets = ['192.168.10.0/24']
vn2_fixture undefined
self = <scripts.policy.test_policy_basic.TestBasicPolic...ty,quick_sanity,sanity,suite1] id=0x7f4d6c9ff400>
self.create_vn = <bound method GenericTestBase.create_vn of <scri...y,quick_sanity,sanity,suite1] id=0x7f4d6c9ff400>>

/contrail-test/common/base.py in create_vn(self=<scripts.policy.test_policy_basic.TestBasicPolic...ty,quick_sanity,sanity,suite1] id=0x7f4d6c9ff400>, vn_name=None, vn_subnets=None, cleanup=True, **kwargs={})
189
190 def create_vn(self, vn_name=None, vn_subnets=None, cleanup=True, **kwargs):
191 vn_fixture = self.create_only_vn(vn_name=vn_name,
192 vn_subnets=vn_subnets,
193 **kwargs)
vn_fixture undefined
self = <scripts.policy.test_policy_basic.TestBasicPolic...ty,quick_sanity,sanity,suite1] id=0x7f4d6c9ff400>
self.create_only_vn = <bound method GenericTestBase.create_only_vn of ...ripts.policy.test_policy_basic.TestBasicPolicy'>>
vn_name = None
vn_subnets = None
kwargs = {}

/contrail-test/common/base.py in create_only_vn(cls=<class 'scripts.policy.test_policy_basic.TestBasicPolicy'>, vn_name='ctest-vn-39367458', vn_subnets=None, **kwargs={})
184 subnets=vn_subnets,
185 **kwargs)
186 vn_fixture.setUp()
187 return vn_fixture
188 # end create_only_vn
vn_fixture = <vn_test.VNFixture object>
vn_fixture.setUp = <bound method VNFixture.setUp of <vn_test.VNFixture object>>

/contrail-test/fixtures/vn_test.py in setUp(self=<vn_test.VNFixture object>)
437 def setUp(self):
438 super(VNFixture, self).setUp()
439 self.create()
440
441 def create(self):
self = <vn_test.VNFixture object>
self.create = <bound method VNFixture.create of <vn_test.VNFixture object>>

/contrail-test/fixtures/vn_test.py in create(self=<vn_test.VNFixture object>)
450 self._create_vn_api(self.vn_name, self.project_obj)
451 else:
452 self._create_vn_orch()
453 if not self.obj:
454 self.logger.debug('VN %s not present' % (self.vn_name))
self = <vn_test.VNFixture object>
self._create_vn_orch = <bound method VNFixture._create_vn_orch of <vn_test.VNFixture object>>

/contrail-test/fixtures/vn_test.py in _create_vn_orch(self=<vn_test.VNFixture object>)
335 if '503' in str(e) or '504' in str(e):
336 return False
337 raise NetworkClientException(message=str(e))
338
339 def get_vn_list_in_project(self, project_uuid):
global NetworkClientException = <class 'quantum_test.NetworkClientException'>
message undefined
builtinstr = <class 'str'>
e undefined
NetworkClientException: '"The server has either erred or is incapable of performing the requested operation.<br /><br />\\n\\n\\n\\nNeutron server returns request_ids: [\'req-59b94a3b-53c0-4ea6-9a0d-24e431836088\']"'
__cause__ = None
__class__ = <class 'quantum_test.NetworkClientException'>
__context__ = NetworkClientException()
__delattr__ = <method-wrapper '__delattr__' of NetworkClientException object>
__dict__ = {'_error_string': '"The server has either erred or is incapable of ...ds: [\'req-59b94a3b-53c0-4ea6-9a0d-24e431836088\']"', 'message': '"The server has either erred or is incapable of ...ds: [\'req-59b94a3b-53c0-4ea6-9a0d-24e431836088\']"', 'request_ids': None, 'status_code': 0}
__dir__ = <built-in method __dir__ of NetworkClientException object>
__doc__ = None
__eq__ = <method-wrapper '__eq__' of NetworkClientException object>
__format__ = <built-in method __format__ of NetworkClientException object>
__ge__ = <method-wrapper '__ge__' of NetworkClientException object>
__getattribute__ = <method-wrapper '__getattribute__' of NetworkClientException object>
__gt__ = <method-wrapper '__gt__' of NetworkClientException object>
__hash__ = <method-wrapper '__hash__' of NetworkClientException object>
__init__ = <bound method NetworkClientException.__init__ of NetworkClientException()>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of NetworkClientException object>
__lt__ = <method-wrapper '__lt__' of NetworkClientException object>
__module__ = 'quantum_test'
__ne__ = <method-wrapper '__ne__' of NetworkClientException object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of NetworkClientException object>
__reduce_ex__ = <built-in method __reduce_ex__ of NetworkClientException object>
__repr__ = <method-wrapper '__repr__' of NetworkClientException object>
__setattr__ = <method-wrapper '__setattr__' of NetworkClientException object>
__setstate__ = <built-in method __setstate__ of NetworkClientException object>
__sizeof__ = <built-in method __sizeof__ of NetworkClientException object>
__str__ = <bound method NetworkClientException.__str__ of NetworkClientException()>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
__weakref__ = None
_error_string = '"The server has either erred or is incapable of ...ds: [\'req-59b94a3b-53c0-4ea6-9a0d-24e431836088\']"'
args = ()
message = '"The server has either erred or is incapable of ...ds: [\'req-59b94a3b-53c0-4ea6-9a0d-24e431836088\']"'
req_ids_msg = 'Neutron server returns request_ids: %s'
request_ids = None
status_code = 0
with_traceback = <built-in method with_traceback of NetworkClientException object>

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
File "/contrail-test/fixtures/quantum_test.py", line 276, in get_vn_obj_if_present
net_rsp = self.obj.list_networks(**query_dict)['networks']
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 817, in list_networks
return self.list('networks', self.networks_path, retrieve_all,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 369, in list
for r in self._pagination(collection, path, **params):
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 384, in _pagination
res = self.get(path, params=params)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 353, in get
return self.retry_request("GET", action, body=body,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 330, in retry_request
return self.do_request(method, action, body=body,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 294, in do_request
self._handle_fault_response(status_code, replybody, resp)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 269, in _handle_fault_response
exception_handler_v20(status_code, error_body)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 91, in exception_handler_v20
raise client_exc(message=error_message,
neutronclient.common.exceptions.InternalServerError: The server has either erred or is incapable of performing the requested operation.<br /><br />



Neutron server returns request_ids: ['req-59b94a3b-53c0-4ea6-9a0d-24e431836088']

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/contrail-test/fixtures/vn_test.py", line 295, in _create_vn_orch
self.obj = self.orchestrator.get_vn_obj_if_present(self.vn_name,
File "/contrail-test/fixtures/openstack.py", line 184, in get_vn_obj_if_present
return self.quantum_h.get_vn_obj_if_present(vn_name, **kwargs)
File "/contrail-test/fixtures/quantum_test.py", line 282, in get_vn_obj_if_present
raise NetworkClientException(message=str(e))
quantum_test.NetworkClientException: "The server has either erred or is incapable of performing the requested operation.<br /><br />\n\n\n\nNeutron server returns request_ids: ['req-59b94a3b-53c0-4ea6-9a0d-24e431836088']"

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/policy/test_policy_basic.py", line 96, in test_basic_policy_allow_deny
vn2_fixture = self.create_vn()
File "/contrail-test/common/base.py", line 191, in create_vn
vn_fixture = self.create_only_vn(vn_name=vn_name,
File "/contrail-test/common/base.py", line 186, in create_only_vn
vn_fixture.setUp()
File "/contrail-test/fixtures/vn_test.py", line 439, in setUp
self.create()
File "/contrail-test/fixtures/vn_test.py", line 452, in create
self._create_vn_orch()
File "/contrail-test/fixtures/vn_test.py", line 337, in _create_vn_orch
raise NetworkClientException(message=str(e))
quantum_test.NetworkClientException: '"The server has either erred or is incapable of performing the requested operation.<br /><br />\\n\\n\\n\\nNeutron server returns request_ids: [\'req-59b94a3b-53c0-4ea6-9a0d-24e431836088\']"'

1.838 Log File
test_rp_interface[ci_sanity,sanity]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
raise TestFailed("\n ".join(errmsg))
tcutils.cores.TestFailed: Test failed: NetworkClientException
Python 3.9.21: /usr/bin/python3
Thu Oct 16 16:36:52 2025

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

/contrail-test/tcutils/wrappers.py in wrapper(self=<scripts.routing_policy.test_routing_policy.Test...rp_interface[ci_sanity,sanity] id=0x7f4d6c7afbb0>, *args=(), **kwargs={})
78 log.info('Initial checks done. Running the testcase now')
79 log.info('')
80 result = function(self, *args, **kwargs)
81 if self.inputs.upgrade:
82 pid = os.getpid()
result = None
function = <function TestRP.test_rp_interface>
self = <scripts.routing_policy.test_routing_policy.Test...rp_interface[ci_sanity,sanity] id=0x7f4d6c7afbb0>
args = ()
kwargs = {}

/contrail-test/scripts/routing_policy/test_routing_policy.py in test_rp_interface(self=<scripts.routing_policy.test_routing_policy.Test...rp_interface[ci_sanity,sanity] id=0x7f4d6c7afbb0>)
38 3. Attach policy to VN and confirm if policy takes hold.
39 '''
40 ret_dict = self.config_basic()
41 vn_fixture = ret_dict['vn_fixture']
42 test_vm = ret_dict['test_vm']
ret_dict undefined
self = <scripts.routing_policy.test_routing_policy.Test...rp_interface[ci_sanity,sanity] id=0x7f4d6c7afbb0>
self.config_basic = <bound method RPBase.config_basic of <scripts.ro...p_interface[ci_sanity,sanity] id=0x7f4d6c7afbb0>>

/contrail-test/scripts/routing_policy/base.py in config_basic(self=<scripts.routing_policy.test_routing_policy.Test...rp_interface[ci_sanity,sanity] id=0x7f4d6c7afbb0>)
38 rt_value = randint(50000, 60000)
39 vn_fixture.add_route_target(vn_fixture.ri_name, self.inputs.router_asn, rt_value)
40 vn2_fixture = self.create_vn(vn2_name, vn2_subnets)
41 vn2_fixture.add_route_target(vn2_fixture.ri_name, self.inputs.router_asn, rt_value)
42 test_vm = self.create_vm(vn_fixture, 'test_vm',
vn2_fixture undefined
self = <scripts.routing_policy.test_routing_policy.Test...rp_interface[ci_sanity,sanity] id=0x7f4d6c7afbb0>
self.create_vn = <bound method GenericTestBase.create_vn of <scri...p_interface[ci_sanity,sanity] id=0x7f4d6c7afbb0>>
vn2_name = 'ctest-bgpaas_vn-89891891'
vn2_subnets = ['39.67.162.128/26']

/contrail-test/common/base.py in create_vn(self=<scripts.routing_policy.test_routing_policy.Test...rp_interface[ci_sanity,sanity] id=0x7f4d6c7afbb0>, vn_name='ctest-bgpaas_vn-89891891', vn_subnets=['39.67.162.128/26'], cleanup=True, **kwargs={})
189
190 def create_vn(self, vn_name=None, vn_subnets=None, cleanup=True, **kwargs):
191 vn_fixture = self.create_only_vn(vn_name=vn_name,
192 vn_subnets=vn_subnets,
193 **kwargs)
vn_fixture undefined
self = <scripts.routing_policy.test_routing_policy.Test...rp_interface[ci_sanity,sanity] id=0x7f4d6c7afbb0>
self.create_only_vn = <bound method GenericTestBase.create_only_vn of ...ipts.routing_policy.test_routing_policy.TestRP'>>
vn_name = 'ctest-bgpaas_vn-89891891'
vn_subnets = ['39.67.162.128/26']
kwargs = {}

/contrail-test/common/base.py in create_only_vn(cls=<class 'scripts.routing_policy.test_routing_policy.TestRP'>, vn_name='ctest-bgpaas_vn-89891891', vn_subnets=['39.67.162.128/26'], **kwargs={})
184 subnets=vn_subnets,
185 **kwargs)
186 vn_fixture.setUp()
187 return vn_fixture
188 # end create_only_vn
vn_fixture = <vn_test.VNFixture object>
vn_fixture.setUp = <bound method VNFixture.setUp of <vn_test.VNFixture object>>

/contrail-test/fixtures/vn_test.py in setUp(self=<vn_test.VNFixture object>)
437 def setUp(self):
438 super(VNFixture, self).setUp()
439 self.create()
440
441 def create(self):
self = <vn_test.VNFixture object>
self.create = <bound method VNFixture.create of <vn_test.VNFixture object>>

/contrail-test/fixtures/vn_test.py in create(self=<vn_test.VNFixture object>)
450 self._create_vn_api(self.vn_name, self.project_obj)
451 else:
452 self._create_vn_orch()
453 if not self.obj:
454 self.logger.debug('VN %s not present' % (self.vn_name))
self = <vn_test.VNFixture object>
self._create_vn_orch = <bound method VNFixture._create_vn_orch of <vn_test.VNFixture object>>

/contrail-test/fixtures/vn_test.py in _create_vn_orch(self=<vn_test.VNFixture object>)
335 if '503' in str(e) or '504' in str(e):
336 return False
337 raise NetworkClientException(message=str(e))
338
339 def get_vn_list_in_project(self, project_uuid):
global NetworkClientException = <class 'quantum_test.NetworkClientException'>
message undefined
builtinstr = <class 'str'>
e undefined
NetworkClientException: '"The server has either erred or is incapable of performing the requested operation.<br /><br />\\n\\n\\n\\nNeutron server returns request_ids: [\'req-1db47a6b-8378-486a-8d4e-5ed3737df6b1\']"'
__cause__ = None
__class__ = <class 'quantum_test.NetworkClientException'>
__context__ = NetworkClientException()
__delattr__ = <method-wrapper '__delattr__' of NetworkClientException object>
__dict__ = {'_error_string': '"The server has either erred or is incapable of ...ds: [\'req-1db47a6b-8378-486a-8d4e-5ed3737df6b1\']"', 'message': '"The server has either erred or is incapable of ...ds: [\'req-1db47a6b-8378-486a-8d4e-5ed3737df6b1\']"', 'request_ids': None, 'status_code': 0}
__dir__ = <built-in method __dir__ of NetworkClientException object>
__doc__ = None
__eq__ = <method-wrapper '__eq__' of NetworkClientException object>
__format__ = <built-in method __format__ of NetworkClientException object>
__ge__ = <method-wrapper '__ge__' of NetworkClientException object>
__getattribute__ = <method-wrapper '__getattribute__' of NetworkClientException object>
__gt__ = <method-wrapper '__gt__' of NetworkClientException object>
__hash__ = <method-wrapper '__hash__' of NetworkClientException object>
__init__ = <bound method NetworkClientException.__init__ of NetworkClientException()>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of NetworkClientException object>
__lt__ = <method-wrapper '__lt__' of NetworkClientException object>
__module__ = 'quantum_test'
__ne__ = <method-wrapper '__ne__' of NetworkClientException object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of NetworkClientException object>
__reduce_ex__ = <built-in method __reduce_ex__ of NetworkClientException object>
__repr__ = <method-wrapper '__repr__' of NetworkClientException object>
__setattr__ = <method-wrapper '__setattr__' of NetworkClientException object>
__setstate__ = <built-in method __setstate__ of NetworkClientException object>
__sizeof__ = <built-in method __sizeof__ of NetworkClientException object>
__str__ = <bound method NetworkClientException.__str__ of NetworkClientException()>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
__weakref__ = None
_error_string = '"The server has either erred or is incapable of ...ds: [\'req-1db47a6b-8378-486a-8d4e-5ed3737df6b1\']"'
args = ()
message = '"The server has either erred or is incapable of ...ds: [\'req-1db47a6b-8378-486a-8d4e-5ed3737df6b1\']"'
req_ids_msg = 'Neutron server returns request_ids: %s'
request_ids = None
status_code = 0
with_traceback = <built-in method with_traceback of NetworkClientException object>

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
File "/contrail-test/fixtures/quantum_test.py", line 276, in get_vn_obj_if_present
net_rsp = self.obj.list_networks(**query_dict)['networks']
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 817, in list_networks
return self.list('networks', self.networks_path, retrieve_all,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 369, in list
for r in self._pagination(collection, path, **params):
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 384, in _pagination
res = self.get(path, params=params)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 353, in get
return self.retry_request("GET", action, body=body,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 330, in retry_request
return self.do_request(method, action, body=body,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 294, in do_request
self._handle_fault_response(status_code, replybody, resp)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 269, in _handle_fault_response
exception_handler_v20(status_code, error_body)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 91, in exception_handler_v20
raise client_exc(message=error_message,
neutronclient.common.exceptions.InternalServerError: The server has either erred or is incapable of performing the requested operation.<br /><br />



Neutron server returns request_ids: ['req-1db47a6b-8378-486a-8d4e-5ed3737df6b1']

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/contrail-test/fixtures/vn_test.py", line 295, in _create_vn_orch
self.obj = self.orchestrator.get_vn_obj_if_present(self.vn_name,
File "/contrail-test/fixtures/openstack.py", line 184, in get_vn_obj_if_present
return self.quantum_h.get_vn_obj_if_present(vn_name, **kwargs)
File "/contrail-test/fixtures/quantum_test.py", line 282, in get_vn_obj_if_present
raise NetworkClientException(message=str(e))
quantum_test.NetworkClientException: "The server has either erred or is incapable of performing the requested operation.<br /><br />\n\n\n\nNeutron server returns request_ids: ['req-1db47a6b-8378-486a-8d4e-5ed3737df6b1']"

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/routing_policy/test_routing_policy.py", line 40, in test_rp_interface
ret_dict = self.config_basic()
File "/contrail-test/scripts/routing_policy/base.py", line 40, in config_basic
vn2_fixture = self.create_vn(vn2_name, vn2_subnets)
File "/contrail-test/common/base.py", line 191, in create_vn
vn_fixture = self.create_only_vn(vn_name=vn_name,
File "/contrail-test/common/base.py", line 186, in create_only_vn
vn_fixture.setUp()
File "/contrail-test/fixtures/vn_test.py", line 439, in setUp
self.create()
File "/contrail-test/fixtures/vn_test.py", line 452, in create
self._create_vn_orch()
File "/contrail-test/fixtures/vn_test.py", line 337, in _create_vn_orch
raise NetworkClientException(message=str(e))
quantum_test.NetworkClientException: '"The server has either erred or is incapable of performing the requested operation.<br /><br />\\n\\n\\n\\nNeutron server returns request_ids: [\'req-1db47a6b-8378-486a-8d4e-5ed3737df6b1\']"'

2.037 Log File
test_svc_in_network_datapath[ci_sanity]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
raise TestFailed("\n ".join(errmsg))
tcutils.cores.TestFailed: Test failed: NetworkClientException
Python 3.9.21: /usr/bin/python3
Thu Oct 16 16:36:58 2025

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

/contrail-test/tcutils/wrappers.py in wrapper(self=<scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7f4d6c728160>, *args=(), **kwargs={})
78 log.info('Initial checks done. Running the testcase now')
79 log.info('')
80 result = function(self, *args, **kwargs)
81 if self.inputs.upgrade:
82 pid = os.getpid()
result = None
function = <function TestSvcRegr.test_svc_in_network_datapath>
self = <scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7f4d6c728160>
args = ()
kwargs = {}

/contrail-test/scripts/svc_firewall/test_svc_fw.py in test_svc_in_network_datapath(self=<scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7f4d6c728160>)
23 @preposttest_wrapper
24 def test_svc_in_network_datapath(self):
25 return self.verify_svc_chain(svc_img_name='cirros_in_net', service_mode='in-network',
26 create_svms=True)
27
self = <scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7f4d6c728160>
self.verify_svc_chain = <bound method VerifySvcChain.verify_svc_chain of...n_network_datapath[ci_sanity] id=0x7f4d6c728160>>
svc_img_name undefined
service_mode undefined
create_svms undefined

/contrail-test/common/servicechain/verify.py in verify_svc_chain(self=<scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7f4d6c728160>, *args=(), **kwargs={'create_svms': True, 'service_mode': 'in-network', 'svc_img_name': 'cirros_in_net'})
318 def verify_svc_chain(self, *args, **kwargs):
319 svc_chain_info = kwargs.get('svc_chain_info')
320 ret_dict = svc_chain_info or self.config_svc_chain(*args, **kwargs)
321 proto = kwargs.get('proto', 'any')
322 left_vn_fq_name = ret_dict.get('left_vn_fixture').vn_fq_name
ret_dict undefined
svc_chain_info = None
self = <scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7f4d6c728160>
self.config_svc_chain = <bound method ConfigSvcChain.config_svc_chain of...n_network_datapath[ci_sanity] id=0x7f4d6c728160>>
args = ()
kwargs = {'create_svms': True, 'service_mode': 'in-network', 'svc_img_name': 'cirros_in_net'}

/contrail-test/common/servicechain/config.py in config_svc_chain(self=<scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7f4d6c728160>, service_mode='in-network', service_type='firewall', max_inst=1, proto='any', svc_chain_type='parallel', src_ports=[0, 65535], dst_ports=[0, 65535], svc_img_name='cirros_in_net', st_version=2, mgmt_vn_name='ctest-mgmt_vn-24156998', mgmt_vn_subnets=['90.198.183.128/26'], mgmt_vn_fixture=<vn_test.VNFixture object>, left_vn_name=None, left_vn_subnets=[], left_vn_fixture=None, right_vn_name=None, right_vn_subnets=[], right_vn_fixture=None, left_lr_child_vn_fixture=None, right_lr_child_vn_fixture=None, left_vm_name=None, left_vm_fixture=None, right_vm_name=None, right_vm_fixture=None, image_name='cirros', policy_fixture=None, st_fixture=None, si_fixture=None, port_tuples_props=None, static_route=None, svm_fixtures=[], create_svms=True, evpn=False, modify_rules=False, policy_action='pass', hosts=[], **kwargs={})
450 left_vn_subnets,
451 left_vn_fixture,
452 left_vn_fq_name) = self._get_vn_for_config(left_vn_name,
453 left_vn_subnets,
454 left_vn_fixture,
left_vn_fq_name undefined
self = <scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7f4d6c728160>
self._get_vn_for_config = <bound method ConfigSvcChain._get_vn_for_config ...n_network_datapath[ci_sanity] id=0x7f4d6c728160>>
left_vn_name = None

/contrail-test/common/servicechain/config.py in _get_vn_for_config(self=<scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7f4d6c728160>, vn_name='ctest-left_vn-92246168', vn_subnets=['3.237.119.0/26'], vn_fixture=None, vn_name_prefix='left_vn', **kwargs={})
355 vn_subnets = vn_subnets or \
356 [get_random_cidr(af=self.inputs.get_af())]
357 vn_fixture = vn_fixture or self.config_vn(vn_name, vn_subnets, **kwargs)
358 vn_fq_name = vn_fixture.vn_fq_name
359 return (vn_name, vn_subnets, vn_fixture, vn_fq_name)
vn_fixture = None
self = <scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7f4d6c728160>
self.config_vn = <bound method ConfigSvcChain.config_vn of <scrip...n_network_datapath[ci_sanity] id=0x7f4d6c728160>>
vn_name = 'ctest-left_vn-92246168'
vn_subnets = ['3.237.119.0/26']
kwargs = {}

/contrail-test/common/servicechain/config.py in config_vn(self=<scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7f4d6c728160>, vn_name='ctest-left_vn-92246168', vn_net=['3.237.119.0/26'], **kwargs={})
134
135 def config_vn(self, vn_name, vn_net, **kwargs):
136 vn_fixture = self.useFixture(VNFixture(
137 project_name=self.inputs.project_name, connections=self.connections,
138 vn_name=vn_name, inputs=self.inputs, subnets=vn_net, **kwargs))
vn_fixture undefined
self = <scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7f4d6c728160>
self.useFixture = <bound method TestCase.useFixture of <scripts.sv...n_network_datapath[ci_sanity] id=0x7f4d6c728160>>
global VNFixture = <class 'vn_test.VNFixture'>
project_name undefined
self.inputs = <common.contrail_test_init.ContrailTestInit object>
self.inputs.project_name = 'ctest-TestSvcRegr-16515975'
connections undefined
self.connections = <common.connections.ContrailConnections object>
vn_name = 'ctest-left_vn-92246168'
inputs undefined
subnets undefined
vn_net = ['3.237.119.0/26']
kwargs = {}

/usr/local/lib/python3.9/site-packages/testtools/testcase.py in useFixture(self=<scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7f4d6c728160>, fixture=<vn_test.VNFixture object>)
754 # Gather_details worked, so raise the exception setUp
755 # encountered.
756 reraise(*exc_info)
757 else:
758 self.addCleanup(fixture.cleanUp)
global reraise = <function reraise>
exc_info = (<class 'quantum_test.NetworkClientException'>, NetworkClientException(), <traceback object>)

/usr/local/lib/python3.9/site-packages/testtools/_compat3x.py in reraise(exc_class=<class 'quantum_test.NetworkClientException'>, exc_obj=NetworkClientException(), exc_tb=<traceback object>, _marker=<object object>)
13
14 def reraise(exc_class, exc_obj, exc_tb, _marker=object()):
15 """Re-raise an exception received from sys.exc_info() or similar."""
16 raise exc_obj.with_traceback(exc_tb)
17
exc_obj = NetworkClientException()
exc_obj.with_traceback = <built-in method with_traceback of NetworkClientException object>
exc_tb = <traceback object>

/usr/local/lib/python3.9/site-packages/testtools/testcase.py in useFixture(self=<scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7f4d6c728160>, fixture=<vn_test.VNFixture object>)
729 """
730 try:
731 fixture.setUp()
732 except MultipleExceptions as e:
733 if (fixtures is not None and
fixture = <vn_test.VNFixture object>
fixture.setUp = <bound method VNFixture.setUp of <vn_test.VNFixture object>>

/contrail-test/fixtures/vn_test.py in setUp(self=<vn_test.VNFixture object>)
437 def setUp(self):
438 super(VNFixture, self).setUp()
439 self.create()
440
441 def create(self):
self = <vn_test.VNFixture object>
self.create = <bound method VNFixture.create of <vn_test.VNFixture object>>

/contrail-test/fixtures/vn_test.py in create(self=<vn_test.VNFixture object>)
450 self._create_vn_api(self.vn_name, self.project_obj)
451 else:
452 self._create_vn_orch()
453 if not self.obj:
454 self.logger.debug('VN %s not present' % (self.vn_name))
self = <vn_test.VNFixture object>
self._create_vn_orch = <bound method VNFixture._create_vn_orch of <vn_test.VNFixture object>>

/contrail-test/fixtures/vn_test.py in _create_vn_orch(self=<vn_test.VNFixture object>)
335 if '503' in str(e) or '504' in str(e):
336 return False
337 raise NetworkClientException(message=str(e))
338
339 def get_vn_list_in_project(self, project_uuid):
global NetworkClientException = <class 'quantum_test.NetworkClientException'>
message undefined
builtinstr = <class 'str'>
e undefined
NetworkClientException: '"The server has either erred or is incapable of performing the requested operation.<br /><br />\\n\\n\\n\\nNeutron server returns request_ids: [\'req-5afc65c7-698f-42b6-8875-5ff4b939f020\']"'
__cause__ = None
__class__ = <class 'quantum_test.NetworkClientException'>
__context__ = NetworkClientException()
__delattr__ = <method-wrapper '__delattr__' of NetworkClientException object>
__dict__ = {'_error_string': '"The server has either erred or is incapable of ...ds: [\'req-5afc65c7-698f-42b6-8875-5ff4b939f020\']"', 'message': '"The server has either erred or is incapable of ...ds: [\'req-5afc65c7-698f-42b6-8875-5ff4b939f020\']"', 'request_ids': None, 'status_code': 0}
__dir__ = <built-in method __dir__ of NetworkClientException object>
__doc__ = None
__eq__ = <method-wrapper '__eq__' of NetworkClientException object>
__format__ = <built-in method __format__ of NetworkClientException object>
__ge__ = <method-wrapper '__ge__' of NetworkClientException object>
__getattribute__ = <method-wrapper '__getattribute__' of NetworkClientException object>
__gt__ = <method-wrapper '__gt__' of NetworkClientException object>
__hash__ = <method-wrapper '__hash__' of NetworkClientException object>
__init__ = <bound method NetworkClientException.__init__ of NetworkClientException()>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of NetworkClientException object>
__lt__ = <method-wrapper '__lt__' of NetworkClientException object>
__module__ = 'quantum_test'
__ne__ = <method-wrapper '__ne__' of NetworkClientException object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of NetworkClientException object>
__reduce_ex__ = <built-in method __reduce_ex__ of NetworkClientException object>
__repr__ = <method-wrapper '__repr__' of NetworkClientException object>
__setattr__ = <method-wrapper '__setattr__' of NetworkClientException object>
__setstate__ = <built-in method __setstate__ of NetworkClientException object>
__sizeof__ = <built-in method __sizeof__ of NetworkClientException object>
__str__ = <bound method NetworkClientException.__str__ of NetworkClientException()>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
__weakref__ = None
_error_string = '"The server has either erred or is incapable of ...ds: [\'req-5afc65c7-698f-42b6-8875-5ff4b939f020\']"'
args = ()
message = '"The server has either erred or is incapable of ...ds: [\'req-5afc65c7-698f-42b6-8875-5ff4b939f020\']"'
req_ids_msg = 'Neutron server returns request_ids: %s'
request_ids = None
status_code = 0
with_traceback = <built-in method with_traceback of NetworkClientException object>

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
File "/contrail-test/fixtures/quantum_test.py", line 276, in get_vn_obj_if_present
net_rsp = self.obj.list_networks(**query_dict)['networks']
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 817, in list_networks
return self.list('networks', self.networks_path, retrieve_all,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 369, in list
for r in self._pagination(collection, path, **params):
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 384, in _pagination
res = self.get(path, params=params)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 353, in get
return self.retry_request("GET", action, body=body,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 330, in retry_request
return self.do_request(method, action, body=body,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 294, in do_request
self._handle_fault_response(status_code, replybody, resp)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 269, in _handle_fault_response
exception_handler_v20(status_code, error_body)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 91, in exception_handler_v20
raise client_exc(message=error_message,
neutronclient.common.exceptions.InternalServerError: The server has either erred or is incapable of performing the requested operation.<br /><br />



Neutron server returns request_ids: ['req-5afc65c7-698f-42b6-8875-5ff4b939f020']

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/contrail-test/fixtures/vn_test.py", line 295, in _create_vn_orch
self.obj = self.orchestrator.get_vn_obj_if_present(self.vn_name,
File "/contrail-test/fixtures/openstack.py", line 184, in get_vn_obj_if_present
return self.quantum_h.get_vn_obj_if_present(vn_name, **kwargs)
File "/contrail-test/fixtures/quantum_test.py", line 282, in get_vn_obj_if_present
raise NetworkClientException(message=str(e))
quantum_test.NetworkClientException: "The server has either erred or is incapable of performing the requested operation.<br /><br />\n\n\n\nNeutron server returns request_ids: ['req-5afc65c7-698f-42b6-8875-5ff4b939f020']"

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/svc_firewall/test_svc_fw.py", line 25, in test_svc_in_network_datapath
return self.verify_svc_chain(svc_img_name='cirros_in_net', service_mode='in-network',
File "/contrail-test/common/servicechain/verify.py", line 320, in verify_svc_chain
ret_dict = svc_chain_info or self.config_svc_chain(*args, **kwargs)
File "/contrail-test/common/servicechain/config.py", line 452, in config_svc_chain
left_vn_fq_name) = self._get_vn_for_config(left_vn_name,
File "/contrail-test/common/servicechain/config.py", line 357, in _get_vn_for_config
vn_fixture = vn_fixture or self.config_vn(vn_name, vn_subnets, **kwargs)
File "/contrail-test/common/servicechain/config.py", line 136, in config_vn
vn_fixture = self.useFixture(VNFixture(
File "/usr/local/lib/python3.9/site-packages/testtools/testcase.py", line 756, in useFixture
reraise(*exc_info)
File "/usr/local/lib/python3.9/site-packages/testtools/_compat3x.py", line 16, in reraise
raise exc_obj.with_traceback(exc_tb)
File "/usr/local/lib/python3.9/site-packages/testtools/testcase.py", line 731, in useFixture
fixture.setUp()
File "/contrail-test/fixtures/vn_test.py", line 439, in setUp
self.create()
File "/contrail-test/fixtures/vn_test.py", line 452, in create
self._create_vn_orch()
File "/contrail-test/fixtures/vn_test.py", line 337, in _create_vn_orch
raise NetworkClientException(message=str(e))
quantum_test.NetworkClientException: '"The server has either erred or is incapable of performing the requested operation.<br /><br />\\n\\n\\n\\nNeutron server returns request_ids: [\'req-5afc65c7-698f-42b6-8875-5ff4b939f020\']"'

2.979 Log File
test_vdns_ping_same_vn[ci_sanity,sanity,suite1]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/contrail-test/tcutils/util.py", line 1041, in wrapper
return f(self, *func_args, **func_kwargs)
File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
raise TestFailed("\n ".join(errmsg))
tcutils.cores.TestFailed: Test failed: NetworkClientException
Python 3.9.21: /usr/bin/python3
Thu Oct 16 16:37:05 2025

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

/contrail-test/tcutils/wrappers.py in wrapper(self=<scripts.vdns.test_vdns_basic.TestvDNSBasic0.tes...me_vn[ci_sanity,sanity,suite1] id=0x7f4d6c762ac0>, *args=(), **kwargs={})
78 log.info('Initial checks done. Running the testcase now')
79 log.info('')
80 result = function(self, *args, **kwargs)
81 if self.inputs.upgrade:
82 pid = os.getpid()
result = None
function = <function TestvDNSBasic0.test_vdns_ping_same_vn>
self = <scripts.vdns.test_vdns_basic.TestvDNSBasic0.tes...me_vn[ci_sanity,sanity,suite1] id=0x7f4d6c762ac0>
args = ()
kwargs = {}

/contrail-test/scripts/vdns/test_vdns_basic.py in test_vdns_ping_same_vn(self=<scripts.vdns.test_vdns_basic.TestvDNSBasic0.tes...me_vn[ci_sanity,sanity,suite1] id=0x7f4d6c762ac0>)
90 # with VM name.
91 for vm_name in vm_list:
92 vn_quantum_obj = self.orch.get_vn_obj_if_present(
93 vn_name=vn_fixt.vn_name, project_id=proj_fixt.uuid)
94 vm_fixture[vm_name] = self.useFixture(
vn_quantum_obj undefined
self = <scripts.vdns.test_vdns_basic.TestvDNSBasic0.tes...me_vn[ci_sanity,sanity,suite1] id=0x7f4d6c762ac0>
self.orch = <openstack.OpenstackOrchestrator object>
self.orch.get_vn_obj_if_present = <bound method OpenstackOrchestrator.get_vn_obj_i...sent of <openstack.OpenstackOrchestrator object>>
vn_name = 'ctest-vn1-vdns-76628278'
vn_fixt = <vn_test.VNFixture object>
vn_fixt.vn_name = 'ctest-vn1-vdns-76628278'
project_id undefined
proj_fixt = <project_test.ProjectFixture object>
proj_fixt.uuid = '0ee66517-c4d4-451d-b4ed-9bf6e5818e78'

/contrail-test/fixtures/openstack.py in get_vn_obj_if_present(self=<openstack.OpenstackOrchestrator object>, vn_name='ctest-vn1-vdns-76628278', option='orch', **kwargs={'project_id': '0ee66517-c4d4-451d-b4ed-9bf6e5818e78'})
182
183 def get_vn_obj_if_present(self, vn_name, option='orch', **kwargs):
184 return self.quantum_h.get_vn_obj_if_present(vn_name, **kwargs)
185
186 def get_vn_obj_from_id(self, vn_id):
self = <openstack.OpenstackOrchestrator object>
self.quantum_h = <quantum_test.QuantumHelper object>
self.quantum_h.get_vn_obj_if_present = <bound method QuantumHelper.get_vn_obj_if_present of <quantum_test.QuantumHelper object>>
vn_name = 'ctest-vn1-vdns-76628278'
kwargs = {'project_id': '0ee66517-c4d4-451d-b4ed-9bf6e5818e78'}

/contrail-test/fixtures/quantum_test.py in get_vn_obj_if_present(self=<quantum_test.QuantumHelper object>, vn_name='ctest-vn1-vdns-76628278', project_id='0ee66517-c4d4-451d-b4ed-9bf6e5818e78', router_external=True)
280 self.logger.exception(
281 "Some exception while doing Neutron net-list")
282 raise NetworkClientException(message=str(e))
283 return None
284 # end get_vn_obj_if_present
global NetworkClientException = <class 'quantum_test.NetworkClientException'>
message undefined
builtinstr = <class 'str'>
e undefined
NetworkClientException: "The server has either erred or is incapable of performing the requested operation.<br /><br />\n\n\n\nNeutron server returns request_ids: ['req-f0d84c0c-c317-4f7c-9592-06c2d6bac2fd']"
__cause__ = None
__class__ = <class 'quantum_test.NetworkClientException'>
__context__ = InternalServerError()
__delattr__ = <method-wrapper '__delattr__' of NetworkClientException object>
__dict__ = {'_error_string': "The server has either erred or is incapable of p...ids: ['req-f0d84c0c-c317-4f7c-9592-06c2d6bac2fd']", 'message': "The server has either erred or is incapable of p...ids: ['req-f0d84c0c-c317-4f7c-9592-06c2d6bac2fd']", 'request_ids': None, 'status_code': 0}
__dir__ = <built-in method __dir__ of NetworkClientException object>
__doc__ = None
__eq__ = <method-wrapper '__eq__' of NetworkClientException object>
__format__ = <built-in method __format__ of NetworkClientException object>
__ge__ = <method-wrapper '__ge__' of NetworkClientException object>
__getattribute__ = <method-wrapper '__getattribute__' of NetworkClientException object>
__gt__ = <method-wrapper '__gt__' of NetworkClientException object>
__hash__ = <method-wrapper '__hash__' of NetworkClientException object>
__init__ = <bound method NetworkClientException.__init__ of NetworkClientException()>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of NetworkClientException object>
__lt__ = <method-wrapper '__lt__' of NetworkClientException object>
__module__ = 'quantum_test'
__ne__ = <method-wrapper '__ne__' of NetworkClientException object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of NetworkClientException object>
__reduce_ex__ = <built-in method __reduce_ex__ of NetworkClientException object>
__repr__ = <method-wrapper '__repr__' of NetworkClientException object>
__setattr__ = <method-wrapper '__setattr__' of NetworkClientException object>
__setstate__ = <built-in method __setstate__ of NetworkClientException object>
__sizeof__ = <built-in method __sizeof__ of NetworkClientException object>
__str__ = <bound method NetworkClientException.__str__ of NetworkClientException()>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
__weakref__ = None
_error_string = "The server has either erred or is incapable of p...ids: ['req-f0d84c0c-c317-4f7c-9592-06c2d6bac2fd']"
args = ()
message = "The server has either erred or is incapable of p...ids: ['req-f0d84c0c-c317-4f7c-9592-06c2d6bac2fd']"
req_ids_msg = 'Neutron server returns request_ids: %s'
request_ids = None
status_code = 0
with_traceback = <built-in method with_traceback of NetworkClientException object>

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
File "/contrail-test/fixtures/quantum_test.py", line 276, in get_vn_obj_if_present
net_rsp = self.obj.list_networks(**query_dict)['networks']
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 817, in list_networks
return self.list('networks', self.networks_path, retrieve_all,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 369, in list
for r in self._pagination(collection, path, **params):
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 384, in _pagination
res = self.get(path, params=params)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 353, in get
return self.retry_request("GET", action, body=body,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 330, in retry_request
return self.do_request(method, action, body=body,
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 294, in do_request
self._handle_fault_response(status_code, replybody, resp)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 269, in _handle_fault_response
exception_handler_v20(status_code, error_body)
File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 91, in exception_handler_v20
raise client_exc(message=error_message,
neutronclient.common.exceptions.InternalServerError: The server has either erred or is incapable of performing the requested operation.<br /><br />



Neutron server returns request_ids: ['req-f0d84c0c-c317-4f7c-9592-06c2d6bac2fd']

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/vdns/test_vdns_basic.py", line 92, in test_vdns_ping_same_vn
vn_quantum_obj = self.orch.get_vn_obj_if_present(
File "/contrail-test/fixtures/openstack.py", line 184, in get_vn_obj_if_present
return self.quantum_h.get_vn_obj_if_present(vn_name, **kwargs)
File "/contrail-test/fixtures/quantum_test.py", line 282, in get_vn_obj_if_present
raise NetworkClientException(message=str(e))
quantum_test.NetworkClientException: "The server has either erred or is incapable of performing the requested operation.<br /><br />\n\n\n\nNeutron server returns request_ids: ['req-f0d84c0c-c317-4f7c-9592-06c2d6bac2fd']"

3.531 Log File
test_vm_file_trf_scp_tests[ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,vrouter_gw]Success29.826
test_generic_link_local_service[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,dev_sanity_dpdk,sanity,suite1]Success24.127
test_metadata_service[cb_sanity,ci_sanity,sanity,suite1]Success24.986
test_ping_within_vn_two_vms_two_different_subnets[ci_contrail_go_kolla_ocata_sanity,ci_sanity,sanity,suite1]Success39.429
Properties »

Back to top