Test Results

Designed for use with JUnit and Ant.

Properties


Summary

TestsFailuresErrorsSkippedSuccess rateTime
3010496.15%1138.502
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)
300141138.502

Package

NameTestsErrorsFailuresSkippedTime(s)
7003150.005
23011988.497
Back to top


TestCase

NameStatusTypeTime(s)LogFile
test_perms2_global_share[ci_sanity,sanity]Success99.990
test_perms2_owner[ci_sanity,sanity,suite1]Success12.705
test_rbac_acl_different_roles[ci_sanity,sanity,suite1]Success13.237
test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success0.488
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.614
test_verify_object_logs[ci_sanity,dev_sanity_dpdk,sanity,suite1]Success46.957
test_db_manage[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success4.311
test_analytics_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success0.320
test_config_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success0.326
test_floating_ip[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1,vrouter_gw]Success65.035
test_heat_stacks_list[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity]Success1.133
test_network_tags_crud[ci_sanity,sanity]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: 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: KeyError
Python 3.9.25: /usr/bin/python3
Sat Aug 15 15:29:48 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_crud.TestCRUD.test_network_tags_crud[ci_sanity,sanity] id=0x7f9d6c8afd30>, *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 TestCRUD.test_network_tags_crud>
self = <scripts.neutron.test_crud.TestCRUD.test_network_tags_crud[ci_sanity,sanity] id=0x7f9d6c8afd30>
args = ()
kwargs = {}

/contrail-test/scripts/neutron/test_crud.py in test_network_tags_crud(self=<scripts.neutron.test_crud.TestCRUD.test_network_tags_crud[ci_sanity,sanity] id=0x7f9d6c8afd30>)
626 # delete all
627 c.remove_tag_all('networks', net_id)
628 assert tags() == set(), 'remove_tag_all left tags behind'
629 self.log.info('neutron tag CRUD passed for %s' % net_id)
630 # end test_network_tags_crud
tags = <function TestCRUD.test_network_tags_crud.<locals>.tags>
builtinset = <class 'set'>

/contrail-test/scripts/neutron/test_crud.py in tags()
598
599 def tags():
600 return set(c.show_network(net_id)['network']['tags'])
601
602 # set (replace-all)
builtinset = <class 'set'>
c = <neutronclient.v2_0.client.Client object>
c.show_network = <bound method Client.show_network of <neutronclient.v2_0.client.Client object>>
net_id = 'a1ac5805-6803-4a93-8cd7-336a465e40b8'
KeyError: 'tags'
__cause__ = None
__class__ = <class 'KeyError'>
__context__ = None
__delattr__ = <method-wrapper '__delattr__' of KeyError object>
__dict__ = {}
__dir__ = <built-in method __dir__ of KeyError object>
__doc__ = 'Mapping key not found.'
__eq__ = <method-wrapper '__eq__' of KeyError object>
__format__ = <built-in method __format__ of KeyError object>
__ge__ = <method-wrapper '__ge__' of KeyError object>
__getattribute__ = <method-wrapper '__getattribute__' of KeyError object>
__gt__ = <method-wrapper '__gt__' of KeyError object>
__hash__ = <method-wrapper '__hash__' of KeyError object>
__init__ = <method-wrapper '__init__' of KeyError object>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of KeyError object>
__lt__ = <method-wrapper '__lt__' of KeyError object>
__ne__ = <method-wrapper '__ne__' of KeyError object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of KeyError object>
__reduce_ex__ = <built-in method __reduce_ex__ of KeyError object>
__repr__ = <method-wrapper '__repr__' of KeyError object>
__setattr__ = <method-wrapper '__setattr__' of KeyError object>
__setstate__ = <built-in method __setstate__ of KeyError object>
__sizeof__ = <built-in method __sizeof__ of KeyError object>
__str__ = <method-wrapper '__str__' of KeyError object>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
args = ('tags',)
with_traceback = <built-in method with_traceback of KeyError 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_crud.py", line 628, in test_network_tags_crud
assert tags() == set(), 'remove_tag_all left tags behind'
File "/contrail-test/scripts/neutron/test_crud.py", line 600, in tags
return set(c.show_network(net_id)['network']['tags'])
KeyError: 'tags'

5.587 Log File
test_router_crud[ci_sanity,dev_sanity_dpdk,sanity]Success5.775
test_ports_bindings[ci_sanity,dev_sanity_dpdk,sanity]Success2.668
test_ports_specific_subnet_ip[ci_sanity,dev_sanity_dpdk,sanity]Success64.034
test_basic_router_behavior[ci_sanity,dev_sanity_dpdk,sanity]Success74.850
test_basic_snat_behavior_without_external_connectivity[ci_sanity,dev_sanity_dpdk,sanity,suite1]Success59.427
test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1]SkippedDisabling v6 tests for CI5.996
test_remove_policy_with_ref[ci_sanity,sanity]Success4.764
test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1]Success69.469
test_rp_interface[ci_sanity,sanity]Success65.281
test_svc_in_network_datapath[ci_sanity]Success121.896
test_vdns_ping_same_vn[ci_sanity,sanity,suite1]Success98.553
test_vm_file_trf_scp_tests[ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,vrouter_gw]Success59.844
test_generic_link_local_service[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,dev_sanity_dpdk,sanity,suite1]Success43.054
test_metadata_service[cb_sanity,ci_sanity,sanity,suite1]Success41.297
test_ping_within_vn_two_vms_two_different_subnets[ci_contrail_go_kolla_ocata_sanity,ci_sanity,sanity,suite1]Success87.024
Properties »

Back to top