2025-10-16 16:36:20,689 - INFO - Domain Default found not creating
2025-10-16 16:36:20,888 - INFO - Project ctest-TestRoutersBasic-70644195 not found, creating it
2025-10-16 16:36:21,417 - INFO - Created Project:ctest-TestRoutersBasic-70644195, ID : b25bfb77-4d45-42bf-ac31-c68822289dcf
2025-10-16 16:36:23,027 - INFO - ================================================================================
2025-10-16 16:36:23,027 - INFO - STARTING TEST : test_basic_snat_behavior_without_external_connectivity
2025-10-16 16:36:23,027 - INFO - TEST DESCRIPTION : Create an external network, a router
set router-gateway to external network
launch a private network and attach it to router
validate left vm pinging right vm through Snat
2025-10-16 16:36:23,298 - DEBUG - Nothing to compare xmpp stats {'10.0.0.141': {'10.20.0.17': '0'}} with
2025-10-16 16:36:23,298 - INFO - Initial checks done. Running the testcase now
2025-10-16 16:36:23,298 - INFO -
2025-10-16 16:36:24,073 - INFO - Default SG to be edited for allow all on project: ctest-TestRoutersBasic-70644195
2025-10-16 16:36:24,179 - INFO - Adding rules to the default security group in Project ctest-TestRoutersBasic-70644195
2025-10-16 16:36:24,511 - DEBUG - Reading firewall policy {'fq_name': ['default-domain', 'ctest-TestRoutersBasic-70644195', 'default']}
2025-10-16 16:36:24,869 - DEBUG - Response for create_network : {'network': {'id': '0c4833ae-8080-40b5-ad4b-a3fe077ab211', 'name': 'ctest-vn-22623842', 'tenant_id': 'b25bfb774d4542bfac31c68822289dcf', 'project_id': 'b25bfb774d4542bfac31c68822289dcf', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestRoutersBasic-70644195', 'ctest-vn-22623842'], 'port_security_enabled': True, 'description': ''}}
2025-10-16 16:36:25,081 - DEBUG - Response for create_subnet : {'subnet': {'id': 'cb780499-e076-47e2-949f-7e7e114ccf95', 'name': '', 'tenant_id': 'b25bfb774d4542bfac31c68822289dcf', 'network_id': '0c4833ae-8080-40b5-ad4b-a3fe077ab211', 'ip_version': 4, 'cidr': '32.237.33.192/26', 'allocation_pools': [{'start': '32.237.33.194', 'end': '32.237.33.254'}], 'gateway_ip': '32.237.33.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '32.237.33.194', 'tags': [], 'project_id': 'b25bfb774d4542bfac31c68822289dcf'}}
2025-10-16 16:36:25,104 - INFO - Created VN ctest-vn-22623842
2025-10-16 16:36:25,159 - DEBUG - VN ctest-vn-22623842 UUID is 0c4833ae-8080-40b5-ad4b-a3fe077ab211
2025-10-16 16:36:25,417 - ERROR - Some exception while doing Neutron net-list
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.
Neutron server returns request_ids: ['req-df9cf9ec-34c1-4e09-b569-e6137c58fe10']
2025-10-16 16:36:25,418 - ERROR - Got exception as "The server has either erred or is incapable of performing the requested operation.
\n\n\n\nNeutron server returns request_ids: ['req-df9cf9ec-34c1-4e09-b569-e6137c58fe10']" while creating ctest-ext_vn-37819268
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.
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.
\n\n\n\nNeutron server returns request_ids: ['req-df9cf9ec-34c1-4e09-b569-e6137c58fe10']"
2025-10-16 16:36:25,420 - INFO - Deleting VN ctest-vn-22623842
2025-10-16 16:36:25,541 - DEBUG - Response for deleting network ()
2025-10-16 16:36:25,791 - ERROR - 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=
\\n\\n\\n\\nNeutron server returns request_ids: [\'req-df9cf9ec-34c1-4e09-b569-e6137c58fe10\']"'
__cause__ = None
__class__ =
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.
\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.
\\n\\n\\n\\nNeutron server returns request_ids: [\'req-df9cf9ec-34c1-4e09-b569-e6137c58fe10\']"'
2025-10-16 16:36:25,797 - DEBUG - No XMPP flaps were noticed during the test
2025-10-16 16:36:25,797 - INFO -