2025-08-20 15:58:28,330 - INFO - Domain Default found not creating
2025-08-20 15:58:28,453 - INFO - Project ctest-TestBasicVMVNx-72143216 not found, creating it
2025-08-20 15:58:28,895 - INFO - Created Project:ctest-TestBasicVMVNx-72143216, ID : 6b2c5d88-6d4a-410c-8856-2c95f151097b
2025-08-20 15:58:30,251 - INFO - ================================================================================
2025-08-20 15:58:30,251 - INFO - STARTING TEST : test_vm_file_trf_scp_tests
2025-08-20 15:58:30,251 - INFO - TEST DESCRIPTION :
Description: Test to validate File Transfer using scp between VMs. Files of different sizes.
Test steps:
1. Creating vm's - vm1 and vm2 and a Vn - vn222
2. Transfer file from vm1 to vm2 with diferrent file sizes using scp
3. file sizes - 64,1202,2210,10000
4. verify files present in vm2 match with the size of the file sent.
Pass criteria: File in vm2 should match with the transferred file size from vm1
Maintainer : ganeshahv@juniper.net
2025-08-20 15:58:30,510 - DEBUG - Nothing to compare xmpp stats {'10.0.0.65': {'10.20.0.17': '0'}} with
2025-08-20 15:58:30,510 - INFO - Initial checks done. Running the testcase now
2025-08-20 15:58:30,510 - INFO -
2025-08-20 15:58:31,033 - DEBUG - Response for create_network : {'network': {'id': '04bd1854-1660-483d-84c3-11d369ee52d0', 'name': 'ctest-vn-21324431', 'tenant_id': '6b2c5d886d4a410c88562c95f151097b', 'project_id': '6b2c5d886d4a410c88562c95f151097b', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestBasicVMVNx-72143216', 'ctest-vn-21324431'], 'port_security_enabled': True, 'description': ''}}
2025-08-20 15:58:31,175 - DEBUG - Response for create_subnet : {'subnet': {'id': 'b64b55ca-0a47-4771-8d25-0a30e12c37db', 'name': '', 'tenant_id': '6b2c5d886d4a410c88562c95f151097b', 'network_id': '04bd1854-1660-483d-84c3-11d369ee52d0', 'ip_version': 4, 'cidr': '109.132.244.192/26', 'allocation_pools': [{'start': '109.132.244.194', 'end': '109.132.244.254'}], 'gateway_ip': '109.132.244.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '109.132.244.194', 'tags': [], 'project_id': '6b2c5d886d4a410c88562c95f151097b'}}
2025-08-20 15:58:31,192 - INFO - Created VN ctest-vn-21324431
2025-08-20 15:58:31,246 - DEBUG - VN ctest-vn-21324431 UUID is 04bd1854-1660-483d-84c3-11d369ee52d0
2025-08-20 15:58:31,478 - DEBUG - Services list from nova: [, , ]
2025-08-20 15:58:32,501 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-3898-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-3898-1)
2025-08-20 15:58:33,548 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-3898-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-3898-1)
2025-08-20 15:58:33,548 - INFO - Waiting for VM ctest-TestBasicVMVNx-72143216-55685461 to be up..
2025-08-20 15:58:33,595 - DEBUG - VM is in ERROR state now
2025-08-20 15:58:33,595 - ERROR - VM in error state.
2025-08-20 15:58:33,595 - ERROR - VM is not in ACTIVE state
2025-08-20 15:58:33,663 - ERROR - Fatal Nova Exception while getting VM detail
2025-08-20 15:58:33,663 - DEBUG - None
2025-08-20 15:58:33,665 - INFO - Skip interface_detach for VM ctest-TestBasicVMVNx-72143216-72821092 in state BUILD
2025-08-20 15:58:33,665 - INFO - Deleting VM ctest-TestBasicVMVNx-72143216-72821092
2025-08-20 15:58:33,684 - ERROR - VM ctest-TestBasicVMVNx-72143216-72821092 has failed to come up
2025-08-20 15:58:33,684 - ERROR - Nova failed to get host of the VM
2025-08-20 15:58:33,819 - INFO - Skip interface_detach for VM ctest-TestBasicVMVNx-72143216-55685461 in state ERROR
2025-08-20 15:58:33,819 - INFO - Deleting VM ctest-TestBasicVMVNx-72143216-55685461
2025-08-20 15:58:33,819 - ERROR - VM ctest-TestBasicVMVNx-72143216-55685461 has failed to come up
2025-08-20 15:58:33,819 - ERROR - Fault seen in nova show is: {'code': 500, 'created': '2025-08-20T15:58:32Z', 'message': 'No valid host was found. ', 'details': 'Traceback (most recent call last):\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py", line 1581, in schedule_and_build_instances\n instance_uuids, return_alternates=True)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py", line 942, in _schedule_instances\n return_alternates=return_alternates)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n instance_uuids, return_objects, return_alternates)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/rpcapi.py", line 160, in select_destinations\n return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/client.py", line 192, in call\n retry=self.retry, transport_options=self.transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/transport.py", line 128, in _send\n transport_options=transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 691, in send\n transport_options=transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 681, in _send\n raise result\nnova.exception_Remote.NoValidHost_Remote: No valid host was found. \nTraceback (most recent call last):\n\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/server.py", line 241, in inner\n return func(*args, **kwargs)\n\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/manager.py", line 209, in select_destinations\n raise exception.NoValidHost(reason="")\n\nnova.exception.NoValidHost: No valid host was found. \n\n'}
2025-08-20 15:58:33,819 - INFO - Deleting VN ctest-vn-21324431
2025-08-20 15:58:33,904 - DEBUG - Response for deleting network ()
2025-08-20 15:58:34,153 - ERROR - AssertionError
Python 3.6.8: /usr/bin/python3
Wed Aug 20 15:58:33 2025
A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.
/contrail-test/tcutils/wrappers.py in wrapper(self=, *args=(), **kwargs={})
78 log.info('Initial checks done. Running the testcase now')
79 log.info('')
80 result = function(self, *args, **kwargs)
81 if self.inputs.upgrade:
82 pid = os.getpid()
result = None
function =
self =
args = ()
kwargs = {}
/contrail-test/scripts/vm_regression/test_vm.py in test_vm_file_trf_scp_tests(self=)
2865 vm2_fixture = self.create_vm(vn_fixture=vn_fixture,
2866 image_name='ubuntu-sshpass')
2867 assert vm1_fixture.wait_till_vm_is_up()
2868 assert vm2_fixture.wait_till_vm_is_up()
2869 for size in scp_test_file_sizes:
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.py", line 2867, in test_vm_file_trf_scp_tests
assert vm1_fixture.wait_till_vm_is_up()
AssertionError
2025-08-20 15:58:34,159 - DEBUG - No XMPP flaps were noticed during the test
2025-08-20 15:58:34,159 - INFO -
2025-08-20 15:58:34,160 - INFO - END TEST : test_vm_file_trf_scp_tests : FAILED[0:00:04]
2025-08-20 15:58:34,160 - INFO - --------------------------------------------------------------------------------
2025-08-20 15:58:34,807 - INFO - Deleted project: ctest-TestBasicVMVNx-72143216, ID : 6b2c5d88-6d4a-410c-8856-2c95f151097b