2025-08-25 20:24:02,422 - INFO - Domain Default found not creating
2025-08-25 20:24:02,607 - INFO - Project ctest-TestSvcRegr-77933049 not found, creating it
2025-08-25 20:24:03,126 - INFO - Created Project:ctest-TestSvcRegr-77933049, ID : 747e41d7-0bb9-4bcb-8819-87200b9ddfb9
2025-08-25 20:24:05,250 - INFO - ================================================================================
2025-08-25 20:24:05,250 - INFO - STARTING TEST : test_svc_in_network_datapath
2025-08-25 20:24:05,375 - DEBUG - Nothing to compare xmpp stats {'10.0.0.242': {'10.20.0.17': '0'}} with
2025-08-25 20:24:05,375 - INFO - Initial checks done. Running the testcase now
2025-08-25 20:24:05,376 - INFO -
2025-08-25 20:24:05,916 - DEBUG - Response for create_network : {'network': {'id': 'ccb9fe79-3cd6-4562-b76e-c599a586f10f', 'name': 'ctest-mgmt_vn-73967457', 'tenant_id': '747e41d70bb94bcb881987200b9ddfb9', 'project_id': '747e41d70bb94bcb881987200b9ddfb9', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestSvcRegr-77933049', 'ctest-mgmt_vn-73967457'], 'port_security_enabled': True, 'description': ''}}
2025-08-25 20:24:06,047 - ERROR - Neutron Exception while creating subnet for vn with id ccb9fe79-3cd6-4562-b76e-c599a586f10f
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-cc8c7279-b85f-4e6a-9244-78604f3cb5df']
2025-08-25 20:24:06,064 - INFO - Created VN ctest-mgmt_vn-73967457
2025-08-25 20:24:06,116 - DEBUG - VN ctest-mgmt_vn-73967457 UUID is ccb9fe79-3cd6-4562-b76e-c599a586f10f
2025-08-25 20:24:06,196 - DEBUG - Requesting: http://10.0.0.242:8082/domains
2025-08-25 20:24:06,509 - DEBUG - Requesting: http://10.0.0.242:8082/domains
2025-08-25 20:24:06,539 - DEBUG - Requesting: http://10.0.0.242:8082/domain/5d5f8548-17f5-4173-99c5-bd5c5a182438
2025-08-25 20:24:06,555 - DEBUG - Requesting: http://10.0.0.242:8082/project/747e41d7-0bb9-4bcb-8819-87200b9ddfb9
2025-08-25 20:24:06,635 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-network/ccb9fe79-3cd6-4562-b76e-c599a586f10f
2025-08-25 20:24:06,653 - INFO - Deleting VN ctest-mgmt_vn-73967457
2025-08-25 20:24:06,741 - DEBUG - Response for deleting network ()
2025-08-25 20:24:06,873 - ERROR - KeyError
Python 3.6.8: /usr/bin/python3
Mon Aug 25 20:24:06 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-73967457', vn_subnets=['80.3.166.64/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-73967457'
vn_subnets = ['80.3.166.64/26']
kwargs = {}
/contrail-test/common/servicechain/config.py in config_vn(self=, vn_name='ctest-mgmt_vn-73967457', vn_net=['80.3.166.64/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': 'ccb9fe79-3cd6-4562...2/project/747e41d7-0bb9-4bcb-8819-87200b9ddfb9'}}
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-25 20:24:06,881 - DEBUG - No XMPP flaps were noticed during the test
2025-08-25 20:24:06,881 - INFO -
2025-08-25 20:24:06,881 - INFO - END TEST : test_svc_in_network_datapath : FAILED[0:00:01]
2025-08-25 20:24:06,881 - INFO - --------------------------------------------------------------------------------
2025-08-25 20:24:07,594 - INFO - Deleted project: ctest-TestSvcRegr-77933049, ID : 747e41d7-0bb9-4bcb-8819-87200b9ddfb9