2025-10-16 16:36:26,761 - INFO - Domain Default found not creating
2025-10-16 16:36:26,964 - INFO - Project ctest-TestBasicPolicyIpv4v6-37524213 not found, creating it
2025-10-16 16:36:27,587 - INFO - Created Project:ctest-TestBasicPolicyIpv4v6-37524213, ID : b6224277-ee79-4ae8-a130-c17358b50e49
2025-10-16 16:36:29,392 - INFO - ================================================================================
2025-10-16 16:36:29,392 - INFO - STARTING TEST : test_basic_policy_allow_deny
2025-10-16 16:36:29,392 - INFO - TEST DESCRIPTION :
Create 2 Vns and allow icmp traffic between them and validate with pings
Update the policy to deny the same traffic
Check that pings fail
2025-10-16 16:36:29,672 - DEBUG - Nothing to compare xmpp stats {'10.0.0.141': {'10.20.0.17': '0'}} with
2025-10-16 16:36:29,672 - INFO - Initial checks done. Running the testcase now
2025-10-16 16:36:29,672 - INFO -
2025-10-16 16:36:30,328 - DEBUG - Response for create_network : {'network': {'id': '2a6ea990-9a8a-4f35-9341-1375bfe1e3df', 'name': 'ctest-vn-96018955', 'tenant_id': 'b6224277ee794ae8a130c17358b50e49', 'project_id': 'b6224277ee794ae8a130c17358b50e49', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestBasicPolicyIpv4v6-37524213', 'ctest-vn-96018955'], 'port_security_enabled': True, 'description': ''}}
2025-10-16 16:36:30,570 - DEBUG - Response for create_subnet : {'subnet': {'id': '30a8ba8c-80c7-4853-b3eb-d23b86134752', 'name': '', 'tenant_id': 'b6224277ee794ae8a130c17358b50e49', 'network_id': '2a6ea990-9a8a-4f35-9341-1375bfe1e3df', 'ip_version': 4, 'cidr': '123.94.180.64/26', 'allocation_pools': [{'start': '123.94.180.66', 'end': '123.94.180.126'}], 'gateway_ip': '123.94.180.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '123.94.180.66', 'tags': [], 'project_id': 'b6224277ee794ae8a130c17358b50e49'}}
2025-10-16 16:36:30,811 - DEBUG - Response for create_subnet : {'subnet': {'id': '84918dfd-7f70-4a8a-97ff-c015056cb3b4', 'name': '', 'tenant_id': 'b6224277ee794ae8a130c17358b50e49', 'network_id': '2a6ea990-9a8a-4f35-9341-1375bfe1e3df', 'ip_version': 6, 'cidr': '3ee9:3899:4de4:4913:677b:fee4::/96', 'allocation_pools': [{'start': '3ee9:3899:4de4:4913:677b:fee4:0:2', 'end': '3ee9:3899:4de4:4913:677b:fee4:ffff:fffe'}], 'gateway_ip': '3ee9:3899:4de4:4913:677b:fee4:0:1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '3ee9:3899:4de4:4913:677b:fee4:0:2', 'tags': [], 'project_id': 'b6224277ee794ae8a130c17358b50e49'}}
2025-10-16 16:36:30,842 - INFO - Created VN ctest-vn-96018955
2025-10-16 16:36:30,899 - DEBUG - VN ctest-vn-96018955 UUID is 2a6ea990-9a8a-4f35-9341-1375bfe1e3df
2025-10-16 16:36:31,236 - 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-0f1f71b8-f010-4fc8-bbb2-34aae707d66b']
2025-10-16 16:36:31,237 - 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-0f1f71b8-f010-4fc8-bbb2-34aae707d66b']" while creating ctest-vn-78317374
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-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.
\n\n\n\nNeutron server returns request_ids: ['req-0f1f71b8-f010-4fc8-bbb2-34aae707d66b']"
2025-10-16 16:36:31,241 - INFO - Deleting VN ctest-vn-96018955
2025-10-16 16:36:31,407 - DEBUG - Response for deleting network ()
2025-10-16 16:36:31,678 - ERROR - 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=
\\n\\n\\n\\nNeutron server returns request_ids: [\'req-0f1f71b8-f010-4fc8-bbb2-34aae707d66b\']"'
__cause__ = None
__class__ =
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.
\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.
\\n\\n\\n\\nNeutron server returns request_ids: [\'req-0f1f71b8-f010-4fc8-bbb2-34aae707d66b\']"'
2025-10-16 16:36:31,688 - DEBUG - No XMPP flaps were noticed during the test
2025-10-16 16:36:31,688 - INFO -