Test Results

Designed for use with JUnit and Ant.

Properties


Summary

TestsFailuresErrorsSkippedSuccess rateTime
2910496.00%2087.779
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresSkippedTime(s)
290142087.779

Package

NameTestsErrorsFailuresSkippedTime(s)
7003118.882
220111968.897
Back to top


TestCase

NameStatusTypeTime(s)LogFile
test_perms2_global_share[ci_sanity,sanity]Success78.093
test_perms2_owner[ci_sanity,sanity,suite1]Success10.598
test_rbac_acl_different_roles[ci_sanity,sanity,suite1]Success10.711
test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success0.385
test_communication_between_two_sriov_vm[ci_sanity]SkippedSkipped as test is not supported if sriov_cluster=False 0.003
test_communication_between_two_sriov_vm_with_large_mtu[ci_sanity]SkippedSkipped as test is not supported if sriov_cluster=False 0.002
test_virtual_function_exhaustion_and_resue[ci_sanity]SkippedSkipped as test is not supported if sriov_cluster=False 0.002
Properties »

Back to top

TestCase

NameStatusTypeTime(s)LogFile
test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success0.586
test_verify_object_logs[ci_sanity,dev_sanity_dpdk,sanity,suite1]Success17.988
test_db_manage[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success3.331
test_analytics_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success0.281
test_config_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success0.318
test_floating_ip[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1,vrouter_gw]Success28.427
test_heat_stacks_list[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity]Success0.639
test_router_crud[ci_sanity,dev_sanity_dpdk,sanity]Success5.471
test_ports_bindings[ci_sanity,dev_sanity_dpdk,sanity]Success2.244
test_ports_specific_subnet_ip[ci_sanity,dev_sanity_dpdk,sanity]Success27.954
test_basic_router_behavior[ci_sanity,dev_sanity_dpdk,sanity]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-02-23 22:05:37,876 Secsh channel 0 open FAILED: Connection timed out: Connect failed
2026-02-23 22:07:55,092 Secsh channel 0 open FAILED: Connection timed out: Connect failed
2026-02-23 22:10:12,308 Secsh channel 0 open FAILED: Connection timed out: Connect failed
2026-02-23 22:12:29,524 Secsh channel 0 open FAILED: Connection timed out: Connect failed
}}}

stderr: {{{Warning: sudo() received nonzero return code 1 while executing 'ping -s 56 -c 3 -W 1 107.28.7.3'!}}}
stdout: {{{
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 107.28.7.3
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 107.28.7.3
[cirros@169.254.0.3] out: PING 107.28.7.3 (107.28.7.3): 56 data bytes
[cirros@169.254.0.3] out:
[cirros@169.254.0.3] out: --- 107.28.7.3 ping statistics ---
[cirros@169.254.0.3] out: 3 packets transmitted, 0 packets received, 100% packet loss
[cirros@169.254.0.3] out:

[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 107.28.7.3
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 107.28.7.3
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 107.28.7.3
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 107.28.7.3
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 107.28.7.3
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 107.28.7.3
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 107.28.7.3
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 107.28.7.3
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 107.28.7.3
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 107.28.7.3
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 107.28.7.3
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 107.28.7.3
}}}

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.25: /usr/bin/python3
Mon Feb 23 22:12:34 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.neutron.test_routers.TestRouters.test_b...sanity,dev_sanity_dpdk,sanity] id=0x7f88ff84e6a0>, *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 TestRouters.test_basic_router_behavior>
self = <scripts.neutron.test_routers.TestRouters.test_b...sanity,dev_sanity_dpdk,sanity] id=0x7f88ff84e6a0>
args = ()
kwargs = {}

/contrail-test/scripts/neutron/test_routers.py in test_basic_router_behavior(self=<scripts.neutron.test_routers.TestRouters.test_b...sanity,dev_sanity_dpdk,sanity] id=0x7f88ff84e6a0>)
69 'One or more router port IPs are not gateway IPs'\
70 'Router ports : %s' % (router_ports)
71 assert vn1_vm1_fixture.ping_with_certainty(vn2_vm1_fixture.vm_ip)
72 self.delete_vn_from_router(router_dict['id'], vn1_fixture)
73 assert vn1_vm1_fixture.ping_with_certainty(vn2_vm1_fixture.vm_ip,
vn1_vm1_fixture = <VMFixture: ctest-vn1-vm1-31832442>
vn1_vm1_fixture.ping_with_certainty = <bound method retry.<locals>.deco_retry.<locals>.f_retry of <VMFixture: ctest-vn1-vm1-31832442>>
vn2_vm1_fixture = <VMFixture: ctest-vn2-vm1-45927790>
vn2_vm1_fixture.vm_ip = '107.28.7.3'
AssertionError:
__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 = ()
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.py", line 71, in test_basic_router_behavior
assert vn1_vm1_fixture.ping_with_certainty(vn2_vm1_fixture.vm_ip)
AssertionError

1515.571 Log File
test_basic_snat_behavior_without_external_connectivity[ci_sanity,dev_sanity_dpdk,sanity,suite1]Success24.042
test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1]SkippedDisabling v6 tests for CI4.983
test_remove_policy_with_ref[ci_sanity,sanity]Success4.228
test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1]Success28.612
test_rp_interface[ci_sanity,sanity]Success23.809
test_svc_in_network_datapath[ci_sanity]Success80.180
test_vdns_ping_same_vn[ci_sanity,sanity,suite1]Success55.546
test_vm_file_trf_scp_tests[ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,vrouter_gw]Success22.726
test_generic_link_local_service[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,dev_sanity_dpdk,sanity,suite1]Success17.868
test_metadata_service[cb_sanity,ci_sanity,sanity,suite1]Success16.875
test_ping_within_vn_two_vms_two_different_subnets[ci_contrail_go_kolla_ocata_sanity,ci_sanity,sanity,suite1]Success36.376
Properties »

Back to top