2026-01-29 02:20:06,955 - INFO - Domain Default found not creating
2026-01-29 02:20:07,146 - INFO - Project ctest-TestBasicVMVN-68614796 not found, creating it
2026-01-29 02:20:07,613 - INFO - Created Project:ctest-TestBasicVMVN-68614796, ID : d999f5bf-dd86-4b51-bd5c-ab352254e7da
2026-01-29 02:20:09,078 - INFO - ================================================================================
2026-01-29 02:20:09,079 - INFO - STARTING TEST : test_generic_link_local_service
2026-01-29 02:20:09,079 - 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
2026-01-29 02:20:09,335 - DEBUG - Nothing to compare xmpp stats {'10.0.0.41': {'10.20.0.18': '0'}} with
2026-01-29 02:20:09,335 - INFO - Initial checks done. Running the testcase now
2026-01-29 02:20:09,335 - INFO -
2026-01-29 02:20:09,873 - DEBUG - Response for create_network : {'network': {'id': '533a490b-4aa8-4167-b62d-0d2587add138', 'name': 'ctest-vn2_metadata-44770209', 'tenant_id': 'd999f5bfdd864b51bd5cab352254e7da', 'project_id': 'd999f5bfdd864b51bd5cab352254e7da', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestBasicVMVN-68614796', 'ctest-vn2_metadata-44770209'], 'port_security_enabled': True, 'description': ''}}
2026-01-29 02:20:10,074 - DEBUG - Response for create_subnet : {'subnet': {'id': 'df3bef36-6615-4808-b08f-a9ca9a322d5e', 'name': '', 'tenant_id': 'd999f5bfdd864b51bd5cab352254e7da', 'network_id': '533a490b-4aa8-4167-b62d-0d2587add138', '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': 'd999f5bfdd864b51bd5cab352254e7da'}}
2026-01-29 02:20:10,092 - INFO - Created VN ctest-vn2_metadata-44770209
2026-01-29 02:20:10,145 - DEBUG - VN ctest-vn2_metadata-44770209 UUID is 533a490b-4aa8-4167-b62d-0d2587add138
2026-01-29 02:20:10,411 - DEBUG - Services list from nova: [, , ]
2026-01-29 02:20:11,475 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5111-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5111-1)
2026-01-29 02:20:11,581 - DEBUG - Link local service introspect added
2026-01-29 02:20:11,638 - DEBUG - VM is in ERROR state now
2026-01-29 02:20:11,638 - ERROR - VM in error state.
2026-01-29 02:20:11,694 - DEBUG - VM is in ERROR state now
2026-01-29 02:20:11,694 - ERROR - VM in error state.
2026-01-29 02:20:11,797 - DEBUG - Link local service introspect removed
2026-01-29 02:20:11,797 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-68614796-22420241 in state ERROR
2026-01-29 02:20:11,798 - INFO - Deleting VM ctest-TestBasicVMVN-68614796-22420241
2026-01-29 02:20:11,819 - ERROR - VM ctest-TestBasicVMVN-68614796-22420241 has failed to come up
2026-01-29 02:20:11,819 - ERROR - Fault seen in nova show is: {'code': 500, 'created': '2026-01-29T02:20:11Z', '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'}
2026-01-29 02:20:11,819 - INFO - Deleting VN ctest-vn2_metadata-44770209
2026-01-29 02:20:11,912 - DEBUG - Response for deleting network ()
2026-01-29 02:20:12,162 - 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
2026-01-29 02:20:12,167 - DEBUG - No XMPP flaps were noticed during the test
2026-01-29 02:20:12,167 - INFO -
2026-01-29 02:20:12,167 - INFO - END TEST : test_generic_link_local_service : FAILED[0:00:03]
2026-01-29 02:20:12,167 - INFO - --------------------------------------------------------------------------------
2026-01-29 02:20:12,170 - INFO - ================================================================================
2026-01-29 02:20:12,170 - INFO - STARTING TEST : test_metadata_service
2026-01-29 02:20:12,170 - 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
2026-01-29 02:20:12,454 - DEBUG - Nothing to compare xmpp stats {'10.0.0.41': {'10.20.0.18': '0'}} with
2026-01-29 02:20:12,454 - INFO - Initial checks done. Running the testcase now
2026-01-29 02:20:12,454 - INFO -
2026-01-29 02:20:12,454 - DEBUG - Requesting: http://10.0.0.41:8082/global-vrouter-configs
2026-01-29 02:20:12,749 - DEBUG - Requesting: http://10.0.0.41:8082/global-vrouter-configs
2026-01-29 02:20:12,779 - DEBUG - Requesting: http://10.0.0.41:8082/global-vrouter-config/ca103479-b4e7-43b3-aef9-85f12c05b442
2026-01-29 02:20:12,962 - DEBUG - Response for create_network : {'network': {'id': '930f25dd-fae7-4262-a458-d866644c88f5', 'name': 'ctest-vn-20136678', 'tenant_id': 'd999f5bfdd864b51bd5cab352254e7da', 'project_id': 'd999f5bfdd864b51bd5cab352254e7da', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestBasicVMVN-68614796', 'ctest-vn-20136678'], 'port_security_enabled': True, 'description': ''}}
2026-01-29 02:20:13,108 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e53a4300-d009-4cc0-a699-479a32d2861b', 'name': '', 'tenant_id': 'd999f5bfdd864b51bd5cab352254e7da', 'network_id': '930f25dd-fae7-4262-a458-d866644c88f5', 'ip_version': 4, 'cidr': '171.187.151.0/26', 'allocation_pools': [{'start': '171.187.151.2', 'end': '171.187.151.62'}], 'gateway_ip': '171.187.151.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '171.187.151.2', 'tags': [], 'project_id': 'd999f5bfdd864b51bd5cab352254e7da'}}
2026-01-29 02:20:13,126 - INFO - Created VN ctest-vn-20136678
2026-01-29 02:20:13,181 - DEBUG - VN ctest-vn-20136678 UUID is 930f25dd-fae7-4262-a458-d866644c88f5
2026-01-29 02:20:14,484 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5111-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5111-1)
2026-01-29 02:20:14,484 - INFO - Waiting for VM ctest-TestBasicVMVN-68614796-85615734 to be up..
2026-01-29 02:20:14,555 - DEBUG - VM is in ERROR state now
2026-01-29 02:20:14,556 - ERROR - VM in error state.
2026-01-29 02:20:14,556 - ERROR - VM is not in ACTIVE state
2026-01-29 02:20:14,638 - ERROR - Fatal Nova Exception while getting VM detail
2026-01-29 02:20:14,638 - DEBUG - None
2026-01-29 02:20:14,639 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-68614796-85615734 in state ERROR
2026-01-29 02:20:14,639 - INFO - Deleting VM ctest-TestBasicVMVN-68614796-85615734
2026-01-29 02:20:14,639 - ERROR - VM ctest-TestBasicVMVN-68614796-85615734 has failed to come up
2026-01-29 02:20:14,639 - ERROR - Fault seen in nova show is: {'code': 500, 'created': '2026-01-29T02:20: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'}
2026-01-29 02:20:14,639 - INFO - Deleting VN ctest-vn-20136678
2026-01-29 02:20:14,731 - DEBUG - Response for deleting network ()
2026-01-29 02:20:14,981 - ERROR - AssertionError
Python 3.9.21: /usr/bin/python3
Thu Jan 29 02:20:14 2026
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
2026-01-29 02:20:14,986 - DEBUG - No XMPP flaps were noticed during the test
2026-01-29 02:20:14,986 - INFO -
2026-01-29 02:20:14,987 - INFO - END TEST : test_metadata_service : FAILED[0:00:02]
2026-01-29 02:20:14,987 - INFO - --------------------------------------------------------------------------------
2026-01-29 02:20:14,990 - INFO - ================================================================================
2026-01-29 02:20:14,990 - INFO - STARTING TEST : test_ping_within_vn_two_vms_two_different_subnets
2026-01-29 02:20:14,990 - 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
2026-01-29 02:20:15,278 - DEBUG - Nothing to compare xmpp stats {'10.0.0.41': {'10.20.0.18': '0'}} with
2026-01-29 02:20:15,278 - INFO - Initial checks done. Running the testcase now
2026-01-29 02:20:15,278 - INFO -
2026-01-29 02:20:15,780 - DEBUG - Response for create_network : {'network': {'id': '34031e65-ef52-443c-b169-b7c5c94e7c3e', 'name': 'ctest-vn-61961876', 'tenant_id': 'd999f5bfdd864b51bd5cab352254e7da', 'project_id': 'd999f5bfdd864b51bd5cab352254e7da', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestBasicVMVN-68614796', 'ctest-vn-61961876'], 'port_security_enabled': True, 'description': ''}}
2026-01-29 02:20:15,943 - DEBUG - Response for create_subnet : {'subnet': {'id': '43e976ca-068d-41fb-a871-46e099fd6b8b', 'name': '', 'tenant_id': 'd999f5bfdd864b51bd5cab352254e7da', 'network_id': '34031e65-ef52-443c-b169-b7c5c94e7c3e', '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': 'd999f5bfdd864b51bd5cab352254e7da'}}
2026-01-29 02:20:16,130 - DEBUG - Response for create_subnet : {'subnet': {'id': 'eb423020-7d2e-46c7-86f5-605ea8558e4e', 'name': '', 'tenant_id': 'd999f5bfdd864b51bd5cab352254e7da', 'network_id': '34031e65-ef52-443c-b169-b7c5c94e7c3e', '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': 'd999f5bfdd864b51bd5cab352254e7da'}}
2026-01-29 02:20:16,148 - INFO - Created VN ctest-vn-61961876
2026-01-29 02:20:16,197 - DEBUG - VN ctest-vn-61961876 UUID is 34031e65-ef52-443c-b169-b7c5c94e7c3e
2026-01-29 02:20:16,555 - DEBUG - Response for create_port : {'port': {'name': '4db0725a-e89d-4d5f-806b-2d77a582be92', 'id': '4db0725a-e89d-4d5f-806b-2d77a582be92', 'tenant_id': 'd999f5bfdd864b51bd5cab352254e7da', 'network_id': '34031e65-ef52-443c-b169-b7c5c94e7c3e', 'mac_address': '02:4d:b0:72:5a:e8', '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': '43e976ca-068d-41fb-a871-46e099fd6b8b'}], 'security_groups': ['38b9a078-3ff9-43fe-9b9e-5bfe031c3be5'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'd999f5bfdd864b51bd5cab352254e7da'}}
2026-01-29 02:20:16,739 - DEBUG - Response for create_port : {'port': {'name': '245100b5-8ba2-47e4-befd-cd41b545b503', 'id': '245100b5-8ba2-47e4-befd-cd41b545b503', 'tenant_id': 'd999f5bfdd864b51bd5cab352254e7da', 'network_id': '34031e65-ef52-443c-b169-b7c5c94e7c3e', 'mac_address': '02:24:51:00:b5:8b', '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': 'eb423020-7d2e-46c7-86f5-605ea8558e4e'}], 'security_groups': ['38b9a078-3ff9-43fe-9b9e-5bfe031c3be5'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'd999f5bfdd864b51bd5cab352254e7da'}}
2026-01-29 02:20:17,222 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5111-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5111-1)
2026-01-29 02:20:17,719 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5111-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5111-1)
2026-01-29 02:20:18,920 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5111-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5111-1)
2026-01-29 02:20:18,920 - DEBUG - Requesting: http://10.0.0.41:8082/domains
2026-01-29 02:20:18,926 - DEBUG - Requesting: http://10.0.0.41:8082/domain/d71c9a98-945e-484f-9ad1-e994d610c135
2026-01-29 02:20:18,937 - DEBUG - Requesting: http://10.0.0.41:8082/project/d999f5bf-dd86-4b51-bd5c-ab352254e7da
2026-01-29 02:20:19,014 - DEBUG - Requesting: http://10.0.0.41:8082/network-ipam/16889cdd-bde5-4f87-93eb-daadec201696
2026-01-29 02:20:19,024 - INFO - Verifications in API Server for IPAM: ctest-ipam-74666232 passed
2026-01-29 02:20:19,029 - DEBUG - Control-node 10.0.0.41 : IPAM object is : {'node_name': 'network-ipam:default-domain:ctest-TestBasicVMVN-68614796:ctest-ipam-74666232', 'interests': '-', 'advertised': '-', 'dbentryflags': None, 'obj_info': {'sequence_number': '0', 'origin': 'Cassandra', 'data': {'id-perms': {'permissions': {'owner': 'ctest-TestBasicVMVN-68614796', 'owner-access': '7', 'group': 'reader', 'group-access': '7', 'other-access': '7'}, 'uuid': {'uuid-mslong': '1623720141854691207', 'uuid-lslong': '10658853383628134038'}, 'enable': 'true', 'created': '2026-01-29T02:20:15', 'last-modified': '2026-01-29T02:20:15', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:03.526996'}
2026-01-29 02:20:19,030 - INFO - Verifications in Control node for IPAM: ctest-ipam-74666232 passed
2026-01-29 02:20:19,030 - DEBUG - Requesting: http://10.0.0.41:8082/domains
2026-01-29 02:20:19,035 - DEBUG - Requesting: http://10.0.0.41:8082/domain/d71c9a98-945e-484f-9ad1-e994d610c135
2026-01-29 02:20:19,048 - DEBUG - Requesting: http://10.0.0.41:8082/project/d999f5bf-dd86-4b51-bd5c-ab352254e7da
2026-01-29 02:20:19,117 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/34031e65-ef52-443c-b169-b7c5c94e7c3e
2026-01-29 02:20:19,128 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/34031e65-ef52-443c-b169-b7c5c94e7c3e
2026-01-29 02:20:19,138 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/7bdf65e9-fa4b-4aba-87a9-c404a9b5e0ad
2026-01-29 02:20:19,145 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/7bdf65e9-fa4b-4aba-87a9-c404a9b5e0ad
2026-01-29 02:20:19,153 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/33175562-c84a-4b37-844f-47ccfc55a3b0
2026-01-29 02:20:19,159 - DEBUG - Route Targets: ['target:64512:8000004']
2026-01-29 02:20:19,159 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/34031e65-ef52-443c-b169-b7c5c94e7c3e
2026-01-29 02:20:19,169 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/7bdf65e9-fa4b-4aba-87a9-c404a9b5e0ad
2026-01-29 02:20:19,184 - INFO - Verified VN network id 11 for VN 34031e65-ef52-443c-b169-b7c5c94e7c3e
2026-01-29 02:20:19,185 - INFO - Verifications in API Server for VN ctest-vn-61961876 passed
2026-01-29 02:20:19,185 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/34031e65-ef52-443c-b169-b7c5c94e7c3e
2026-01-29 02:20:19,194 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/7bdf65e9-fa4b-4aba-87a9-c404a9b5e0ad
2026-01-29 02:20:19,202 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/7bdf65e9-fa4b-4aba-87a9-c404a9b5e0ad
2026-01-29 02:20:19,210 - DEBUG - Requesting: http://10.0.0.41:8082/route-target/33175562-c84a-4b37-844f-47ccfc55a3b0
2026-01-29 02:20:19,223 - DEBUG - Control-node 10.0.0.41 : VN object is : {'node_name': 'virtual-network:default-domain:ctest-TestBasicVMVN-68614796:ctest-vn-61961876', 'interests': '-', 'advertised': '-', 'dbentryflags': None, 'obj_info': {'sequence_number': '0', 'origin': 'Cassandra', 'data': {'id-perms': {'permissions': {'owner': 'ctest-TestBasicVMVN-68614796', 'owner-access': '7', 'group': 'reader', 'group-access': '7', 'other-access': '7'}, 'uuid': {'uuid-mslong': '3747872738058060860', 'uuid-lslong': '12783951077381667902'}, 'enable': 'true', 'created': '2026-01-29T02:20:15', 'last-modified': '2026-01-29T02:20:16', 'description': None, 'user-visible': 'true', 'creator': None}}}, 'neighbors': None, 'last_modified': '00:00:03.119793'}
2026-01-29 02:20:19,229 - DEBUG - Route Targets: ['target:64512:8000004']
2026-01-29 02:20:19,229 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-61961876 passed
2026-01-29 02:20:19,229 - DEBUG - ====Verifying policy data for ctest-vn-61961876 in API_Server ======
2026-01-29 02:20:19,229 - DEBUG - Requesting: http://10.0.0.41:8082/domains
2026-01-29 02:20:19,234 - DEBUG - Requesting: http://10.0.0.41:8082/domain/d71c9a98-945e-484f-9ad1-e994d610c135
2026-01-29 02:20:19,245 - DEBUG - Requesting: http://10.0.0.41:8082/project/d999f5bf-dd86-4b51-bd5c-ab352254e7da
2026-01-29 02:20:19,316 - DEBUG - Requesting: http://10.0.0.41:8082/virtual-network/34031e65-ef52-443c-b169-b7c5c94e7c3e
2026-01-29 02:20:19,325 - DEBUG - =>VN ctest-vn-61961876 has no policy to be verified
2026-01-29 02:20:19,325 - DEBUG - Verifying the vn in opserver
2026-01-29 02:20:19,325 - DEBUG - Verifying the default-domain:ctest-TestBasicVMVN-68614796:ctest-vn-61961876 virtual network link through opserver 10.0.0.41
2026-01-29 02:20:19,326 - DEBUG - Requesting: http://10.0.0.41:8081/analytics/uves/virtual-networks
2026-01-29 02:20:19,621 - DEBUG - Requesting: http://10.0.0.41:8081/analytics/uves/virtual-networks
2026-01-29 02:20:19,680 - DEBUG - vn link and name as {'name': 'default-domain:ctest-TestBasicVMVN-68614796:ctest-vn-61961876', 'href': 'http://10.0.0.41:8081/analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN-68614796:ctest-vn-61961876?flat'}
2026-01-29 02:20:19,680 - INFO - Validated that VN default-domain:ctest-TestBasicVMVN-68614796:ctest-vn-61961876 is found in opserver
2026-01-29 02:20:19,690 - DEBUG - Do not have enough data to verify VN in agent
2026-01-29 02:20:19,694 - DEBUG - VRF ids for VN ctest-vn-61961876: {}
2026-01-29 02:20:19,694 - INFO - Waiting for VM ctest-TestBasicVMVN-68614796-65718136 to be up..
2026-01-29 02:20:19,748 - DEBUG - VM is in ERROR state now
2026-01-29 02:20:19,748 - ERROR - VM in error state.
2026-01-29 02:20:19,748 - ERROR - VM is not in ACTIVE state
2026-01-29 02:20:19,824 - ERROR - Fatal Nova Exception while getting VM detail
2026-01-29 02:20:19,824 - DEBUG - None
2026-01-29 02:20:19,825 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-68614796-05243269 in state BUILD
2026-01-29 02:20:19,825 - INFO - Deleting VM ctest-TestBasicVMVN-68614796-05243269
2026-01-29 02:20:19,825 - ERROR - VM ctest-TestBasicVMVN-68614796-05243269 has failed to come up
2026-01-29 02:20:19,825 - ERROR - Nova failed to get host of the VM
2026-01-29 02:20:19,983 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-68614796-97785928 in state BUILD
2026-01-29 02:20:19,983 - INFO - Deleting VM ctest-TestBasicVMVN-68614796-97785928
2026-01-29 02:20:19,984 - ERROR - VM ctest-TestBasicVMVN-68614796-97785928 has failed to come up
2026-01-29 02:20:19,984 - ERROR - Nova failed to get host of the VM
2026-01-29 02:20:20,137 - INFO - Skip interface_detach for VM ctest-TestBasicVMVN-68614796-65718136 in state ERROR
2026-01-29 02:20:20,137 - INFO - Deleting VM ctest-TestBasicVMVN-68614796-65718136
2026-01-29 02:20:20,137 - ERROR - VM ctest-TestBasicVMVN-68614796-65718136 has failed to come up
2026-01-29 02:20:20,137 - ERROR - Fault seen in nova show is: {'code': 500, 'created': '2026-01-29T02:20: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'}
2026-01-29 02:20:20,137 - INFO - Deleting VN ctest-vn-61961876
2026-01-29 02:20:20,245 - DEBUG - Response for delete_port : ()
2026-01-29 02:20:20,351 - DEBUG - Response for delete_port : ()
2026-01-29 02:20:20,468 - DEBUG - Response for deleting network ()
2026-01-29 02:20:20,468 - DEBUG - Requesting: http://10.0.0.41:8082/routing-instance/7bdf65e9-fa4b-4aba-87a9-c404a9b5e0ad
2026-01-29 02:20:20,474 - DEBUG - Response Code: 404
2026-01-29 02:20:20,474 - DEBUG - Requesting: http://10.0.0.41:8082/domains
2026-01-29 02:20:20,480 - DEBUG - Requesting: http://10.0.0.41:8082/domain/d71c9a98-945e-484f-9ad1-e994d610c135
2026-01-29 02:20:20,536 - DEBUG - Requesting: http://10.0.0.41:8082/project/d999f5bf-dd86-4b51-bd5c-ab352254e7da
2026-01-29 02:20:20,610 - INFO - Validated that VN ctest-vn-61961876 is not found in API Server
2026-01-29 02:20:20,620 - DEBUG - VN ctest-vn-61961876 is not present in Agent 10.0.0.41
2026-01-29 02:20:20,620 - INFO - Validated that VN ctest-vn-61961876 is not in any agent
2026-01-29 02:20:20,632 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-61961876 info
2026-01-29 02:20:20,709 - INFO - IPAM: ctest-ipam-74666232 is not found in API Server
2026-01-29 02:20:20,718 - INFO - IPAM:ctest-ipam-74666232 is not found in control node
2026-01-29 02:20:20,966 - ERROR - AssertionError
Python 3.9.21: /usr/bin/python3
Thu Jan 29 02:20:19 2026
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
2026-01-29 02:20:20,971 - DEBUG - No XMPP flaps were noticed during the test
2026-01-29 02:20:20,971 - INFO -
2026-01-29 02:20:20,971 - INFO - END TEST : test_ping_within_vn_two_vms_two_different_subnets : FAILED[0:00:06]
2026-01-29 02:20:20,971 - INFO - --------------------------------------------------------------------------------
2026-01-29 02:20:21,643 - INFO - Deleted project: ctest-TestBasicVMVN-68614796, ID : d999f5bf-dd86-4b51-bd5c-ab352254e7da