| Name | Status | Type | Time(s) | LogFile |
| test_perms2_global_share[ci_sanity,sanity] | Success | | 74.578 | |
| test_perms2_owner[ci_sanity,sanity,suite1] | Success | | 10.914 | |
| test_rbac_acl_different_roles[ci_sanity,sanity,suite1] | Success | | 11.456 | |
| test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success | | 0.405 | |
| 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.522 | |
| test_verify_object_logs[ci_sanity,dev_sanity_dpdk,sanity,suite1] | Success | | 23.723 | |
| test_db_manage[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success | | 3.553 | |
| test_analytics_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success | | 0.290 | |
| test_config_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success | | 0.325 | |
| test_floating_ip[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1,vrouter_gw] | Success | | 24.117 | |
| test_heat_stacks_list[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity] | Success | | 0.648 | |
| test_router_crud[ci_sanity,dev_sanity_dpdk,sanity] | Success | | 5.836 | |
| test_ports_bindings[ci_sanity,dev_sanity_dpdk,sanity] | Success | | 2.292 | |
| test_ports_specific_subnet_ip[ci_sanity,dev_sanity_dpdk,sanity] | Success | | 23.508 | |
| test_basic_router_behavior[ci_sanity,dev_sanity_dpdk,sanity] | Success | | 37.855 | |
| test_basic_snat_behavior_without_external_connectivity[ci_sanity,dev_sanity_dpdk,sanity,suite1] | Failure | Details
Traceback (most recent call last):
testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-12-09 09:38:05,779 Secsh channel 0 open FAILED: Connection timed out: Connect failed
2025-12-09 09:40:22,995 Secsh channel 0 open FAILED: Connection timed out: Connect failed
2025-12-09 09:42:40,211 Secsh channel 0 open FAILED: Connection timed out: Connect failed
2025-12-09 09:44:57,427 Secsh channel 0 open FAILED: Connection timed out: Connect failed
2025-12-09 09:47:14,643 Secsh channel 0 open FAILED: Connection timed out: Connect failed
2025-12-09 09:49:31,863 Secsh channel 0 open FAILED: Connection timed out: Connect failed
2025-12-09 09:51:49,075 Secsh channel 0 open FAILED: Connection timed out: Connect failed
2025-12-09 09:54:06,291 Secsh channel 0 open FAILED: Connection timed out: Connect failed
2025-12-09 09:56:23,507 Secsh channel 0 open FAILED: Connection timed out: Connect failed
2025-12-09 09:58:40,723 Secsh channel 0 open FAILED: Connection timed out: Connect failed
}}}
stdout: {{{
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 79.114.45.131
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 79.114.45.131
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 79.114.45.131
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 79.114.45.131
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 79.114.45.131
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 79.114.45.131
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 79.114.45.131
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 79.114.45.131
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 79.114.45.131
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 79.114.45.131
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 79.114.45.131
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 79.114.45.131
}}}
Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
raise TestFailed("\n ".join(errmsg))
tcutils.cores.TestFailed: Test failed: AssertionError
Python 3.9.21: /usr/bin/python3
Tue Dec 9 09:58:45 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=<scripts.neutron.test_routers_basic.TestRoutersB...dev_sanity_dpdk,sanity,suite1] id=0x7fcccbc69d00>, *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 TestRoutersBasic.test_basic_snat_behavior_without_external_connectivity>
self = <scripts.neutron.test_routers_basic.TestRoutersB...dev_sanity_dpdk,sanity,suite1] id=0x7fcccbc69d00>
args = ()
kwargs = {}
/contrail-test/scripts/neutron/test_routers_basic.py in test_basic_snat_behavior_without_external_connectivity(self=<scripts.neutron.test_routers_basic.TestRoutersB...dev_sanity_dpdk,sanity,suite1] id=0x7fcccbc69d00>)
49 vm1_fixture.wait_till_vm_is_up()
50 vm2_fixture.wait_till_vm_is_up()
51 assert vm1_fixture.ping_with_certainty(
52 vm2_fixture.vm_ip), 'Ping from vm_left to vm_right through snat failed'
53 return True
vm1_fixture = <VMFixture: ctest-TestRoutersBasic-87907700-47920019>
vm1_fixture.ping_with_certainty = <bound method retry.<locals>.deco_retry.<locals>...xture: ctest-TestRoutersBasic-87907700-47920019>>
vm2_fixture = <VMFixture: ctest-TestRoutersBasic-87907700-43686149>
vm2_fixture.vm_ip = '79.114.45.131'
AssertionError: Ping from vm_left to vm_right through snat failed
__cause__ = None
__class__ = <class 'AssertionError'>
__context__ = None
__delattr__ = <method-wrapper '__delattr__' of AssertionError object>
__dict__ = {}
__dir__ = <built-in method __dir__ of AssertionError object>
__doc__ = 'Assertion failed.'
__eq__ = <method-wrapper '__eq__' of AssertionError object>
__format__ = <built-in method __format__ of AssertionError object>
__ge__ = <method-wrapper '__ge__' of AssertionError object>
__getattribute__ = <method-wrapper '__getattribute__' of AssertionError object>
__gt__ = <method-wrapper '__gt__' of AssertionError object>
__hash__ = <method-wrapper '__hash__' of AssertionError object>
__init__ = <method-wrapper '__init__' of AssertionError object>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of AssertionError object>
__lt__ = <method-wrapper '__lt__' of AssertionError object>
__ne__ = <method-wrapper '__ne__' of AssertionError object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of AssertionError object>
__reduce_ex__ = <built-in method __reduce_ex__ of AssertionError object>
__repr__ = <method-wrapper '__repr__' of AssertionError object>
__setattr__ = <method-wrapper '__setattr__' of AssertionError object>
__setstate__ = <built-in method __setstate__ of AssertionError object>
__sizeof__ = <built-in method __sizeof__ of AssertionError object>
__str__ = <method-wrapper '__str__' of AssertionError object>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
args = ('Ping from vm_left to vm_right through snat failed',)
with_traceback = <built-in method with_traceback of AssertionError 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/neutron/test_routers_basic.py", line 51, in test_basic_snat_behavior_without_external_connectivity
assert vm1_fixture.ping_with_certainty(
AssertionError: Ping from vm_left to vm_right through snat failed
| 1519.466 |
Log File
|
| 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.196 | |
| test_remove_policy_with_ref[ci_sanity,sanity] | Success | | 4.268 | |
| test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1] | Success | | 28.434 | |
| test_rp_interface[ci_sanity,sanity] | Success | | 24.951 | |
| test_svc_in_network_datapath[ci_sanity] | Success | | 70.792 | |
| test_vdns_ping_same_vn[ci_sanity,sanity,suite1] | Success | | 51.334 | |
| test_vm_file_trf_scp_tests[ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,vrouter_gw] | Success | | 23.066 | |
| test_generic_link_local_service[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,dev_sanity_dpdk,sanity,suite1] | Success | | 18.079 | |
| test_metadata_service[cb_sanity,ci_sanity,sanity,suite1] | Success | | 22.006 | |
| test_ping_within_vn_two_vms_two_different_subnets[ci_contrail_go_kolla_ocata_sanity,ci_sanity,sanity,suite1] | Success | | 36.956 | |