2024-10-22 09:57:31,398 - INFO - Domain Default found not creating 2024-10-22 09:57:31,568 - INFO - Project ctest-TestBasicVMVN-85066198 not found, creating it 2024-10-22 09:57:32,050 - INFO - Created Project:ctest-TestBasicVMVN-85066198, ID : 8ec70d37-a48b-4a02-b97f-853c2a3b25c2 2024-10-22 09:57:33,667 - INFO - ================================================================================ 2024-10-22 09:57:33,667 - INFO - STARTING TEST : test_generic_link_local_service 2024-10-22 09:57:33,667 - 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 2024-10-22 09:57:33,926 - DEBUG - Nothing to compare xmpp stats {'10.0.0.27': {'10.20.0.5': '0'}} with 2024-10-22 09:57:33,926 - INFO - Initial checks done. Running the testcase now 2024-10-22 09:57:33,926 - INFO - 2024-10-22 09:57:34,501 - DEBUG - Response for create_network : {'network': {'id': '39e212a1-ff69-4471-8c96-bba0358f629a', 'name': 'ctest-vn2_metadata-90701414', 'tenant_id': '8ec70d37a48b4a02b97f853c2a3b25c2', 'project_id': '8ec70d37a48b4a02b97f853c2a3b25c2', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestBasicVMVN-85066198', 'ctest-vn2_metadata-90701414'], 'port_security_enabled': True, 'description': ''}} 2024-10-22 09:57:34,697 - DEBUG - Response for create_subnet : {'subnet': {'id': '6c8c0934-1ce5-4829-94af-f21f08e40c87', 'name': '', 'tenant_id': '8ec70d37a48b4a02b97f853c2a3b25c2', 'network_id': '39e212a1-ff69-4471-8c96-bba0358f629a', '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': '8ec70d37a48b4a02b97f853c2a3b25c2'}} 2024-10-22 09:57:34,717 - INFO - Created VN ctest-vn2_metadata-90701414 2024-10-22 09:57:34,776 - DEBUG - VN ctest-vn2_metadata-90701414 UUID is 39e212a1-ff69-4471-8c96-bba0358f629a 2024-10-22 09:57:34,993 - DEBUG - Services list from nova: [, , ] 2024-10-22 09:57:36,027 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-2124-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-2124-1) 2024-10-22 09:57:36,136 - DEBUG - Link local service introspect added 2024-10-22 09:57:36,208 - DEBUG - VM is in ERROR state now 2024-10-22 09:57:36,208 - ERROR - VM in error state. 2024-10-22 09:57:36,375 - DEBUG - VM is in ERROR state now 2024-10-22 09:57:36,376 - ERROR - VM in error state. 2024-10-22 09:57:36,488 - DEBUG - Link local service introspect removed 2024-10-22 09:57:36,488 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-85066198-36487073 in state ERROR 2024-10-22 09:57:36,488 - INFO - Deleting VM ctest-TestBasicVMVN-85066198-36487073 2024-10-22 09:57:36,509 - ERROR - VM ctest-TestBasicVMVN-85066198-36487073 has failed to come up 2024-10-22 09:57:36,509 - ERROR - Fault seen in nova show is: {'code': 500, 'created': '2024-10-22T09:57:36Z', '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'} 2024-10-22 09:57:36,509 - INFO - Deleting VN ctest-vn2_metadata-90701414 2024-10-22 09:57:36,635 - DEBUG - Response for deleting network () 2024-10-22 09:57:36,888 - ERROR -
Traceback (most recent call last):
  File "/contrail-test/tcutils/wrappers.py", line 81, in wrapper
    result = function(self, *args, **kwargs)
  File "/contrail-test/tcutils/util.py", line 1167, in wrapper
    return f(self, *func_args, **func_kwargs)
  File "/contrail-test/scripts/vm_regression/test_vm_basic.py", line 308, 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 408, in vm_node_ip
    self.get_host_of_vm(refresh=True))
  File "/contrail-test/fixtures/vm_test.py", line 422, in get_host_of_vm
    assert self.wait_till_vm_is_active()
AssertionError
2024-10-22 09:57:36,894 - DEBUG - No XMPP flaps were noticed during the test 2024-10-22 09:57:36,894 - INFO - 2024-10-22 09:57:36,894 - INFO - -------------------------------------------------------------------------------- 2024-10-22 09:57:36,897 - INFO - ================================================================================ 2024-10-22 09:57:36,897 - INFO - STARTING TEST : test_ping_within_vn_two_vms_two_different_subnets 2024-10-22 09:57:36,897 - 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 2024-10-22 09:57:37,183 - DEBUG - Nothing to compare xmpp stats {'10.0.0.27': {'10.20.0.5': '0'}} with 2024-10-22 09:57:37,184 - INFO - Initial checks done. Running the testcase now 2024-10-22 09:57:37,184 - INFO - 2024-10-22 09:57:37,694 - DEBUG - Response for create_network : {'network': {'id': 'bdc8e153-4cd6-49f2-bc6b-57d8a3e9998a', 'name': 'ctest-vn-08456853', 'tenant_id': '8ec70d37a48b4a02b97f853c2a3b25c2', 'project_id': '8ec70d37a48b4a02b97f853c2a3b25c2', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestBasicVMVN-85066198', 'ctest-vn-08456853'], 'port_security_enabled': True, 'description': ''}} 2024-10-22 09:57:37,913 - DEBUG - Response for create_subnet : {'subnet': {'id': '47ed1896-a532-4fc5-a5c6-167abf61c88c', 'name': '', 'tenant_id': '8ec70d37a48b4a02b97f853c2a3b25c2', 'network_id': 'bdc8e153-4cd6-49f2-bc6b-57d8a3e9998a', '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': '8ec70d37a48b4a02b97f853c2a3b25c2'}} 2024-10-22 09:57:38,101 - DEBUG - Response for create_subnet : {'subnet': {'id': '8901ebc0-95b2-44d4-852c-ffeff0e3f6e2', 'name': '', 'tenant_id': '8ec70d37a48b4a02b97f853c2a3b25c2', 'network_id': 'bdc8e153-4cd6-49f2-bc6b-57d8a3e9998a', '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': '8ec70d37a48b4a02b97f853c2a3b25c2'}} 2024-10-22 09:57:38,123 - INFO - Created VN ctest-vn-08456853 2024-10-22 09:57:38,180 - DEBUG - VN ctest-vn-08456853 UUID is bdc8e153-4cd6-49f2-bc6b-57d8a3e9998a 2024-10-22 09:57:38,577 - DEBUG - Response for create_port : {'port': {'name': 'ff69d470-c3c0-4ad9-b6f4-3fca1e864bfa', 'id': 'ff69d470-c3c0-4ad9-b6f4-3fca1e864bfa', 'tenant_id': '8ec70d37a48b4a02b97f853c2a3b25c2', 'network_id': 'bdc8e153-4cd6-49f2-bc6b-57d8a3e9998a', 'mac_address': '02:ff:69:d4:70:c3', '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': '47ed1896-a532-4fc5-a5c6-167abf61c88c'}], 'security_groups': ['e259ea79-01bc-48d8-9c72-1107c2d9740a'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '8ec70d37a48b4a02b97f853c2a3b25c2'}} 2024-10-22 09:57:38,769 - DEBUG - Response for create_port : {'port': {'name': 'aeb94a91-f66a-4eea-93ea-683d150e9f6b', 'id': 'aeb94a91-f66a-4eea-93ea-683d150e9f6b', 'tenant_id': '8ec70d37a48b4a02b97f853c2a3b25c2', 'network_id': 'bdc8e153-4cd6-49f2-bc6b-57d8a3e9998a', 'mac_address': '02:ae:b9:4a:91:f6', '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': '8901ebc0-95b2-44d4-852c-ffeff0e3f6e2'}], 'security_groups': ['e259ea79-01bc-48d8-9c72-1107c2d9740a'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '8ec70d37a48b4a02b97f853c2a3b25c2'}} 2024-10-22 09:57:39,227 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-2124-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-2124-1) 2024-10-22 09:57:39,701 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-2124-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-2124-1) 2024-10-22 09:57:40,886 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-2124-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-2124-1) 2024-10-22 09:57:40,886 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2024-10-22 09:57:41,183 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2024-10-22 09:57:41,218 - DEBUG - Requesting: http://10.0.0.27:8082/domain/f68841ca-5433-4033-afff-aea86022c976 2024-10-22 09:57:41,234 - DEBUG - Requesting: http://10.0.0.27:8082/project/8ec70d37-a48b-4a02-b97f-853c2a3b25c2 2024-10-22 09:57:41,320 - DEBUG - Requesting: http://10.0.0.27:8082/network-ipam/0b231221-afdd-45c4-a3ee-a43a86c8aaa8 2024-10-22 09:57:41,332 - INFO - Verifications in API Server for IPAM: ctest-ipam-85759545 passed 2024-10-22 09:57:41,341 - DEBUG - Control-node 10.0.0.27 : IPAM object is : {'node_name': 'network-ipam:default-domain:ctest-TestBasicVMVN-85066198:ctest-ipam-85759545', 'interests': '-', 'advertised': '-', 'dbentryflags': None, 'obj_info': {'sequence_number': '0', 'origin': 'Cassandra', 'data': {'id-perms': {'permissions': {'owner': 'ctest-TestBasicVMVN-85066198', 'owner-access': '7', 'group': 'member', 'group-access': '7', 'other-access': '7'}, 'uuid': {'uuid-mslong': '802505094495815108', 'uuid-lslong': '11812559443915745960'}, 'enable': 'true', 'created': '2024-10-22T09:57:37', 'last-modified': '2024-10-22T09:57:37', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:03.917812'} 2024-10-22 09:57:41,341 - INFO - Verifications in Control node for IPAM: ctest-ipam-85759545 passed 2024-10-22 09:57:41,341 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2024-10-22 09:57:41,347 - DEBUG - Requesting: http://10.0.0.27:8082/domain/f68841ca-5433-4033-afff-aea86022c976 2024-10-22 09:57:41,360 - DEBUG - Requesting: http://10.0.0.27:8082/project/8ec70d37-a48b-4a02-b97f-853c2a3b25c2 2024-10-22 09:57:41,444 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/bdc8e153-4cd6-49f2-bc6b-57d8a3e9998a 2024-10-22 09:57:41,459 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/bdc8e153-4cd6-49f2-bc6b-57d8a3e9998a 2024-10-22 09:57:41,474 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b7e856a7-6dd9-4383-84c7-90d08c6aded1 2024-10-22 09:57:41,484 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b7e856a7-6dd9-4383-84c7-90d08c6aded1 2024-10-22 09:57:41,495 - DEBUG - Requesting: http://10.0.0.27:8082/route-target/13bb12e7-6da9-475d-807f-1a4e4b9e84dc 2024-10-22 09:57:41,506 - DEBUG - Route Targets: ['target:64512:8000005'] 2024-10-22 09:57:41,506 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/bdc8e153-4cd6-49f2-bc6b-57d8a3e9998a 2024-10-22 09:57:41,527 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b7e856a7-6dd9-4383-84c7-90d08c6aded1 2024-10-22 09:57:41,551 - INFO - Verified VN network id 8 for VN bdc8e153-4cd6-49f2-bc6b-57d8a3e9998a 2024-10-22 09:57:41,552 - INFO - Verifications in API Server for VN ctest-vn-08456853 passed 2024-10-22 09:57:41,552 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/bdc8e153-4cd6-49f2-bc6b-57d8a3e9998a 2024-10-22 09:57:41,571 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b7e856a7-6dd9-4383-84c7-90d08c6aded1 2024-10-22 09:57:41,581 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b7e856a7-6dd9-4383-84c7-90d08c6aded1 2024-10-22 09:57:41,591 - DEBUG - Requesting: http://10.0.0.27:8082/route-target/13bb12e7-6da9-475d-807f-1a4e4b9e84dc 2024-10-22 09:57:41,606 - DEBUG - Control-node 10.0.0.27 : VN object is : {'node_name': 'virtual-network:default-domain:ctest-TestBasicVMVN-85066198:ctest-vn-08456853', 'interests': '-', 'advertised': '-', 'dbentryflags': None, 'obj_info': {'sequence_number': '0', 'origin': 'Cassandra', 'data': {'id-perms': {'permissions': {'owner': 'ctest-TestBasicVMVN-85066198', 'owner-access': '7', 'group': 'member', 'group-access': '7', 'other-access': '7'}, 'uuid': {'uuid-mslong': '13675428016398158322', 'uuid-lslong': '13577042089613040010'}, 'enable': 'true', 'created': '2024-10-22T09:57:37', 'last-modified': '2024-10-22T09:57:38', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:03.536339'} 2024-10-22 09:57:41,613 - DEBUG - Route Targets: ['target:64512:8000005'] 2024-10-22 09:57:41,613 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-08456853 passed 2024-10-22 09:57:41,613 - DEBUG - ====Verifying policy data for ctest-vn-08456853 in API_Server ====== 2024-10-22 09:57:41,613 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2024-10-22 09:57:41,620 - DEBUG - Requesting: http://10.0.0.27:8082/domain/f68841ca-5433-4033-afff-aea86022c976 2024-10-22 09:57:41,634 - DEBUG - Requesting: http://10.0.0.27:8082/project/8ec70d37-a48b-4a02-b97f-853c2a3b25c2 2024-10-22 09:57:41,719 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-network/bdc8e153-4cd6-49f2-bc6b-57d8a3e9998a 2024-10-22 09:57:41,735 - DEBUG - =>VN ctest-vn-08456853 has no policy to be verified 2024-10-22 09:57:41,735 - DEBUG - Verifying the vn in opserver 2024-10-22 09:57:41,735 - DEBUG - Verifying the default-domain:ctest-TestBasicVMVN-85066198:ctest-vn-08456853 virtual network link through opserver 10.0.0.27 2024-10-22 09:57:41,735 - DEBUG - Requesting: http://10.0.0.27:8081/analytics/uves/virtual-networks 2024-10-22 09:57:42,028 - DEBUG - Requesting: http://10.0.0.27:8081/analytics/uves/virtual-networks 2024-10-22 09:57:42,097 - DEBUG - vn link and name as {'name': 'default-domain:ctest-TestBasicVMVN-85066198:ctest-vn-08456853', 'href': 'http://10.0.0.27:8081/analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN-85066198:ctest-vn-08456853?flat'} 2024-10-22 09:57:42,097 - INFO - Validated that VN default-domain:ctest-TestBasicVMVN-85066198:ctest-vn-08456853 is found in opserver 2024-10-22 09:57:42,109 - DEBUG - Do not have enough data to verify VN in agent 2024-10-22 09:57:42,117 - DEBUG - VRF ids for VN ctest-vn-08456853: {} 2024-10-22 09:57:42,117 - INFO - Waiting for VM ctest-TestBasicVMVN-85066198-63366256 to be up.. 2024-10-22 09:57:42,172 - DEBUG - VM is in ERROR state now 2024-10-22 09:57:42,172 - ERROR - VM in error state. 2024-10-22 09:57:42,172 - ERROR - VM is not in ACTIVE state 2024-10-22 09:57:42,271 - ERROR - Fatal Nova Exception while getting VM detail 2024-10-22 09:57:42,271 - DEBUG - None 2024-10-22 09:57:42,272 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-85066198-43457383 in state BUILD 2024-10-22 09:57:42,273 - INFO - Deleting VM ctest-TestBasicVMVN-85066198-43457383 2024-10-22 09:57:42,273 - ERROR - VM ctest-TestBasicVMVN-85066198-43457383 has failed to come up 2024-10-22 09:57:42,273 - ERROR - Nova failed to get host of the VM 2024-10-22 09:57:42,510 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-85066198-68128366 in state BUILD 2024-10-22 09:57:42,511 - INFO - Deleting VM ctest-TestBasicVMVN-85066198-68128366 2024-10-22 09:57:42,511 - ERROR - VM ctest-TestBasicVMVN-85066198-68128366 has failed to come up 2024-10-22 09:57:42,511 - ERROR - Nova failed to get host of the VM 2024-10-22 09:57:42,659 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-85066198-63366256 in state ERROR 2024-10-22 09:57:42,659 - INFO - Deleting VM ctest-TestBasicVMVN-85066198-63366256 2024-10-22 09:57:42,659 - ERROR - VM ctest-TestBasicVMVN-85066198-63366256 has failed to come up 2024-10-22 09:57:42,659 - ERROR - Fault seen in nova show is: {'code': 500, 'created': '2024-10-22T09:57:39Z', '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'} 2024-10-22 09:57:42,659 - INFO - Deleting VN ctest-vn-08456853 2024-10-22 09:57:42,820 - DEBUG - Response for delete_port : () 2024-10-22 09:57:42,956 - DEBUG - Response for delete_port : () 2024-10-22 09:57:43,096 - DEBUG - Response for deleting network () 2024-10-22 09:57:43,096 - DEBUG - Requesting: http://10.0.0.27:8082/routing-instance/b7e856a7-6dd9-4383-84c7-90d08c6aded1 2024-10-22 09:57:43,113 - DEBUG - Response Code: 404 2024-10-22 09:57:43,113 - DEBUG - Requesting: http://10.0.0.27:8082/domains 2024-10-22 09:57:43,119 - DEBUG - Requesting: http://10.0.0.27:8082/domain/f68841ca-5433-4033-afff-aea86022c976 2024-10-22 09:57:43,179 - DEBUG - Requesting: http://10.0.0.27:8082/project/8ec70d37-a48b-4a02-b97f-853c2a3b25c2 2024-10-22 09:57:43,265 - INFO - Validated that VN ctest-vn-08456853 is not found in API Server 2024-10-22 09:57:43,276 - DEBUG - VN ctest-vn-08456853 is not present in Agent 10.0.0.27 2024-10-22 09:57:43,276 - INFO - Validated that VN ctest-vn-08456853 is not in any agent 2024-10-22 09:57:43,293 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-08456853 info 2024-10-22 09:57:43,372 - INFO - IPAM: ctest-ipam-85759545 is not found in API Server 2024-10-22 09:57:43,384 - INFO - IPAM:ctest-ipam-85759545 is not found in control node 2024-10-22 09:57:43,647 - ERROR - AssertionError Python 3.6.8: /usr/bin/python3 Tue Oct 22 09:57:42 2024 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={}) 79 log.info('Initial checks done. Running the testcase now') 80 log.info('') 81 result = function(self, *args, **kwargs) 82 if self.inputs.upgrade: 83 pid = os.getpid() result = None function = self = args = () kwargs = {} /contrail-test/tcutils/util.py in wrapper(self=, *func_args=(), **func_kwargs={}) 1165 raise testtools.TestCase.skipException(msg) 1166 1167 return f(self, *func_args, **func_kwargs) 1168 return wrapper 1169 return decorator f = self = func_args = () func_kwargs = {} /contrail-test/scripts/vm_regression/test_vm_basic.py in test_ping_within_vn_two_vms_two_different_subnets(self=) 162 assert ipam_obj.verify_on_setup() 163 assert vn1_fixture.verify_on_setup() 164 assert vm1.wait_till_vm_is_up() 165 assert vm2.wait_till_vm_is_up() 166 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 81, in wrapper result = function(self, *args, **kwargs) File "/contrail-test/tcutils/util.py", line 1167, in wrapper return f(self, *func_args, **func_kwargs) File "/contrail-test/scripts/vm_regression/test_vm_basic.py", line 164, in test_ping_within_vn_two_vms_two_different_subnets assert vm1.wait_till_vm_is_up() AssertionError 2024-10-22 09:57:43,653 - DEBUG - No XMPP flaps were noticed during the test 2024-10-22 09:57:43,654 - INFO -
2024-10-22 09:57:43,654 - INFO - END TEST : test_ping_within_vn_two_vms_two_different_subnets : FAILED[0:00:07]
2024-10-22 09:57:43,654 - INFO - -------------------------------------------------------------------------------- 2024-10-22 09:57:44,414 - INFO - Deleted project: ctest-TestBasicVMVN-85066198, ID : 8ec70d37-a48b-4a02-b97f-853c2a3b25c2