2025-10-05 07:18:09,875 - INFO - Domain Default found not creating 2025-10-05 07:18:10,004 - INFO - Project ctest-TestBasicVMVN-86628973 not found, creating it 2025-10-05 07:18:10,438 - INFO - Created Project:ctest-TestBasicVMVN-86628973, ID : 42d442cf-ef81-4f49-8877-e4052af8737a 2025-10-05 07:18:12,357 - INFO - ================================================================================ 2025-10-05 07:18:12,357 - INFO - STARTING TEST : test_generic_link_local_service 2025-10-05 07:18:12,357 - INFO - TEST DESCRIPTION : Description: Test to validate generic linklocal service - running nova list from vm. 1.Create generic link local service to be able to wget to jenkins 2.Create a vm 3.Try wget to jenkins - passes if successful else fails Maintainer: sandipd@juniper.net 2025-10-05 07:18:12,611 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with 2025-10-05 07:18:12,612 - INFO - Initial checks done. Running the testcase now 2025-10-05 07:18:12,612 - INFO - 2025-10-05 07:18:13,105 - DEBUG - Response for create_network : {'network': {'id': '5fe2b882-966a-4bff-b89e-60e6ebbb266a', 'name': 'ctest-vn2_metadata-79229886', 'tenant_id': '42d442cfef814f498877e4052af8737a', 'project_id': '42d442cfef814f498877e4052af8737a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestBasicVMVN-86628973', 'ctest-vn2_metadata-79229886'], 'port_security_enabled': True, 'description': ''}} 2025-10-05 07:18:13,300 - DEBUG - Response for create_subnet : {'subnet': {'id': '5d668701-0007-41df-83ed-7c5e4cdcb5d6', 'name': '', 'tenant_id': '42d442cfef814f498877e4052af8737a', 'network_id': '5fe2b882-966a-4bff-b89e-60e6ebbb266a', 'ip_version': 4, 'cidr': '11.1.1.0/24', 'allocation_pools': [{'start': '11.1.1.2', 'end': '11.1.1.254'}], 'gateway_ip': '11.1.1.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '11.1.1.2', 'tags': [], 'project_id': '42d442cfef814f498877e4052af8737a'}} 2025-10-05 07:18:13,316 - INFO - Created VN ctest-vn2_metadata-79229886 2025-10-05 07:18:13,367 - DEBUG - VN ctest-vn2_metadata-79229886 UUID is 5fe2b882-966a-4bff-b89e-60e6ebbb266a 2025-10-05 07:18:13,576 - DEBUG - Services list from nova: [, , ] 2025-10-05 07:18:14,572 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4213-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4213-1) 2025-10-05 07:18:14,679 - DEBUG - Link local service introspect added 2025-10-05 07:18:14,732 - DEBUG - VM is in ERROR state now 2025-10-05 07:18:14,732 - ERROR - VM in error state. 2025-10-05 07:18:14,783 - DEBUG - VM is in ERROR state now 2025-10-05 07:18:14,783 - ERROR - VM in error state. 2025-10-05 07:18:14,887 - DEBUG - Link local service introspect removed 2025-10-05 07:18:14,887 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-86628973-35782613 in state ERROR 2025-10-05 07:18:14,887 - INFO - Deleting VM ctest-TestBasicVMVN-86628973-35782613 2025-10-05 07:18:14,906 - ERROR - VM ctest-TestBasicVMVN-86628973-35782613 has failed to come up 2025-10-05 07:18:14,906 - ERROR - Fault seen in nova show is: {'code': 500, 'created': '2025-10-05T07:18:14Z', 'message': 'No valid host was found. ', 'details': 'Traceback (most recent call last):\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py", line 1581, in schedule_and_build_instances\n instance_uuids, return_alternates=True)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py", line 942, in _schedule_instances\n return_alternates=return_alternates)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n instance_uuids, return_objects, return_alternates)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/rpcapi.py", line 160, in select_destinations\n return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/client.py", line 192, in call\n retry=self.retry, transport_options=self.transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/transport.py", line 128, in _send\n transport_options=transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 691, in send\n transport_options=transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 681, in _send\n raise result\nnova.exception_Remote.NoValidHost_Remote: No valid host was found. \nTraceback (most recent call last):\n\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/server.py", line 241, in inner\n return func(*args, **kwargs)\n\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/manager.py", line 209, in select_destinations\n raise exception.NoValidHost(reason="")\n\nnova.exception.NoValidHost: No valid host was found. \n\n'} 2025-10-05 07:18:14,906 - INFO - Deleting VN ctest-vn2_metadata-79229886 2025-10-05 07:18:15,001 - DEBUG - Response for deleting network () 2025-10-05 07:18:15,251 - ERROR -
Traceback (most recent call last):
  File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
    result = function(self, *args, **kwargs)
  File "/contrail-test/scripts/vm_regression/test_vm_basic.py", line 290, in test_generic_link_local_service
    compute_user = self.inputs.host_data[vm1_fixture.vm_node_ip]['username']
  File "/contrail-test/fixtures/vm_test.py", line 386, in vm_node_ip
    self.get_host_of_vm(refresh=True))
  File "/contrail-test/fixtures/vm_test.py", line 400, in get_host_of_vm
    assert self.wait_till_vm_is_active()
AssertionError
2025-10-05 07:18:15,256 - DEBUG - No XMPP flaps were noticed during the test 2025-10-05 07:18:15,256 - INFO - 2025-10-05 07:18:15,256 - INFO - END TEST : test_generic_link_local_service : FAILED[0:00:03] 2025-10-05 07:18:15,256 - INFO - -------------------------------------------------------------------------------- 2025-10-05 07:18:15,259 - INFO - ================================================================================ 2025-10-05 07:18:15,259 - INFO - STARTING TEST : test_metadata_service 2025-10-05 07:18:15,259 - INFO - TEST DESCRIPTION : Description: Test to validate metadata service on VM creation. 1.Verify from global-vrouter-config if metadata configures or not - fails otherwise 2.Create a shell script which writes 'hello world ' in a file in /tmp and save the script on the nova api node 3.Create a vm with userdata pointing to that script - script should get executed during vm boot up 4.Go to the vm and verify if the file with 'hello world ' written saved in /tmp of the vm - fails otherwise Maintainer: sandipd@juniper.net 2025-10-05 07:18:15,543 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with 2025-10-05 07:18:15,543 - INFO - Initial checks done. Running the testcase now 2025-10-05 07:18:15,543 - INFO - 2025-10-05 07:18:15,543 - DEBUG - Requesting: http://10.0.0.38:8082/global-vrouter-configs 2025-10-05 07:18:15,836 - DEBUG - Requesting: http://10.0.0.38:8082/global-vrouter-configs 2025-10-05 07:18:15,864 - DEBUG - Requesting: http://10.0.0.38:8082/global-vrouter-config/1bfde34b-ef8d-4dba-8d1f-a600e9ff567c 2025-10-05 07:18:16,022 - DEBUG - Response for create_network : {'network': {'id': '2474e3da-5a70-44ee-90a1-185edcf3cb69', 'name': 'ctest-vn-52590283', 'tenant_id': '42d442cfef814f498877e4052af8737a', 'project_id': '42d442cfef814f498877e4052af8737a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestBasicVMVN-86628973', 'ctest-vn-52590283'], 'port_security_enabled': True, 'description': ''}} 2025-10-05 07:18:16,203 - DEBUG - Response for create_subnet : {'subnet': {'id': '666a7649-27e5-4333-88f0-bfe3e1dc6787', 'name': '', 'tenant_id': '42d442cfef814f498877e4052af8737a', 'network_id': '2474e3da-5a70-44ee-90a1-185edcf3cb69', 'ip_version': 4, 'cidr': '22.165.152.192/26', 'allocation_pools': [{'start': '22.165.152.194', 'end': '22.165.152.254'}], 'gateway_ip': '22.165.152.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '22.165.152.194', 'tags': [], 'project_id': '42d442cfef814f498877e4052af8737a'}} 2025-10-05 07:18:16,218 - INFO - Created VN ctest-vn-52590283 2025-10-05 07:18:16,275 - DEBUG - VN ctest-vn-52590283 UUID is 2474e3da-5a70-44ee-90a1-185edcf3cb69 2025-10-05 07:18:17,464 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4213-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4213-1) 2025-10-05 07:18:17,464 - INFO - Waiting for VM ctest-TestBasicVMVN-86628973-71006413 to be up.. 2025-10-05 07:18:17,511 - DEBUG - VM is in ERROR state now 2025-10-05 07:18:17,511 - ERROR - VM in error state. 2025-10-05 07:18:17,511 - ERROR - VM is not in ACTIVE state 2025-10-05 07:18:17,581 - ERROR - Fatal Nova Exception while getting VM detail 2025-10-05 07:18:17,581 - DEBUG - None 2025-10-05 07:18:17,582 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-86628973-71006413 in state ERROR 2025-10-05 07:18:17,582 - INFO - Deleting VM ctest-TestBasicVMVN-86628973-71006413 2025-10-05 07:18:17,582 - ERROR - VM ctest-TestBasicVMVN-86628973-71006413 has failed to come up 2025-10-05 07:18:17,582 - ERROR - Fault seen in nova show is: {'code': 500, 'created': '2025-10-05T07:18:17Z', 'message': 'No valid host was found. ', 'details': 'Traceback (most recent call last):\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py", line 1581, in schedule_and_build_instances\n instance_uuids, return_alternates=True)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py", line 942, in _schedule_instances\n return_alternates=return_alternates)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n instance_uuids, return_objects, return_alternates)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/rpcapi.py", line 160, in select_destinations\n return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/client.py", line 192, in call\n retry=self.retry, transport_options=self.transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/transport.py", line 128, in _send\n transport_options=transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 691, in send\n transport_options=transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 681, in _send\n raise result\nnova.exception_Remote.NoValidHost_Remote: No valid host was found. \nTraceback (most recent call last):\n\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/server.py", line 241, in inner\n return func(*args, **kwargs)\n\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/manager.py", line 209, in select_destinations\n raise exception.NoValidHost(reason="")\n\nnova.exception.NoValidHost: No valid host was found. \n\n'} 2025-10-05 07:18:17,582 - INFO - Deleting VN ctest-vn-52590283 2025-10-05 07:18:17,661 - DEBUG - Response for deleting network () 2025-10-05 07:18:17,914 - ERROR - AssertionError Python 3.9.21: /usr/bin/python3 Sun Oct 5 07:18:17 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/vm_regression/test_vm_basic.py in test_metadata_service(self=) 55 image_name='cirros', 56 userdata='/tmp/metadata_script.txt') 57 assert vm1_fixture.wait_till_vm_is_up() 58 59 cmd = 'cat /tmp/output.txt' vm1_fixture = vm1_fixture.wait_till_vm_is_up = > AssertionError: __cause__ = None __class__ = __context__ = None __delattr__ = __dict__ = {} __dir__ = __doc__ = 'Assertion failed.' __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 = () 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/vm_regression/test_vm_basic.py", line 57, in test_metadata_service assert vm1_fixture.wait_till_vm_is_up() AssertionError 2025-10-05 07:18:17,919 - DEBUG - No XMPP flaps were noticed during the test 2025-10-05 07:18:17,920 - INFO - 2025-10-05 07:18:17,920 - INFO - END TEST : test_metadata_service : FAILED[0:00:02] 2025-10-05 07:18:17,920 - INFO - -------------------------------------------------------------------------------- 2025-10-05 07:18:17,922 - INFO - ================================================================================ 2025-10-05 07:18:17,922 - INFO - STARTING TEST : test_ping_within_vn_two_vms_two_different_subnets 2025-10-05 07:18:17,922 - INFO - TEST DESCRIPTION : Description: Validate Ping between 2 VMs in the same VN, 2 VMs in different VN subnets. Test steps: 1. Create 1 IPAM's. 2. Create 1 VN with 2 subnets and launch 2 VMs in them. 3. Ping between the VMs in the same VN should go thru fine. 4. Ping to the subnet broadcast and all-broadcast address. Pass criteria: VM in the same subnet will respond to both the pings, while the VM in a different VN should respond only to the all-broadcast address. Maintainer : ganeshahv@juniper.net 2025-10-05 07:18:18,207 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with 2025-10-05 07:18:18,207 - INFO - Initial checks done. Running the testcase now 2025-10-05 07:18:18,207 - INFO - 2025-10-05 07:18:18,674 - DEBUG - Response for create_network : {'network': {'id': '68b67fd8-b121-4297-97a5-fd8d0355c63d', 'name': 'ctest-vn-75856298', 'tenant_id': '42d442cfef814f498877e4052af8737a', 'project_id': '42d442cfef814f498877e4052af8737a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestBasicVMVN-86628973', 'ctest-vn-75856298'], 'port_security_enabled': True, 'description': ''}} 2025-10-05 07:18:18,806 - DEBUG - Response for create_subnet : {'subnet': {'id': '54ae82b0-8ba0-4258-be38-a86c3697e759', 'name': '', 'tenant_id': '42d442cfef814f498877e4052af8737a', 'network_id': '68b67fd8-b121-4297-97a5-fd8d0355c63d', 'ip_version': 4, 'cidr': '31.1.1.0/29', 'allocation_pools': [{'start': '31.1.1.2', 'end': '31.1.1.6'}], 'gateway_ip': '31.1.1.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '31.1.1.2', 'tags': [], 'project_id': '42d442cfef814f498877e4052af8737a'}} 2025-10-05 07:18:18,968 - DEBUG - Response for create_subnet : {'subnet': {'id': '17b0ee5b-2588-490f-9207-976ca38d52f4', 'name': '', 'tenant_id': '42d442cfef814f498877e4052af8737a', 'network_id': '68b67fd8-b121-4297-97a5-fd8d0355c63d', 'ip_version': 4, 'cidr': '31.1.2.0/29', 'allocation_pools': [{'start': '31.1.2.2', 'end': '31.1.2.6'}], 'gateway_ip': '31.1.2.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '31.1.2.2', 'tags': [], 'project_id': '42d442cfef814f498877e4052af8737a'}} 2025-10-05 07:18:18,985 - INFO - Created VN ctest-vn-75856298 2025-10-05 07:18:19,035 - DEBUG - VN ctest-vn-75856298 UUID is 68b67fd8-b121-4297-97a5-fd8d0355c63d 2025-10-05 07:18:19,356 - DEBUG - Response for create_port : {'port': {'name': 'd9f51197-ca72-4e9a-9e12-ebb7bb37aaeb', 'id': 'd9f51197-ca72-4e9a-9e12-ebb7bb37aaeb', 'tenant_id': '42d442cfef814f498877e4052af8737a', 'network_id': '68b67fd8-b121-4297-97a5-fd8d0355c63d', 'mac_address': '02:d9:f5:11:97:ca', 'binding:vnic_type': 'normal', 'binding:vif_details': {'port_filter': True}, 'binding:vif_type': 'unbound', 'binding:host_id': None, 'allowed_address_pairs': [], 'fixed_ips': [{'ip_address': '31.1.1.4', 'subnet_id': '54ae82b0-8ba0-4258-be38-a86c3697e759'}], 'security_groups': ['1aa3aef1-a1b9-40b4-80f1-af4dff75fb11'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '42d442cfef814f498877e4052af8737a'}} 2025-10-05 07:18:19,509 - DEBUG - Response for create_port : {'port': {'name': 'c447c35f-2e3d-42cb-935a-5f5e27f93053', 'id': 'c447c35f-2e3d-42cb-935a-5f5e27f93053', 'tenant_id': '42d442cfef814f498877e4052af8737a', 'network_id': '68b67fd8-b121-4297-97a5-fd8d0355c63d', 'mac_address': '02:c4:47:c3:5f:2e', 'binding:vnic_type': 'normal', 'binding:vif_details': {'port_filter': True}, 'binding:vif_type': 'unbound', 'binding:host_id': None, 'allowed_address_pairs': [], 'fixed_ips': [{'ip_address': '31.1.2.4', 'subnet_id': '17b0ee5b-2588-490f-9207-976ca38d52f4'}], 'security_groups': ['1aa3aef1-a1b9-40b4-80f1-af4dff75fb11'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '42d442cfef814f498877e4052af8737a'}} 2025-10-05 07:18:19,976 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4213-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4213-1) 2025-10-05 07:18:20,426 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4213-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4213-1) 2025-10-05 07:18:21,506 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4213-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4213-1) 2025-10-05 07:18:21,506 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-10-05 07:18:21,512 - DEBUG - Requesting: http://10.0.0.38:8082/domain/94db502b-61fd-4fae-ae45-e24af58cd4f7 2025-10-05 07:18:21,522 - DEBUG - Requesting: http://10.0.0.38:8082/project/42d442cf-ef81-4f49-8877-e4052af8737a 2025-10-05 07:18:21,586 - DEBUG - Requesting: http://10.0.0.38:8082/network-ipam/3ce63692-d403-45f5-a183-a81b5a9ed9db 2025-10-05 07:18:21,593 - INFO - Verifications in API Server for IPAM: ctest-ipam-77365402 passed 2025-10-05 07:18:21,598 - DEBUG - Control-node 10.0.0.38 : IPAM object is : {'node_name': 'network-ipam:default-domain:ctest-TestBasicVMVN-86628973:ctest-ipam-77365402', 'interests': '-', 'advertised': '-', 'dbentryflags': None, 'obj_info': {'sequence_number': '0', 'origin': 'Cassandra', 'data': {'id-perms': {'permissions': {'owner': 'ctest-TestBasicVMVN-86628973', 'owner-access': '7', 'group': 'admin', 'group-access': '7', 'other-access': '7'}, 'uuid': {'uuid-mslong': '4388254891169236469', 'uuid-lslong': '11638330697493436891'}, 'enable': 'true', 'created': '2025-10-05T07:18:18', 'last-modified': '2025-10-05T07:18:18', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:03.168463'} 2025-10-05 07:18:21,598 - INFO - Verifications in Control node for IPAM: ctest-ipam-77365402 passed 2025-10-05 07:18:21,598 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-10-05 07:18:21,602 - DEBUG - Requesting: http://10.0.0.38:8082/domain/94db502b-61fd-4fae-ae45-e24af58cd4f7 2025-10-05 07:18:21,655 - DEBUG - Requesting: http://10.0.0.38:8082/project/42d442cf-ef81-4f49-8877-e4052af8737a 2025-10-05 07:18:21,723 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/68b67fd8-b121-4297-97a5-fd8d0355c63d 2025-10-05 07:18:21,734 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/68b67fd8-b121-4297-97a5-fd8d0355c63d 2025-10-05 07:18:21,742 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/6cc3ca89-eb99-44bd-84a3-4a6cbfe56e41 2025-10-05 07:18:21,748 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/6cc3ca89-eb99-44bd-84a3-4a6cbfe56e41 2025-10-05 07:18:21,754 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/33ba03dd-e036-499f-9e3b-8ce06448bd23 2025-10-05 07:18:21,759 - DEBUG - Route Targets: ['target:64512:8000004'] 2025-10-05 07:18:21,760 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/68b67fd8-b121-4297-97a5-fd8d0355c63d 2025-10-05 07:18:21,767 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/6cc3ca89-eb99-44bd-84a3-4a6cbfe56e41 2025-10-05 07:18:21,778 - INFO - Verified VN network id 12 for VN 68b67fd8-b121-4297-97a5-fd8d0355c63d 2025-10-05 07:18:21,778 - INFO - Verifications in API Server for VN ctest-vn-75856298 passed 2025-10-05 07:18:21,778 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/68b67fd8-b121-4297-97a5-fd8d0355c63d 2025-10-05 07:18:21,785 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/6cc3ca89-eb99-44bd-84a3-4a6cbfe56e41 2025-10-05 07:18:21,791 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/6cc3ca89-eb99-44bd-84a3-4a6cbfe56e41 2025-10-05 07:18:21,796 - DEBUG - Requesting: http://10.0.0.38:8082/route-target/33ba03dd-e036-499f-9e3b-8ce06448bd23 2025-10-05 07:18:21,805 - DEBUG - Control-node 10.0.0.38 : VN object is : {'node_name': 'virtual-network:default-domain:ctest-TestBasicVMVN-86628973:ctest-vn-75856298', 'interests': '-', 'advertised': '-', 'dbentryflags': None, 'obj_info': {'sequence_number': '0', 'origin': 'Cassandra', 'data': {'id-perms': {'permissions': {'owner': 'ctest-TestBasicVMVN-86628973', 'owner-access': '7', 'group': 'admin', 'group-access': '7', 'other-access': '7'}, 'uuid': {'uuid-mslong': '7545358794367255191', 'uuid-lslong': '10927418852972545597'}, 'enable': 'true', 'created': '2025-10-05T07:18:18', 'last-modified': '2025-10-05T07:18:18', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:02.861135'} 2025-10-05 07:18:21,809 - DEBUG - Route Targets: ['target:64512:8000004'] 2025-10-05 07:18:21,809 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-75856298 passed 2025-10-05 07:18:21,810 - DEBUG - ====Verifying policy data for ctest-vn-75856298 in API_Server ====== 2025-10-05 07:18:21,810 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-10-05 07:18:21,814 - DEBUG - Requesting: http://10.0.0.38:8082/domain/94db502b-61fd-4fae-ae45-e24af58cd4f7 2025-10-05 07:18:21,822 - DEBUG - Requesting: http://10.0.0.38:8082/project/42d442cf-ef81-4f49-8877-e4052af8737a 2025-10-05 07:18:21,885 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-network/68b67fd8-b121-4297-97a5-fd8d0355c63d 2025-10-05 07:18:21,893 - DEBUG - =>VN ctest-vn-75856298 has no policy to be verified 2025-10-05 07:18:21,893 - DEBUG - Verifying the vn in opserver 2025-10-05 07:18:21,893 - DEBUG - Verifying the default-domain:ctest-TestBasicVMVN-86628973:ctest-vn-75856298 virtual network link through opserver 10.0.0.38 2025-10-05 07:18:21,893 - DEBUG - Requesting: http://10.0.0.38:8081/analytics/uves/virtual-networks 2025-10-05 07:18:22,182 - DEBUG - Requesting: http://10.0.0.38:8081/analytics/uves/virtual-networks 2025-10-05 07:18:22,231 - DEBUG - vn link and name as {'name': 'default-domain:ctest-TestBasicVMVN-86628973:ctest-vn-75856298', 'href': 'http://10.0.0.38:8081/analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN-86628973:ctest-vn-75856298?flat'} 2025-10-05 07:18:22,231 - INFO - Validated that VN default-domain:ctest-TestBasicVMVN-86628973:ctest-vn-75856298 is found in opserver 2025-10-05 07:18:22,240 - DEBUG - Do not have enough data to verify VN in agent 2025-10-05 07:18:22,243 - DEBUG - VRF ids for VN ctest-vn-75856298: {} 2025-10-05 07:18:22,243 - INFO - Waiting for VM ctest-TestBasicVMVN-86628973-40276305 to be up.. 2025-10-05 07:18:22,293 - DEBUG - VM is in ERROR state now 2025-10-05 07:18:22,293 - ERROR - VM in error state. 2025-10-05 07:18:22,293 - ERROR - VM is not in ACTIVE state 2025-10-05 07:18:22,365 - ERROR - Fatal Nova Exception while getting VM detail 2025-10-05 07:18:22,365 - DEBUG - None 2025-10-05 07:18:22,366 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-86628973-68439611 in state ERROR 2025-10-05 07:18:22,366 - INFO - Deleting VM ctest-TestBasicVMVN-86628973-68439611 2025-10-05 07:18:22,366 - ERROR - VM ctest-TestBasicVMVN-86628973-68439611 has failed to come up 2025-10-05 07:18:22,366 - ERROR - Fault seen in nova show is: {'code': 500, 'created': '2025-10-05T07:18:21Z', 'message': 'No valid host was found. ', 'details': 'Traceback (most recent call last):\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py", line 1581, in schedule_and_build_instances\n instance_uuids, return_alternates=True)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py", line 942, in _schedule_instances\n return_alternates=return_alternates)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n instance_uuids, return_objects, return_alternates)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/rpcapi.py", line 160, in select_destinations\n return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/client.py", line 192, in call\n retry=self.retry, transport_options=self.transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/transport.py", line 128, in _send\n transport_options=transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 691, in send\n transport_options=transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 681, in _send\n raise result\nnova.exception_Remote.NoValidHost_Remote: No valid host was found. \nTraceback (most recent call last):\n\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/server.py", line 241, in inner\n return func(*args, **kwargs)\n\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/manager.py", line 209, in select_destinations\n raise exception.NoValidHost(reason="")\n\nnova.exception.NoValidHost: No valid host was found. \n\n'} 2025-10-05 07:18:22,366 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-86628973-53474579 in state BUILD 2025-10-05 07:18:22,366 - INFO - Deleting VM ctest-TestBasicVMVN-86628973-53474579 2025-10-05 07:18:22,366 - ERROR - VM ctest-TestBasicVMVN-86628973-53474579 has failed to come up 2025-10-05 07:18:22,366 - ERROR - Nova failed to get host of the VM 2025-10-05 07:18:22,505 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-86628973-40276305 in state ERROR 2025-10-05 07:18:22,505 - INFO - Deleting VM ctest-TestBasicVMVN-86628973-40276305 2025-10-05 07:18:22,505 - ERROR - VM ctest-TestBasicVMVN-86628973-40276305 has failed to come up 2025-10-05 07:18:22,505 - ERROR - Fault seen in nova show is: {'code': 500, 'created': '2025-10-05T07:18:19Z', 'message': 'No valid host was found. ', 'details': 'Traceback (most recent call last):\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py", line 1581, in schedule_and_build_instances\n instance_uuids, return_alternates=True)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py", line 942, in _schedule_instances\n return_alternates=return_alternates)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n instance_uuids, return_objects, return_alternates)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/rpcapi.py", line 160, in select_destinations\n return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/client.py", line 192, in call\n retry=self.retry, transport_options=self.transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/transport.py", line 128, in _send\n transport_options=transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 691, in send\n transport_options=transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 681, in _send\n raise result\nnova.exception_Remote.NoValidHost_Remote: No valid host was found. \nTraceback (most recent call last):\n\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/server.py", line 241, in inner\n return func(*args, **kwargs)\n\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/manager.py", line 209, in select_destinations\n raise exception.NoValidHost(reason="")\n\nnova.exception.NoValidHost: No valid host was found. \n\n'} 2025-10-05 07:18:22,506 - INFO - Deleting VN ctest-vn-75856298 2025-10-05 07:18:22,599 - DEBUG - Response for delete_port : () 2025-10-05 07:18:22,683 - DEBUG - Response for delete_port : () 2025-10-05 07:18:22,780 - DEBUG - Response for deleting network () 2025-10-05 07:18:22,781 - DEBUG - Requesting: http://10.0.0.38:8082/routing-instance/6cc3ca89-eb99-44bd-84a3-4a6cbfe56e41 2025-10-05 07:18:22,785 - DEBUG - Response Code: 404 2025-10-05 07:18:22,786 - DEBUG - Requesting: http://10.0.0.38:8082/domains 2025-10-05 07:18:22,790 - DEBUG - Requesting: http://10.0.0.38:8082/domain/94db502b-61fd-4fae-ae45-e24af58cd4f7 2025-10-05 07:18:22,839 - DEBUG - Requesting: http://10.0.0.38:8082/project/42d442cf-ef81-4f49-8877-e4052af8737a 2025-10-05 07:18:22,906 - INFO - Validated that VN ctest-vn-75856298 is not found in API Server 2025-10-05 07:18:22,914 - DEBUG - VN ctest-vn-75856298 is not present in Agent 10.0.0.38 2025-10-05 07:18:22,914 - INFO - Validated that VN ctest-vn-75856298 is not in any agent 2025-10-05 07:18:22,928 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-75856298 info 2025-10-05 07:18:22,999 - INFO - IPAM: ctest-ipam-77365402 is not found in API Server 2025-10-05 07:18:23,008 - INFO - IPAM:ctest-ipam-77365402 is not found in control node 2025-10-05 07:18:23,255 - ERROR - AssertionError Python 3.9.21: /usr/bin/python3 Sun Oct 5 07:18:22 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/vm_regression/test_vm_basic.py in test_ping_within_vn_two_vms_two_different_subnets(self=) 145 assert ipam_obj.verify_on_setup() 146 assert vn1_fixture.verify_on_setup() 147 assert vm1.wait_till_vm_is_up() 148 assert vm2.wait_till_vm_is_up() 149 assert vm3.wait_till_vm_is_up() vm1 = vm1.wait_till_vm_is_up = > AssertionError: __cause__ = None __class__ = __context__ = None __delattr__ = __dict__ = {} __dir__ = __doc__ = 'Assertion failed.' __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 = () 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/vm_regression/test_vm_basic.py", line 147, in test_ping_within_vn_two_vms_two_different_subnets assert vm1.wait_till_vm_is_up() AssertionError 2025-10-05 07:18:23,260 - DEBUG - No XMPP flaps were noticed during the test 2025-10-05 07:18:23,260 - INFO - 2025-10-05 07:18:23,260 - INFO - END TEST : test_ping_within_vn_two_vms_two_different_subnets : FAILED[0:00:06] 2025-10-05 07:18:23,260 - INFO - -------------------------------------------------------------------------------- 2025-10-05 07:18:23,905 - INFO - Deleted project: ctest-TestBasicVMVN-86628973, ID : 42d442cf-ef81-4f49-8877-e4052af8737a