2025-08-07 16:39:33,508 - INFO - Domain Default found not creating
2025-08-07 16:39:33,807 - INFO - Project ctest-TestSvcRegr-14489791 not found, creating it
2025-08-07 16:39:34,683 - INFO - Created Project:ctest-TestSvcRegr-14489791, ID : 399fec2f-8139-4d11-8507-8fc65a70d8d4
2025-08-07 16:39:36,899 - INFO - ================================================================================
2025-08-07 16:39:36,899 - INFO - STARTING TEST : test_svc_in_network_datapath
2025-08-07 16:39:37,102 - DEBUG - Nothing to compare xmpp stats {'10.0.0.249': {'10.20.0.17': '0'}} with
2025-08-07 16:39:37,103 - INFO - Initial checks done. Running the testcase now
2025-08-07 16:39:37,103 - INFO -
2025-08-07 16:39:37,910 - DEBUG - Response for create_network : {'network': {'id': '56423ae2-7eba-4ea3-a7e2-ab6e602efac7', 'name': 'ctest-mgmt_vn-95448772', 'tenant_id': '399fec2f81394d1185078fc65a70d8d4', 'project_id': '399fec2f81394d1185078fc65a70d8d4', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestSvcRegr-14489791', 'ctest-mgmt_vn-95448772'], 'port_security_enabled': True, 'description': ''}}
2025-08-07 16:39:38,076 - ERROR - Neutron Exception while creating subnet for vn with id 56423ae2-7eba-4ea3-a7e2-ab6e602efac7
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-026b2478-1003-4a9d-914d-dffb78355ce5']
2025-08-07 16:39:38,114 - INFO - Created VN ctest-mgmt_vn-95448772
2025-08-07 16:39:38,187 - DEBUG - VN ctest-mgmt_vn-95448772 UUID is 56423ae2-7eba-4ea3-a7e2-ab6e602efac7
2025-08-07 16:39:38,304 - DEBUG - Requesting: http://10.0.0.249:8082/domains
2025-08-07 16:39:38,686 - DEBUG - Requesting: http://10.0.0.249:8082/domains
2025-08-07 16:39:38,737 - DEBUG - Requesting: http://10.0.0.249:8082/domain/18d875f7-79a7-4d7d-b759-3a18e081cd7a
2025-08-07 16:39:38,762 - DEBUG - Requesting: http://10.0.0.249:8082/project/399fec2f-8139-4d11-8507-8fc65a70d8d4
2025-08-07 16:39:38,886 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-network/56423ae2-7eba-4ea3-a7e2-ab6e602efac7
2025-08-07 16:39:38,913 - INFO - Deleting VN ctest-mgmt_vn-95448772
2025-08-07 16:39:39,078 - DEBUG - Response for deleting network ()
2025-08-07 16:39:39,249 - ERROR - KeyError
Python 3.6.8: /usr/bin/python3
Thu Aug 7 16:39:38 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-95448772', vn_subnets=['223.49.172.0/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-95448772'
vn_subnets = ['223.49.172.0/26']
kwargs = {}
/contrail-test/common/servicechain/config.py in config_vn(self=, vn_name='ctest-mgmt_vn-95448772', vn_net=['223.49.172.0/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': '56423ae2-7eba-4ea3...2/project/399fec2f-8139-4d11-8507-8fc65a70d8d4'}}
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-07 16:39:39,268 - DEBUG - No XMPP flaps were noticed during the test
2025-08-07 16:39:39,268 - INFO -
2025-08-07 16:39:39,268 - INFO - END TEST : test_svc_in_network_datapath : FAILED[0:00:03]
2025-08-07 16:39:39,269 - INFO - --------------------------------------------------------------------------------
2025-08-07 16:39:40,110 - INFO - Deleted project: ctest-TestSvcRegr-14489791, ID : 399fec2f-8139-4d11-8507-8fc65a70d8d4