2024-11-11 11:41:40,781 - INFO - Domain Default found not creating 2024-11-11 11:41:40,959 - INFO - Project ctest-TestBasicVMVN-82713435 not found, creating it 2024-11-11 11:41:41,560 - INFO - Created Project:ctest-TestBasicVMVN-82713435, ID : ca97f131-0154-44fc-8148-f80d391ab03a 2024-11-11 11:41:43,190 - INFO - ================================================================================ 2024-11-11 11:41:43,190 - INFO - STARTING TEST : test_generic_link_local_service 2024-11-11 11:41:43,190 - 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-11-11 11:41:43,445 - DEBUG - Nothing to compare xmpp stats {'10.0.0.42': {'10.20.0.8': '0'}} with 2024-11-11 11:41:43,446 - INFO - Initial checks done. Running the testcase now 2024-11-11 11:41:43,446 - INFO - 2024-11-11 11:41:44,044 - DEBUG - Response for create_network : {'network': {'id': 'e659ed1b-faf7-4913-886d-8d4215a99043', 'name': 'ctest-vn2_metadata-80941970', 'tenant_id': 'ca97f131015444fc8148f80d391ab03a', 'project_id': 'ca97f131015444fc8148f80d391ab03a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestBasicVMVN-82713435', 'ctest-vn2_metadata-80941970'], 'port_security_enabled': True, 'description': ''}} 2024-11-11 11:41:44,215 - DEBUG - Response for create_subnet : {'subnet': {'id': '4e5f110d-a923-4769-a784-b700c2f2f47a', 'name': '', 'tenant_id': 'ca97f131015444fc8148f80d391ab03a', 'network_id': 'e659ed1b-faf7-4913-886d-8d4215a99043', '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': 'ca97f131015444fc8148f80d391ab03a'}} 2024-11-11 11:41:44,239 - INFO - Created VN ctest-vn2_metadata-80941970 2024-11-11 11:41:44,296 - DEBUG - VN ctest-vn2_metadata-80941970 UUID is e659ed1b-faf7-4913-886d-8d4215a99043 2024-11-11 11:41:44,504 - DEBUG - Services list from nova: [, , ] 2024-11-11 11:41:45,680 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-2276-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-2276-1) 2024-11-11 11:41:45,800 - DEBUG - Link local service introspect added 2024-11-11 11:41:45,872 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2024-11-11 11:41:50,931 - DEBUG - VM is in ERROR state now 2024-11-11 11:41:50,931 - ERROR - VM in error state. 2024-11-11 11:41:50,993 - DEBUG - VM is in ERROR state now 2024-11-11 11:41:50,993 - ERROR - VM in error state. 2024-11-11 11:41:51,104 - DEBUG - Link local service introspect removed 2024-11-11 11:41:51,104 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-82713435-34408843 in state ERROR 2024-11-11 11:41:51,104 - INFO - Deleting VM ctest-TestBasicVMVN-82713435-34408843 2024-11-11 11:41:51,127 - ERROR - VM ctest-TestBasicVMVN-82713435-34408843 has failed to come up 2024-11-11 11:41:51,127 - ERROR - Fault seen in nova show is: {'code': 500, 'created': '2024-11-11T11:41:45Z', '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-11-11 11:41:51,127 - INFO - Deleting VN ctest-vn2_metadata-80941970 2024-11-11 11:41:51,248 - DEBUG - Response for deleting network () 2024-11-11 11:41:51,500 - 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-11-11 11:41:51,506 - DEBUG - No XMPP flaps were noticed during the test 2024-11-11 11:41:51,506 - INFO - 2024-11-11 11:41:51,506 - INFO - -------------------------------------------------------------------------------- 2024-11-11 11:41:51,509 - INFO - ================================================================================ 2024-11-11 11:41:51,509 - INFO - STARTING TEST : test_ping_within_vn_two_vms_two_different_subnets 2024-11-11 11:41:51,509 - 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-11-11 11:41:51,793 - DEBUG - Nothing to compare xmpp stats {'10.0.0.42': {'10.20.0.8': '0'}} with 2024-11-11 11:41:51,793 - INFO - Initial checks done. Running the testcase now 2024-11-11 11:41:51,793 - INFO - 2024-11-11 11:41:52,300 - DEBUG - Response for create_network : {'network': {'id': '51c73b62-2a3c-4b7d-b7fd-4c6587432d2f', 'name': 'ctest-vn-62204755', 'tenant_id': 'ca97f131015444fc8148f80d391ab03a', 'project_id': 'ca97f131015444fc8148f80d391ab03a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestBasicVMVN-82713435', 'ctest-vn-62204755'], 'port_security_enabled': True, 'description': ''}} 2024-11-11 11:41:52,463 - DEBUG - Response for create_subnet : {'subnet': {'id': 'caa2a07c-106b-4478-bf31-52a0e4a72dbd', 'name': '', 'tenant_id': 'ca97f131015444fc8148f80d391ab03a', 'network_id': '51c73b62-2a3c-4b7d-b7fd-4c6587432d2f', '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': 'ca97f131015444fc8148f80d391ab03a'}} 2024-11-11 11:41:52,677 - DEBUG - Response for create_subnet : {'subnet': {'id': '0743ce94-ce09-4355-a78d-f81064d66181', 'name': '', 'tenant_id': 'ca97f131015444fc8148f80d391ab03a', 'network_id': '51c73b62-2a3c-4b7d-b7fd-4c6587432d2f', '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': 'ca97f131015444fc8148f80d391ab03a'}} 2024-11-11 11:41:52,698 - INFO - Created VN ctest-vn-62204755 2024-11-11 11:41:52,756 - DEBUG - VN ctest-vn-62204755 UUID is 51c73b62-2a3c-4b7d-b7fd-4c6587432d2f 2024-11-11 11:41:53,145 - DEBUG - Response for create_port : {'port': {'name': '48e193f2-8f0f-4ad3-be5b-7e9770f69a7e', 'id': '48e193f2-8f0f-4ad3-be5b-7e9770f69a7e', 'tenant_id': 'ca97f131015444fc8148f80d391ab03a', 'network_id': '51c73b62-2a3c-4b7d-b7fd-4c6587432d2f', 'mac_address': '02:48:e1:93:f2:8f', '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': 'caa2a07c-106b-4478-bf31-52a0e4a72dbd'}], 'security_groups': ['cdbce5af-e1f8-4521-8b47-b91ea285b557'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'ca97f131015444fc8148f80d391ab03a'}} 2024-11-11 11:41:53,314 - DEBUG - Response for create_port : {'port': {'name': '880ff95f-9121-4397-adbf-7b814d3de958', 'id': '880ff95f-9121-4397-adbf-7b814d3de958', 'tenant_id': 'ca97f131015444fc8148f80d391ab03a', 'network_id': '51c73b62-2a3c-4b7d-b7fd-4c6587432d2f', 'mac_address': '02:88:0f:f9:5f:91', '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': '0743ce94-ce09-4355-a78d-f81064d66181'}], 'security_groups': ['cdbce5af-e1f8-4521-8b47-b91ea285b557'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'ca97f131015444fc8148f80d391ab03a'}} 2024-11-11 11:41:53,823 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-2276-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-2276-1) 2024-11-11 11:41:54,269 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-2276-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-2276-1) 2024-11-11 11:41:55,407 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-2276-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-2276-1) 2024-11-11 11:41:55,407 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2024-11-11 11:41:55,702 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2024-11-11 11:41:55,733 - DEBUG - Requesting: http://10.0.0.42:8082/domain/ee4434e3-7e57-4ca4-aff2-60cffa6a39ef 2024-11-11 11:41:55,748 - DEBUG - Requesting: http://10.0.0.42:8082/project/ca97f131-0154-44fc-8148-f80d391ab03a 2024-11-11 11:41:55,836 - DEBUG - Requesting: http://10.0.0.42:8082/network-ipam/1eb3fe66-b68f-4d37-808c-d1ec06ab6f38 2024-11-11 11:41:55,847 - INFO - Verifications in API Server for IPAM: ctest-ipam-45047374 passed 2024-11-11 11:41:55,853 - DEBUG - Control-node 10.0.0.42 : IPAM object is : {'node_name': 'network-ipam:default-domain:ctest-TestBasicVMVN-82713435:ctest-ipam-45047374', 'interests': '-', 'advertised': '-', 'dbentryflags': None, 'obj_info': {'sequence_number': '0', 'origin': 'Cassandra', 'data': {'id-perms': {'permissions': {'owner': 'ctest-TestBasicVMVN-82713435', 'owner-access': '7', 'group': 'admin', 'group-access': '7', 'other-access': '7'}, 'uuid': {'uuid-mslong': '2212391559072009527', 'uuid-lslong': '9263009345248653112'}, 'enable': 'true', 'created': '2024-11-11T11:41:51', 'last-modified': '2024-11-11T11:41:52', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:03.827642'} 2024-11-11 11:41:55,853 - INFO - Verifications in Control node for IPAM: ctest-ipam-45047374 passed 2024-11-11 11:41:55,853 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2024-11-11 11:41:55,860 - DEBUG - Requesting: http://10.0.0.42:8082/domain/ee4434e3-7e57-4ca4-aff2-60cffa6a39ef 2024-11-11 11:41:55,874 - DEBUG - Requesting: http://10.0.0.42:8082/project/ca97f131-0154-44fc-8148-f80d391ab03a 2024-11-11 11:41:55,955 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/51c73b62-2a3c-4b7d-b7fd-4c6587432d2f 2024-11-11 11:41:55,972 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/51c73b62-2a3c-4b7d-b7fd-4c6587432d2f 2024-11-11 11:41:55,986 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/1d944d77-60c6-4fc0-82e5-7612b349becf 2024-11-11 11:41:55,996 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/1d944d77-60c6-4fc0-82e5-7612b349becf 2024-11-11 11:41:56,006 - DEBUG - Requesting: http://10.0.0.42:8082/route-target/33a61ce3-795e-4fff-8511-b5d539bba297 2024-11-11 11:41:56,013 - DEBUG - Route Targets: ['target:64512:8000005'] 2024-11-11 11:41:56,013 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/51c73b62-2a3c-4b7d-b7fd-4c6587432d2f 2024-11-11 11:41:56,027 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/1d944d77-60c6-4fc0-82e5-7612b349becf 2024-11-11 11:41:56,048 - INFO - Verified VN network id 8 for VN 51c73b62-2a3c-4b7d-b7fd-4c6587432d2f 2024-11-11 11:41:56,049 - INFO - Verifications in API Server for VN ctest-vn-62204755 passed 2024-11-11 11:41:56,049 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/51c73b62-2a3c-4b7d-b7fd-4c6587432d2f 2024-11-11 11:41:56,064 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/1d944d77-60c6-4fc0-82e5-7612b349becf 2024-11-11 11:41:56,075 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/1d944d77-60c6-4fc0-82e5-7612b349becf 2024-11-11 11:41:56,086 - DEBUG - Requesting: http://10.0.0.42:8082/route-target/33a61ce3-795e-4fff-8511-b5d539bba297 2024-11-11 11:41:56,102 - DEBUG - Control-node 10.0.0.42 : VN object is : {'node_name': 'virtual-network:default-domain:ctest-TestBasicVMVN-82713435:ctest-vn-62204755', 'interests': '-', 'advertised': '-', 'dbentryflags': None, 'obj_info': {'sequence_number': '0', 'origin': 'Cassandra', 'data': {'id-perms': {'permissions': {'owner': 'ctest-TestBasicVMVN-82713435', 'owner-access': '7', 'group': 'admin', 'group-access': '7', 'other-access': '7'}, 'uuid': {'uuid-mslong': '5892743930239011709', 'uuid-lslong': '13257836876993342767'}, 'enable': 'true', 'created': '2024-11-11T11:41:52', 'last-modified': '2024-11-11T11:41:52', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:03.454405'} 2024-11-11 11:41:56,108 - DEBUG - Route Targets: ['target:64512:8000005'] 2024-11-11 11:41:56,108 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-62204755 passed 2024-11-11 11:41:56,108 - DEBUG - ====Verifying policy data for ctest-vn-62204755 in API_Server ====== 2024-11-11 11:41:56,108 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2024-11-11 11:41:56,114 - DEBUG - Requesting: http://10.0.0.42:8082/domain/ee4434e3-7e57-4ca4-aff2-60cffa6a39ef 2024-11-11 11:41:56,128 - DEBUG - Requesting: http://10.0.0.42:8082/project/ca97f131-0154-44fc-8148-f80d391ab03a 2024-11-11 11:41:56,205 - DEBUG - Requesting: http://10.0.0.42:8082/virtual-network/51c73b62-2a3c-4b7d-b7fd-4c6587432d2f 2024-11-11 11:41:56,219 - DEBUG - =>VN ctest-vn-62204755 has no policy to be verified 2024-11-11 11:41:56,220 - DEBUG - Verifying the vn in opserver 2024-11-11 11:41:56,220 - DEBUG - Verifying the default-domain:ctest-TestBasicVMVN-82713435:ctest-vn-62204755 virtual network link through opserver 10.0.0.42 2024-11-11 11:41:56,220 - DEBUG - Requesting: http://10.0.0.42:8081/analytics/uves/virtual-networks 2024-11-11 11:41:56,519 - DEBUG - Requesting: http://10.0.0.42:8081/analytics/uves/virtual-networks 2024-11-11 11:41:56,588 - DEBUG - vn link and name as {'name': 'default-domain:ctest-TestBasicVMVN-82713435:ctest-vn-62204755', 'href': 'http://10.0.0.42:8081/analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN-82713435:ctest-vn-62204755?flat'} 2024-11-11 11:41:56,588 - INFO - Validated that VN default-domain:ctest-TestBasicVMVN-82713435:ctest-vn-62204755 is found in opserver 2024-11-11 11:41:56,600 - DEBUG - Do not have enough data to verify VN in agent 2024-11-11 11:41:56,606 - DEBUG - VRF ids for VN ctest-vn-62204755: {} 2024-11-11 11:41:56,606 - INFO - Waiting for VM ctest-TestBasicVMVN-82713435-38435132 to be up.. 2024-11-11 11:41:56,663 - DEBUG - VM is in ERROR state now 2024-11-11 11:41:56,663 - ERROR - VM in error state. 2024-11-11 11:41:56,663 - ERROR - VM is not in ACTIVE state 2024-11-11 11:41:56,768 - ERROR - Fatal Nova Exception while getting VM detail 2024-11-11 11:41:56,768 - DEBUG - None 2024-11-11 11:41:56,769 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-82713435-55764707 in state BUILD 2024-11-11 11:41:56,770 - INFO - Deleting VM ctest-TestBasicVMVN-82713435-55764707 2024-11-11 11:41:56,770 - ERROR - VM ctest-TestBasicVMVN-82713435-55764707 has failed to come up 2024-11-11 11:41:56,770 - ERROR - Nova failed to get host of the VM 2024-11-11 11:41:56,971 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-82713435-90713021 in state BUILD 2024-11-11 11:41:56,971 - INFO - Deleting VM ctest-TestBasicVMVN-82713435-90713021 2024-11-11 11:41:56,971 - ERROR - VM ctest-TestBasicVMVN-82713435-90713021 has failed to come up 2024-11-11 11:41:56,971 - ERROR - Nova failed to get host of the VM 2024-11-11 11:41:57,132 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-82713435-38435132 in state ERROR 2024-11-11 11:41:57,132 - INFO - Deleting VM ctest-TestBasicVMVN-82713435-38435132 2024-11-11 11:41:57,132 - ERROR - VM ctest-TestBasicVMVN-82713435-38435132 has failed to come up 2024-11-11 11:41:57,132 - ERROR - Fault seen in nova show is: {'code': 500, 'created': '2024-11-11T11:41:54Z', '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-11-11 11:41:57,133 - INFO - Deleting VN ctest-vn-62204755 2024-11-11 11:41:57,251 - DEBUG - Response for delete_port : () 2024-11-11 11:41:57,367 - DEBUG - Response for delete_port : () 2024-11-11 11:41:57,491 - DEBUG - Response for deleting network () 2024-11-11 11:41:57,491 - DEBUG - Requesting: http://10.0.0.42:8082/routing-instance/1d944d77-60c6-4fc0-82e5-7612b349becf 2024-11-11 11:41:57,497 - DEBUG - Response Code: 404 2024-11-11 11:41:57,497 - DEBUG - Requesting: http://10.0.0.42:8082/domains 2024-11-11 11:41:57,503 - DEBUG - Requesting: http://10.0.0.42:8082/domain/ee4434e3-7e57-4ca4-aff2-60cffa6a39ef 2024-11-11 11:41:57,558 - DEBUG - Requesting: http://10.0.0.42:8082/project/ca97f131-0154-44fc-8148-f80d391ab03a 2024-11-11 11:41:57,636 - INFO - Validated that VN ctest-vn-62204755 is not found in API Server 2024-11-11 11:41:57,647 - DEBUG - VN ctest-vn-62204755 is not present in Agent 10.0.0.42 2024-11-11 11:41:57,647 - INFO - Validated that VN ctest-vn-62204755 is not in any agent 2024-11-11 11:41:57,661 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-62204755 info 2024-11-11 11:41:57,736 - INFO - IPAM: ctest-ipam-45047374 is not found in API Server 2024-11-11 11:41:57,748 - INFO - IPAM:ctest-ipam-45047374 is not found in control node 2024-11-11 11:41:57,996 - ERROR - AssertionError Python 3.6.8: /usr/bin/python3 Mon Nov 11 11:41:56 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-11-11 11:41:58,003 - DEBUG - No XMPP flaps were noticed during the test 2024-11-11 11:41:58,003 - INFO -
2024-11-11 11:41:58,003 - INFO - END TEST : test_ping_within_vn_two_vms_two_different_subnets : FAILED[0:00:07]
2024-11-11 11:41:58,003 - INFO - -------------------------------------------------------------------------------- 2024-11-11 11:41:58,682 - INFO - Deleted project: ctest-TestBasicVMVN-82713435, ID : ca97f131-0154-44fc-8148-f80d391ab03a