2025-08-24 07:44:42,799 - INFO - Domain Default found not creating
2025-08-24 07:44:42,936 - INFO - Project ctest-TestSvcRegr-71845881 not found, creating it
2025-08-24 07:44:44,436 - INFO - Created Project:ctest-TestSvcRegr-71845881, ID : b0980a08-c3fc-4aef-a337-705cd6b7e914
2025-08-24 07:44:45,995 - INFO - ================================================================================
2025-08-24 07:44:45,995 - INFO - STARTING TEST : test_svc_in_network_datapath
2025-08-24 07:44:46,128 - DEBUG - Nothing to compare xmpp stats {'10.0.0.254': {'10.20.0.17': '0'}} with
2025-08-24 07:44:46,128 - INFO - Initial checks done. Running the testcase now
2025-08-24 07:44:46,128 - INFO -
2025-08-24 07:44:46,684 - DEBUG - Response for create_network : {'network': {'id': 'd9ccb610-30dd-44dd-badb-9a176dda86f2', 'name': 'ctest-mgmt_vn-86130611', 'tenant_id': 'b0980a08c3fc4aefa337705cd6b7e914', 'project_id': 'b0980a08c3fc4aefa337705cd6b7e914', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestSvcRegr-71845881', 'ctest-mgmt_vn-86130611'], 'port_security_enabled': True, 'description': ''}}
2025-08-24 07:44:46,860 - ERROR - Neutron Exception while creating subnet for vn with id d9ccb610-30dd-44dd-badb-9a176dda86f2
Traceback (most recent call last):
File "/contrail-test/fixtures/quantum_test.py", line 128, in create_subnet
subnet_rsp = self.obj.create_subnet({'subnet': subnet_req})
File "/usr/local/lib/python3.6/site-packages/neutronclient/v2_0/client.py", line 848, in create_subnet
return self.post(self.subnets_path, body=body)
File "/usr/local/lib/python3.6/site-packages/neutronclient/v2_0/client.py", line 359, in post
headers=headers, params=params)
File "/usr/local/lib/python3.6/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.6/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.6/site-packages/neutronclient/v2_0/client.py", line 93, in exception_handler_v20
request_ids=request_ids)
neutronclient.common.exceptions.InternalServerError: The server has either erred or is incapable of performing the requested operation.
Neutron server returns request_ids: ['req-eea685a3-2cc1-441a-b68f-2276d920a333']
2025-08-24 07:44:46,876 - INFO - Created VN ctest-mgmt_vn-86130611
2025-08-24 07:44:46,928 - DEBUG - VN ctest-mgmt_vn-86130611 UUID is d9ccb610-30dd-44dd-badb-9a176dda86f2
2025-08-24 07:44:47,011 - DEBUG - Requesting: http://10.0.0.254:8082/domains
2025-08-24 07:44:47,302 - DEBUG - Requesting: http://10.0.0.254:8082/domains
2025-08-24 07:44:47,610 - DEBUG - Requesting: http://10.0.0.254:8082/domain/1310f3c6-22a8-49c4-8a87-a032ff68bb5b
2025-08-24 07:44:47,623 - DEBUG - Requesting: http://10.0.0.254:8082/project/b0980a08-c3fc-4aef-a337-705cd6b7e914
2025-08-24 07:44:47,717 - DEBUG - Requesting: http://10.0.0.254:8082/virtual-network/d9ccb610-30dd-44dd-badb-9a176dda86f2
2025-08-24 07:44:47,731 - INFO - Deleting VN ctest-mgmt_vn-86130611
2025-08-24 07:44:47,864 - DEBUG - Response for deleting network ()
2025-08-24 07:44:48,001 - ERROR - KeyError
Python 3.6.8: /usr/bin/python3
Sun Aug 24 07:44:47 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=, *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 =
self =
args = ()
kwargs = {}
/contrail-test/scripts/svc_firewall/test_svc_fw.py in test_svc_in_network_datapath(self=)
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
28
create_svms undefined
/contrail-test/common/servicechain/verify.py in verify_svc_chain(self=, *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 =
self.config_svc_chain = >
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=, 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=None, mgmt_vn_subnets=[], mgmt_vn_fixture=None, 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={})
444 mgmt_vn_fixture,
445 'mgmt_vn',
446 **kwargs)
447
448 # Left
kwargs = {}
/contrail-test/common/servicechain/config.py in _get_vn_for_config(self=, vn_name='ctest-mgmt_vn-86130611', vn_subnets=['208.112.215.192/26'], vn_fixture=None, vn_name_prefix='mgmt_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 =
self.config_vn = >
vn_name = 'ctest-mgmt_vn-86130611'
vn_subnets = ['208.112.215.192/26']
kwargs = {}
/contrail-test/common/servicechain/config.py in config_vn(self=, vn_name='ctest-mgmt_vn-86130611', vn_net=['208.112.215.192/26'], **kwargs={})
137 project_name=self.inputs.project_name, connections=self.connections,
138 vn_name=vn_name, inputs=self.inputs, subnets=vn_net, **kwargs))
139 assert vn_fixture.verify_on_setup()
140 return vn_fixture
141
vn_fixture =
vn_fixture.verify_on_setup = >
/contrail-test/fixtures/vn_test.py in verify_on_setup(self=)
574 def verify_on_setup(self):
575 result = True
576 if not self.verify_vn_in_api_server():
577 result = result and False
578 self.logger.error(
self =
self.verify_vn_in_api_server = .deco_retry..f_retry of >
/contrail-test/tcutils/util.py in f_retry(*args=(,), **kwargs={})
82 mtries, mdelay = tries, delay # make mutable
83
84 result = f(*args, **kwargs) # first attempt
85 rv = result
86 final = False
result undefined
f =
args = (,)
kwargs = {}
/contrail-test/fixtures/vn_test.py in verify_vn_in_api_server(self=)
638
639 subnets = list()
640 for ipam in self.api_s_vn_obj['virtual-network']['network_ipam_refs']:
641 subnets.extend(ipam['attr']['ipam_subnets'])
642 for vn_subnet in self.vn_subnets:
ipam undefined
self =
self.api_s_vn_obj = {'virtual-network': {'uuid': 'd9ccb610-30dd-44dd...2/project/b0980a08-c3fc-4aef-a337-705cd6b7e914'}}
KeyError: 'network_ipam_refs'
__cause__ = None
__class__ =
__context__ = None
__delattr__ =
__dict__ = {}
__dir__ =
__doc__ = 'Mapping key not found.'
__eq__ =
__format__ =
__ge__ =
__getattribute__ =
__gt__ =
__hash__ =
__init__ =
__init_subclass__ =
__le__ =
__lt__ =
__ne__ =
__new__ =
__reduce__ =
__reduce_ex__ =
__repr__ =
__setattr__ =
__setstate__ =
__sizeof__ =
__str__ =
__subclasshook__ =
__suppress_context__ = False
__traceback__ =
args = ('network_ipam_refs',)
with_traceback =
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/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/svc_firewall/test_svc_fw.py", line 26, in test_svc_in_network_datapath
create_svms=True)
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 446, in config_svc_chain
**kwargs)
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 139, in config_vn
assert vn_fixture.verify_on_setup()
File "/contrail-test/fixtures/vn_test.py", line 576, in verify_on_setup
if not self.verify_vn_in_api_server():
File "/contrail-test/tcutils/util.py", line 84, in f_retry
result = f(*args, **kwargs) # first attempt
File "/contrail-test/fixtures/vn_test.py", line 640, in verify_vn_in_api_server
for ipam in self.api_s_vn_obj['virtual-network']['network_ipam_refs']:
KeyError: 'network_ipam_refs'
2025-08-24 07:44:48,007 - DEBUG - No XMPP flaps were noticed during the test
2025-08-24 07:44:48,007 - INFO -
2025-08-24 07:44:48,008 - INFO - END TEST : test_svc_in_network_datapath : FAILED[0:00:03]
2025-08-24 07:44:48,008 - INFO - --------------------------------------------------------------------------------
2025-08-24 07:44:48,681 - INFO - Deleted project: ctest-TestSvcRegr-71845881, ID : b0980a08-c3fc-4aef-a337-705cd6b7e914