Name | Status | Type | Time(s) | LogFile |
AnalyticsTestSanity.test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success | | 0.547 | |
AnalyticsBasicTestSanity.test_verify_object_logs[ci_sanity,dev_sanity_dpdk,sanity,suite1] | Success | | 17.443 | |
FloatingipBasicTestSanity.test_floating_ip[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1,vrouter_gw] | Success | | 27.972 | |
TestHeat.test_heat_stacks_list[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity] | Success | | 0.627 | |
TestRoutersBasic.test_basic_snat_behavior_without_external_connectivity[ci_sanity,dev_sanity_dpdk,sanity,suite1] | Success | | 22.403 | |
TestBasicPolicyIpv4v6.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 | 4.975 | |
TestBasicPolicy.test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1] | Success | | 28.538 | |
TestSvcRegr.test_svc_in_network_datapath[ci_sanity] | Success | | 67.961 | |
TestvDNSBasic0.test_vdns_ping_same_vn[ci_sanity,sanity,suite1] | Failure | Details
Traceback (most recent call last): testtools.testresult.real._StringException: stderr: {{{Warning: sudo() received nonzero return code 127 while executing 'python -c 'import socket;socket.getaddrinfo("ctest-vm1-test-18708531", None, socket.AF_INET6)''!}}} stdout: {{{ [cirros@169.254.0.3] run: ifconfig | grep 10.10.10.3 [cirros@169.254.0.3] run: ifconfig | grep 10.10.10.3 [cirros@169.254.0.3] out: inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0 [cirros@169.254.0.3] out:
[cirros@169.254.0.3] sudo: python -c 'import socket;socket.getaddrinfo("ctest-vm1-test-18708531", None, socket.AF_INET6)' [cirros@169.254.0.3] out: /bin/sh: python: not found [cirros@169.254.0.3] out:
[cirros@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 ctest-vm1-test-18708531 [cirros@169.254.0.3] out: PING ctest-vm1-test-18708531 (10.10.10.3): 56 data bytes [cirros@169.254.0.3] out: 64 bytes from 10.10.10.3: seq=0 ttl=64 time=2.657 ms [cirros@169.254.0.3] out: 64 bytes from 10.10.10.3: seq=1 ttl=64 time=0.376 ms [cirros@169.254.0.3] out: 64 bytes from 10.10.10.3: seq=2 ttl=64 time=0.492 ms [cirros@169.254.0.3] out: [cirros@169.254.0.3] out: --- ctest-vm1-test-18708531 ping statistics --- [cirros@169.254.0.3] out: 3 packets transmitted, 3 packets received, 0% packet loss [cirros@169.254.0.3] out: round-trip min/avg/max = 0.376/1.175/2.657 ms [cirros@169.254.0.3] out: }}}
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: AssertionError Python 3.6.8: /usr/bin/python3 Thu Apr 24 22:21:12 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.vdns.test_vdns_basic.TestvDNSBasic0.tes...me_vn[ci_sanity,sanity,suite1] id=0x7fbd2814c588>, *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 TestvDNSBasic0.test_vdns_ping_same_vn> self = <scripts.vdns.test_vdns_basic.TestvDNSBasic0.tes...me_vn[ci_sanity,sanity,suite1] id=0x7fbd2814c588> args = () kwargs = {}
/contrail-test/scripts/vdns/test_vdns_basic.py in test_vdns_ping_same_vn(self=<scripts.vdns.test_vdns_basic.TestvDNSBasic0.tes...me_vn[ci_sanity,sanity,suite1] id=0x7fbd2814c588>) 95 VMFixture(project_name=self.inputs.project_name, connections=self.connections, vn_obj=vn_quantum_obj, vm_name=vm_name,image_name='ubuntu-traffic')) 96 assert vm_fixture[vm_name].wait_till_vm_is_up(), ('VM %s' 97 ' failed to come up' % (vm_name)) 98 vm_ip = vm_fixture[vm_name].get_vm_ip_from_vm( 99 vn_fq_name=vm_fixture[vm_name].vn_fq_name) vm_name = 'ctest-vm2-test-72628834' AssertionError: VM ctest-vm2-test-72628834 failed to come up __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 = ('VM ctest-vm2-test-72628834 failed to come up',) 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/vdns/test_vdns_basic.py", line 97, in test_vdns_ping_same_vn ' failed to come up' % (vm_name)) AssertionError: VM ctest-vm2-test-72628834 failed to come up
| 447.378 |
Log File
|
TestBasicVMVNx.test_vm_file_trf_scp_tests[ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,vrouter_gw] | Success | | 19.550 | |
TestBasicVMVN.test_generic_link_local_service[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,dev_sanity_dpdk,sanity,suite1] | Success | | 17.633 | |
TestBasicVMVN.test_metadata_service[cb_sanity,ci_sanity,sanity,suite1] | Success | | 16.579 | |
TestBasicVMVN.test_ping_within_vn_two_vms_two_different_subnets[ci_contrail_go_kolla_ocata_sanity,ci_sanity,sanity,suite1] | Success | | 35.851 | |