2024-08-20 22:45:33,987 - INFO - Domain Default found not creating 2024-08-20 22:45:34,136 - INFO - Project ctest-TestBasicVMVN-49973882 not found, creating it 2024-08-20 22:45:34,672 - INFO - Created Project:ctest-TestBasicVMVN-49973882, ID : 8f85df95-2822-4386-8bfb-1c6d10776c42 2024-08-20 22:45:36,228 - INFO - ================================================================================ 2024-08-20 22:45:36,228 - INFO - STARTING TEST : test_generic_link_local_service 2024-08-20 22:45:36,229 - 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-08-20 22:45:36,492 - DEBUG - Nothing to compare xmpp stats {'10.0.0.41': {'10.20.0.5': '0'}} with 2024-08-20 22:45:36,492 - INFO - Initial checks done. Running the testcase now 2024-08-20 22:45:36,492 - INFO - 2024-08-20 22:45:37,056 - DEBUG - Response for create_network : {'network': {'id': '1b9be1a8-3cc3-4dc5-be34-3a2cdf3f377f', 'name': 'ctest-vn2_metadata-18455480', 'tenant_id': '8f85df95282243868bfb1c6d10776c42', 'project_id': '8f85df95282243868bfb1c6d10776c42', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestBasicVMVN-49973882', 'ctest-vn2_metadata-18455480'], 'port_security_enabled': True, 'description': ''}} 2024-08-20 22:45:37,281 - DEBUG - Response for create_subnet : {'subnet': {'id': 'afd67bd5-3818-4890-b94f-ecadcf329490', 'name': '', 'tenant_id': '8f85df95282243868bfb1c6d10776c42', 'network_id': '1b9be1a8-3cc3-4dc5-be34-3a2cdf3f377f', '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': '8f85df95282243868bfb1c6d10776c42'}} 2024-08-20 22:45:37,302 - INFO - Created VN ctest-vn2_metadata-18455480 2024-08-20 22:45:37,355 - DEBUG - VN ctest-vn2_metadata-18455480 UUID is 1b9be1a8-3cc3-4dc5-be34-3a2cdf3f377f 2024-08-20 22:45:37,598 - DEBUG - Services list from nova: [, , ] 2024-08-20 22:45:38,670 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-1678-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-1678-1) 2024-08-20 22:45:38,779 - DEBUG - Link local service introspect added 2024-08-20 22:45:38,836 - DEBUG - VM is in ERROR state now 2024-08-20 22:45:38,836 - ERROR - VM in error state. 2024-08-20 22:45:38,891 - DEBUG - VM is in ERROR state now 2024-08-20 22:45:38,891 - ERROR - VM in error state. 2024-08-20 22:45:38,994 - DEBUG - Link local service introspect removed 2024-08-20 22:45:38,995 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-49973882-70055533 in state ERROR 2024-08-20 22:45:38,995 - INFO - Deleting VM ctest-TestBasicVMVN-49973882-70055533 2024-08-20 22:45:39,014 - ERROR - VM ctest-TestBasicVMVN-49973882-70055533 has failed to come up 2024-08-20 22:45:39,015 - ERROR - Fault seen in nova show is: {'code': 500, 'created': '2024-08-20T22:45:38Z', '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-08-20 22:45:39,015 - INFO - Deleting VN ctest-vn2_metadata-18455480 2024-08-20 22:45:39,113 - DEBUG - Response for deleting network () 2024-08-20 22:45:39,362 - 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-08-20 22:45:39,369 - DEBUG - No XMPP flaps were noticed during the test 2024-08-20 22:45:39,369 - INFO - 2024-08-20 22:45:39,369 - INFO - -------------------------------------------------------------------------------- 2024-08-20 22:45:39,372 - INFO - ================================================================================ 2024-08-20 22:45:39,372 - INFO - STARTING TEST : test_ping_within_vn_two_vms_two_different_subnets 2024-08-20 22:45:39,372 - 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-08-20 22:45:39,656 - DEBUG - Nothing to compare xmpp stats {'10.0.0.41': {'10.20.0.5': '0'}} with 2024-08-20 22:45:39,656 - INFO - Initial checks done. Running the testcase now 2024-08-20 22:45:39,656 - INFO - 2024-08-20 22:45:40,145 - DEBUG - Response for create_network : {'network': {'id': '7a81b5b2-f07c-45fc-9913-bdd26817e34f', 'name': 'ctest-vn-80891045', 'tenant_id': '8f85df95282243868bfb1c6d10776c42', 'project_id': '8f85df95282243868bfb1c6d10776c42', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestBasicVMVN-49973882', 'ctest-vn-80891045'], 'port_security_enabled': True, 'description': ''}} 2024-08-20 22:45:40,364 - DEBUG - Response for create_subnet : {'subnet': {'id': '1a3465e5-d311-4ae1-822f-42033480cf19', 'name': '', 'tenant_id': '8f85df95282243868bfb1c6d10776c42', 'network_id': '7a81b5b2-f07c-45fc-9913-bdd26817e34f', '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': '8f85df95282243868bfb1c6d10776c42'}} 2024-08-20 22:45:40,517 - DEBUG - Response for create_subnet : {'subnet': {'id': '779e8d8f-e2a8-477c-82a9-3d01cb886587', 'name': '', 'tenant_id': '8f85df95282243868bfb1c6d10776c42', 'network_id': '7a81b5b2-f07c-45fc-9913-bdd26817e34f', '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': '8f85df95282243868bfb1c6d10776c42'}} 2024-08-20 22:45:40,540 - INFO - Created VN ctest-vn-80891045 2024-08-20 22:45:40,595 - DEBUG - VN ctest-vn-80891045 UUID is 7a81b5b2-f07c-45fc-9913-bdd26817e34f 2024-08-20 22:45:40,992 - DEBUG - Response for create_port : {'port': {'name': '4f253180-df1a-414d-95b3-6dbc1fc6e956', 'id': '4f253180-df1a-414d-95b3-6dbc1fc6e956', 'tenant_id': '8f85df95282243868bfb1c6d10776c42', 'network_id': '7a81b5b2-f07c-45fc-9913-bdd26817e34f', 'mac_address': '02:4f:25:31:80:df', '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': '1a3465e5-d311-4ae1-822f-42033480cf19'}], 'security_groups': ['944df3e7-0452-4bd3-9858-a18521119c26'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '8f85df95282243868bfb1c6d10776c42'}} 2024-08-20 22:45:41,166 - DEBUG - Response for create_port : {'port': {'name': '85e371cc-852f-4218-b547-4d9ce9457f91', 'id': '85e371cc-852f-4218-b547-4d9ce9457f91', 'tenant_id': '8f85df95282243868bfb1c6d10776c42', 'network_id': '7a81b5b2-f07c-45fc-9913-bdd26817e34f', 'mac_address': '02:85:e3:71:cc:85', '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': '779e8d8f-e2a8-477c-82a9-3d01cb886587'}], 'security_groups': ['944df3e7-0452-4bd3-9858-a18521119c26'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '8f85df95282243868bfb1c6d10776c42'}} 2024-08-20 22:45:41,670 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-1678-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-1678-1) 2024-08-20 22:45:42,136 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-1678-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-1678-1) 2024-08-20 22:45:43,248 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-1678-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-1678-1) 2024-08-20 22:45:43,248 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-08-20 22:45:43,541 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-08-20 22:45:43,574 - DEBUG - Requesting: http://10.0.0.41:8082/domain/dfdb5dad-f1ac-44f3-a7b6-a5b0c63b14ec 2024-08-20 22:45:43,589 - DEBUG - Requesting: http://10.0.0.41:8082/project/8f85df95-2822-4386-8bfb-1c6d10776c42 2024-08-20 22:45:43,657 - DEBUG - Requesting: http://10.0.0.41:8082/network-ipam/3657c795-ccd9-4da6-bf74-34897be3ee17 2024-08-20 22:45:43,667 - INFO - Verifications in API Server for IPAM: ctest-ipam-51295724 passed 2024-08-20 22:45:43,673 - DEBUG - Control-node 10.0.0.41 : IPAM object is : {'node_name': 'network-ipam:default-domain:ctest-TestBasicVMVN-49973882:ctest-ipam-51295724', 'interests': '-', 'advertised': '-', 'dbentryflags': None, 'obj_info': {'sequence_number': '0', 'origin': 'Cassandra', 'data': {'id-perms': {'permissions': {'owner': 'ctest-TestBasicVMVN-49973882', 'owner-access': '7', 'group': 'member', 'group-access': '7', 'other-access': '7'}, 'uuid': {'uuid-mslong': '3915817847222783398', 'uuid-lslong': '13795709323636370967'}, 'enable': 'true', 'created': '2024-08-20T22:45:39', 'last-modified': '2024-08-20T22:45:39', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:03.788812'} 2024-08-20 22:45:43,673 - INFO - Verifications in Control node for IPAM: ctest-ipam-51295724 passed 2024-08-20 22:45:43,673 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-08-20 22:45:43,680 - DEBUG - Requesting: http://10.0.0.41:8082/domain/dfdb5dad-f1ac-44f3-a7b6-a5b0c63b14ec 2024-08-20 22:45:43,691 - DEBUG - Requesting: http://10.0.0.41:8082/project/8f85df95-2822-4386-8bfb-1c6d10776c42 2024-08-20 22:45:43,761 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/7a81b5b2-f07c-45fc-9913-bdd26817e34f 2024-08-20 22:45:43,771 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/7a81b5b2-f07c-45fc-9913-bdd26817e34f 2024-08-20 22:45:43,781 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/4d929ab6-5c0d-45e1-a844-3880126d95b1 2024-08-20 22:45:43,789 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/4d929ab6-5c0d-45e1-a844-3880126d95b1 2024-08-20 22:45:43,797 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/d5f20150-dfed-41fa-b37f-b9f39aa558a7 2024-08-20 22:45:43,803 - DEBUG - Route Targets: ['target:64512:8000005'] 2024-08-20 22:45:43,804 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/7a81b5b2-f07c-45fc-9913-bdd26817e34f 2024-08-20 22:45:43,812 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/4d929ab6-5c0d-45e1-a844-3880126d95b1 2024-08-20 22:45:43,825 - INFO - Verified VN network id 9 for VN 7a81b5b2-f07c-45fc-9913-bdd26817e34f 2024-08-20 22:45:43,826 - INFO - Verifications in API Server for VN ctest-vn-80891045 passed 2024-08-20 22:45:43,826 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/7a81b5b2-f07c-45fc-9913-bdd26817e34f 2024-08-20 22:45:43,837 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/4d929ab6-5c0d-45e1-a844-3880126d95b1 2024-08-20 22:45:43,846 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/4d929ab6-5c0d-45e1-a844-3880126d95b1 2024-08-20 22:45:43,854 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/d5f20150-dfed-41fa-b37f-b9f39aa558a7 2024-08-20 22:45:43,866 - DEBUG - Control-node 10.0.0.41 : VN object is : {'node_name': 'virtual-network:default-domain:ctest-TestBasicVMVN-49973882:ctest-vn-80891045', 'interests': '-', 'advertised': '-', 'dbentryflags': None, 'obj_info': {'sequence_number': '0', 'origin': 'Cassandra', 'data': {'id-perms': {'permissions': {'owner': 'ctest-TestBasicVMVN-49973882', 'owner-access': '7', 'group': 'member', 'group-access': '7', 'other-access': '7'}, 'uuid': {'uuid-mslong': '8827536524766365180', 'uuid-lslong': '11030368623747654479'}, 'enable': 'true', 'created': '2024-08-20T22:45:40', 'last-modified': '2024-08-20T22:45:40', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:03.376932'} 2024-08-20 22:45:43,873 - DEBUG - Route Targets: ['target:64512:8000005'] 2024-08-20 22:45:43,873 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-80891045 passed 2024-08-20 22:45:43,873 - DEBUG - ====Verifying policy data for ctest-vn-80891045 in API_Server ====== 2024-08-20 22:45:43,873 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-08-20 22:45:43,880 - DEBUG - Requesting: http://10.0.0.41:8082/domain/dfdb5dad-f1ac-44f3-a7b6-a5b0c63b14ec 2024-08-20 22:45:43,894 - DEBUG - Requesting: http://10.0.0.41:8082/project/8f85df95-2822-4386-8bfb-1c6d10776c42 2024-08-20 22:45:43,965 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/7a81b5b2-f07c-45fc-9913-bdd26817e34f 2024-08-20 22:45:43,977 - DEBUG - =>VN ctest-vn-80891045 has no policy to be verified 2024-08-20 22:45:43,977 - DEBUG - Verifying the vn in opserver 2024-08-20 22:45:43,977 - DEBUG - Verifying the default-domain:ctest-TestBasicVMVN-49973882:ctest-vn-80891045 virtual network link through opserver 10.0.0.41 2024-08-20 22:45:43,977 - DEBUG - Requesting: http://10.0.0.41:8081/analytics/uves/virtual-networks 2024-08-20 22:45:44,271 - DEBUG - Requesting: http://10.0.0.41:8081/analytics/uves/virtual-networks 2024-08-20 22:45:44,326 - DEBUG - vn link and name as {'name': 'default-domain:ctest-TestBasicVMVN-49973882:ctest-vn-80891045', 'href': 'http://10.0.0.41:8081/analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN-49973882:ctest-vn-80891045?flat'} 2024-08-20 22:45:44,326 - INFO - Validated that VN default-domain:ctest-TestBasicVMVN-49973882:ctest-vn-80891045 is found in opserver 2024-08-20 22:45:44,337 - DEBUG - Do not have enough data to verify VN in agent 2024-08-20 22:45:44,341 - DEBUG - VRF ids for VN ctest-vn-80891045: {} 2024-08-20 22:45:44,341 - INFO - Waiting for VM ctest-TestBasicVMVN-49973882-30728552 to be up.. 2024-08-20 22:45:44,391 - DEBUG - VM is in ERROR state now 2024-08-20 22:45:44,391 - ERROR - VM in error state. 2024-08-20 22:45:44,391 - ERROR - VM is not in ACTIVE state 2024-08-20 22:45:44,464 - ERROR - Fatal Nova Exception while getting VM detail 2024-08-20 22:45:44,464 - DEBUG - None 2024-08-20 22:45:44,465 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-49973882-92387846 in state BUILD 2024-08-20 22:45:44,466 - INFO - Deleting VM ctest-TestBasicVMVN-49973882-92387846 2024-08-20 22:45:44,466 - ERROR - VM ctest-TestBasicVMVN-49973882-92387846 has failed to come up 2024-08-20 22:45:44,466 - ERROR - Nova failed to get host of the VM 2024-08-20 22:45:44,608 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-49973882-81213040 in state BUILD 2024-08-20 22:45:44,608 - INFO - Deleting VM ctest-TestBasicVMVN-49973882-81213040 2024-08-20 22:45:44,608 - ERROR - VM ctest-TestBasicVMVN-49973882-81213040 has failed to come up 2024-08-20 22:45:44,608 - ERROR - Nova failed to get host of the VM 2024-08-20 22:45:44,765 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-49973882-30728552 in state ERROR 2024-08-20 22:45:44,765 - INFO - Deleting VM ctest-TestBasicVMVN-49973882-30728552 2024-08-20 22:45:44,765 - ERROR - VM ctest-TestBasicVMVN-49973882-30728552 has failed to come up 2024-08-20 22:45:44,765 - ERROR - Fault seen in nova show is: {'code': 500, 'created': '2024-08-20T22:45:42Z', '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-08-20 22:45:44,765 - INFO - Deleting VN ctest-vn-80891045 2024-08-20 22:45:44,880 - DEBUG - Response for delete_port : () 2024-08-20 22:45:44,988 - DEBUG - Response for delete_port : () 2024-08-20 22:45:45,108 - DEBUG - Response for deleting network () 2024-08-20 22:45:45,109 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/4d929ab6-5c0d-45e1-a844-3880126d95b1 2024-08-20 22:45:45,116 - DEBUG - Response Code: 404 2024-08-20 22:45:45,116 - DEBUG - Requesting: http://10.0.0.41:8082/domains 2024-08-20 22:45:45,123 - DEBUG - Requesting: http://10.0.0.41:8082/domain/dfdb5dad-f1ac-44f3-a7b6-a5b0c63b14ec 2024-08-20 22:45:45,181 - DEBUG - Requesting: http://10.0.0.41:8082/project/8f85df95-2822-4386-8bfb-1c6d10776c42 2024-08-20 22:45:45,252 - INFO - Validated that VN ctest-vn-80891045 is not found in API Server 2024-08-20 22:45:45,265 - DEBUG - VN ctest-vn-80891045 is not present in Agent 10.0.0.41 2024-08-20 22:45:45,265 - INFO - Validated that VN ctest-vn-80891045 is not in any agent 2024-08-20 22:45:45,283 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-80891045 info 2024-08-20 22:45:45,358 - INFO - IPAM: ctest-ipam-51295724 is not found in API Server 2024-08-20 22:45:45,372 - INFO - IPAM:ctest-ipam-51295724 is not found in control node 2024-08-20 22:45:45,626 - ERROR - AssertionError Python 3.6.8: /usr/bin/python3 Tue Aug 20 22:45:44 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-08-20 22:45:45,632 - DEBUG - No XMPP flaps were noticed during the test 2024-08-20 22:45:45,632 - INFO -
2024-08-20 22:45:45,632 - INFO - END TEST : test_ping_within_vn_two_vms_two_different_subnets : FAILED[0:00:06]
2024-08-20 22:45:45,632 - INFO - -------------------------------------------------------------------------------- 2024-08-20 22:45:46,293 - INFO - Deleted project: ctest-TestBasicVMVN-49973882, ID : 8f85df95-2822-4386-8bfb-1c6d10776c42