| Name | Status | Type | Time(s) | LogFile |
| test_perms2_global_share[ci_sanity,sanity] | Success | | 89.205 | |
| test_perms2_owner[ci_sanity,sanity,suite1] | Success | | 11.366 | |
| test_rbac_acl_different_roles[ci_sanity,sanity,suite1] | Success | | 11.500 | |
| test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success | | 0.402 | |
| test_communication_between_two_sriov_vm[ci_sanity] | Skipped | Skipped as test is not supported if sriov_cluster=False | 0.003 | |
| test_communication_between_two_sriov_vm_with_large_mtu[ci_sanity] | Skipped | Skipped as test is not supported if sriov_cluster=False | 0.002 | |
| test_virtual_function_exhaustion_and_resue[ci_sanity] | Skipped | Skipped as test is not supported if sriov_cluster=False | 0.002 | |
| Name | Status | Type | Time(s) | LogFile |
| test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success | | 0.598 | |
| test_verify_object_logs[ci_sanity,dev_sanity_dpdk,sanity,suite1] | Success | | 23.862 | |
| test_db_manage[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success | | 3.928 | |
| test_analytics_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success | | 0.289 | |
| test_config_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success | | 0.320 | |
| test_floating_ip[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1,vrouter_gw] | Success | | 25.807 | |
| test_heat_stacks_list[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity] | Success | | 0.681 | |
| test_router_crud[ci_sanity,dev_sanity_dpdk,sanity] | Success | | 6.293 | |
| test_ports_bindings[ci_sanity,dev_sanity_dpdk,sanity] | Success | | 2.418 | |
| test_ports_specific_subnet_ip[ci_sanity,dev_sanity_dpdk,sanity] | Success | | 23.918 | |
| test_basic_router_behavior[ci_sanity,dev_sanity_dpdk,sanity] | Success | | 38.850 | |
| test_basic_snat_behavior_without_external_connectivity[ci_sanity,dev_sanity_dpdk,sanity,suite1] | Success | | 25.594 | |
| test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1] | Skipped | Disabling v6 tests for CI | 5.395 | |
| test_remove_policy_with_ref[ci_sanity,sanity] | Success | | 4.414 | |
| test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1] | Success | | 29.658 | |
| test_rp_interface[ci_sanity,sanity] | Success | | 24.199 | |
| test_svc_in_network_datapath[ci_sanity] | Success | | 73.660 | |
| test_vdns_ping_same_vn[ci_sanity,sanity,suite1] | Success | | 56.447 | |
| test_vm_file_trf_scp_tests[ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,vrouter_gw] | Failure | Details
Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/contrail-test/tcutils/util.py", line 1041, in wrapper
return f(self, *func_args, **func_kwargs)
File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
raise TestFailed("\n ".join(errmsg))
tcutils.cores.TestFailed: Test failed: NameError
Python 3.9.25: /usr/bin/python3
Mon Feb 16 02:10:22 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=<scripts.vm_regression.test_vm.TestBasicVMVNx.te...anity,quick_sanity,vrouter_gw] id=0x7f25de9eda00>, *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 = <function TestBasicVMVNx.test_vm_file_trf_scp_tests>
self = <scripts.vm_regression.test_vm.TestBasicVMVNx.te...anity,quick_sanity,vrouter_gw] id=0x7f25de9eda00>
args = ()
kwargs = {}
/contrail-test/scripts/vm_regression/test_vm.py in test_vm_file_trf_scp_tests(self=<scripts.vm_regression.test_vm.TestBasicVMVNx.te...anity,quick_sanity,vrouter_gw] id=0x7f25de9eda00>)
2874 if self.inputs.is_ci_setup() and self.inputs.get_af() == 'v4':
2875 if is_ip_mine(vm1_fixture.vm_node_ip):
2876 assert vm1_fixture.scp_file_transfer_cirros(vm2_fixture, size=size), msg
2877 else:
2878 self.skipTest('scp_file_transfer_cirros not posible here')
vm1_fixture = <VMFixture: ctest-TestBasicVMVNx-34381121-01436503>
vm1_fixture.scp_file_transfer_cirros = <bound method VMFixture.scp_file_transfer_cirros...Fixture: ctest-TestBasicVMVNx-34381121-01436503>>
vm2_fixture = <VMFixture: ctest-TestBasicVMVNx-34381121-49176163>
size = '1303'
msg = 'File of size 1303B not transferred via scp '
/contrail-test/fixtures/vm_test.py in scp_file_transfer_cirros(self=<VMFixture: ctest-TestBasicVMVNx-34381121-01436503>, dest_vm_fixture=<VMFixture: ctest-TestBasicVMVNx-34381121-49176163>, fip=None, size='1303')
2395 (distname, version, _) = platform.dist()
2396 else:
2397 distname = distro.id()
2398
2399 filename = 'testfile'
distname undefined
distro undefined
NameError: name 'distro' is not defined
__cause__ = None
__class__ = <class 'NameError'>
__context__ = None
__delattr__ = <method-wrapper '__delattr__' of NameError object>
__dict__ = {}
__dir__ = <built-in method __dir__ of NameError object>
__doc__ = 'Name not found globally.'
__eq__ = <method-wrapper '__eq__' of NameError object>
__format__ = <built-in method __format__ of NameError object>
__ge__ = <method-wrapper '__ge__' of NameError object>
__getattribute__ = <method-wrapper '__getattribute__' of NameError object>
__gt__ = <method-wrapper '__gt__' of NameError object>
__hash__ = <method-wrapper '__hash__' of NameError object>
__init__ = <method-wrapper '__init__' of NameError object>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of NameError object>
__lt__ = <method-wrapper '__lt__' of NameError object>
__ne__ = <method-wrapper '__ne__' of NameError object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of NameError object>
__reduce_ex__ = <built-in method __reduce_ex__ of NameError object>
__repr__ = <method-wrapper '__repr__' of NameError object>
__setattr__ = <method-wrapper '__setattr__' of NameError object>
__setstate__ = <built-in method __setstate__ of NameError object>
__sizeof__ = <built-in method __sizeof__ of NameError object>
__str__ = <method-wrapper '__str__' of NameError object>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
args = ("name 'distro' is not defined",)
with_traceback = <built-in method with_traceback of NameError object>
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 2876, in test_vm_file_trf_scp_tests
assert vm1_fixture.scp_file_transfer_cirros(vm2_fixture, size=size), msg
File "/contrail-test/fixtures/vm_test.py", line 2397, in scp_file_transfer_cirros
distname = distro.id()
NameError: name 'distro' is not defined
| 19.232 |
Log File
|
| test_generic_link_local_service[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,dev_sanity_dpdk,sanity,suite1] | Success | | 23.520 | |
| test_metadata_service[cb_sanity,ci_sanity,sanity,suite1] | Success | | 22.205 | |
| test_ping_within_vn_two_vms_two_different_subnets[ci_contrail_go_kolla_ocata_sanity,ci_sanity,sanity,suite1] | Success | | 36.683 | |