Test Results

Designed for use with JUnit and Ant.

Properties


Summary

TestsFailuresErrorsSkippedSuccess rateTime
111803988.89%10730.090
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)
111083910730.090

Package

NameTestsErrorsFailuresSkippedTime(s)
300473993.069
8104326737.021
Back to top


TestCase

NameStatusTypeTime(s)LogFile
test_process_restart_with_rr_set[sanity]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: stderr: {{{
/contrail-test/tcutils/control/cn_introspect_utils.py:40: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.
if not p:
/contrail-test/tcutils/verification_util.py:366: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.
if not path:
}}}

stdout: {{{
[ubuntu@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 192.168.1.4
[ubuntu@169.254.0.3] out: PING 192.168.1.4 (192.168.1.4) 56(84) bytes of data.
[ubuntu@169.254.0.3] out: 64 bytes from 192.168.1.4: icmp_req=1 ttl=64 time=12.0 ms
[ubuntu@169.254.0.3] out: 64 bytes from 192.168.1.4: icmp_req=2 ttl=64 time=1.72 ms
[ubuntu@169.254.0.3] out: 64 bytes from 192.168.1.4: icmp_req=3 ttl=64 time=1.04 ms
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: --- 192.168.1.4 ping statistics ---
[ubuntu@169.254.0.3] out: 3 packets transmitted, 3 received, 0% packet loss, time 2004ms
[ubuntu@169.254.0.3] out: rtt min/avg/max/mdev = 1.046/4.940/12.048/5.034 ms
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 192.168.1.3
[ubuntu@169.254.0.3] out: PING 192.168.1.3 (192.168.1.3) 56(84) bytes of data.
[ubuntu@169.254.0.3] out: 64 bytes from 192.168.1.3: icmp_req=1 ttl=64 time=7.79 ms
[ubuntu@169.254.0.3] out: 64 bytes from 192.168.1.3: icmp_req=2 ttl=64 time=2.39 ms
[ubuntu@169.254.0.3] out: 64 bytes from 192.168.1.3: icmp_req=3 ttl=64 time=1.20 ms
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: --- 192.168.1.3 ping statistics ---
[ubuntu@169.254.0.3] out: 3 packets transmitted, 3 received, 0% packet loss, time 2003ms
[ubuntu@169.254.0.3] out: rtt min/avg/max/mdev = 1.203/3.798/7.799/2.870 ms
[ubuntu@169.254.0.3] out:
}}}

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.6.8: /usr/bin/python3
Fri Aug 8 08:59:39 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=<serial_scripts.RR.test_rr.TestBasicRR.test_process_restart_with_rr_set[sanity] id=0x7f2686ac3208>, *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 TestBasicRR.test_process_restart_with_rr_set>
self = <serial_scripts.RR.test_rr.TestBasicRR.test_process_restart_with_rr_set[sanity] id=0x7f2686ac3208>
args = ()
kwargs = {}

/contrail-test/serial_scripts/RR/test_rr.py in test_process_restart_with_rr_set(self=<serial_scripts.RR.test_rr.TestBasicRR.test_process_restart_with_rr_set[sanity] id=0x7f2686ac3208>)
103 for cfgm_ip in self.inputs.cfgm_ips:
104 self.inputs.restart_service('contrail-api', [cfgm_ip],
105 container='api-server')
106
107 # Wait for cluster to be stable
container undefined

/contrail-test/common/contrail_test_init.py in restart_service(self=<common.contrail_test_init.ContrailTestInit object>, service_name='contrail-api', host_ips=['10.0.0.254'], container='api-server', verify_service=True)
1374 container=None, verify_service=True):
1375 self._action_on_service(service_name, 'restart', host_ips, container,
1376 verify_service=verify_service)
1377 # end restart_service
1378
verify_service = True

/contrail-test/common/contrail_test_init.py in _action_on_service(self=<common.contrail_test_init.ContrailTestInit object>, service_name='contrail-api', event='restart', host_ips=['10.0.0.254'], container='api-server', verify_service=True)
1362 if self.is_microservices_env and container:
1363 return self._action_on_container(host_ips, event, container, services=services,
1364 verify_service=verify_service)
1365 for service in services:
1366 for host in host_ips or self.host_ips:
verify_service = True

/contrail-test/common/contrail_test_init.py in _action_on_container(self=<common.contrail_test_init.ContrailTestInit object>, hosts=['10.0.0.254'], event='restart', container='api-server', services=['contrail-api'], verify_service=True, timeout=60)
1322 else:
1323 service_status = self.verify_service_state(host_ip, container)[0]
1324 assert service_status
1325 #end _action_on_container
1326
service_status = False
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/serial_scripts/RR/test_rr.py", line 105, in test_process_restart_with_rr_set
container='api-server')
File "/contrail-test/common/contrail_test_init.py", line 1376, in restart_service
verify_service=verify_service)
File "/contrail-test/common/contrail_test_init.py", line 1364, in _action_on_service
verify_service=verify_service)
File "/contrail-test/common/contrail_test_init.py", line 1324, in _action_on_container
assert service_status
AssertionError

276.961 Log File
test_run_contrail_flows_cli_cmds[sanity]Success16.606
test_run_contrail_logs_cli_cmd_with_multiple_different_optional_args[sanity]Success24.037
test_run_contrail_stats_cli_cmds[sanity]Success17.412
test_verify_session_sampling_teardown[sanity]Success227.856
test_basic_as4_ibgp_sanity[sanity]SkippedSkipping Test. At least 1 external router required to run the test2.613
test_basic_bgpaas_local_as[dev_sanity_dpdk,sanity]Success214.570
test_bgp_control_node_zone[sanity]Success322.354
test_bgp_control_node_zones_from_single_vnf[sanity]Success187.275
test_basic_dm[sanity]Skippeddm_mx env needs to be set in testbed.py to run this script2.558
test_apply_policy_fip_on_same_vn_gw_mx[sanity,serial]SkippedSkipping Test. Env variable MX_TEST is not set. Skipping the test2.583
test_with_vxlan_encap_agent_restart[sanity,serial]Success302.760
test_with_vxlan_encap_dns_disabled_for_l2_vn[cb_sanity,sanity,serial]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: stderr: {{{
Warning: sudo() received nonzero return code 9 while executing 'dig @13.1.1.253 host1.test.com'!


Warning: sudo() received nonzero return code 9 while executing 'dig @13.1.1.253 juniper.net'!


Warning: sudo() received nonzero return code 9 while executing 'dig @13.1.1.253 juniper.net'!


Warning: sudo() received nonzero return code 9 while executing 'dig @13.1.1.253 juniper.net'!


Warning: sudo() received nonzero return code 9 while executing 'dig @13.1.1.253 www.google.com'!
}}}

stdout: {{{
[localhost] local: mkdir -p /contrail-test/images
[localhost] local: wget -nv http://nexus.opensdn.io/repository///images/converts//ubuntu-dns-server.vmdk.gz -O /contrail-test/images/ubuntu-dns-server.vmdk.gz
[localhost] local: gunzip -f /contrail-test/images/ubuntu-dns-server.vmdk.gz
[localhost] local: rm -f /contrail-test/images/ubuntu-dns-server.vmdk
[ubuntu@169.254.0.3] sudo: ifconfig eth1 up
[ubuntu@169.254.0.3] out: sudo: unable to resolve host dhcp-server
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: ifconfig
[ubuntu@169.254.0.3] out: sudo: unable to resolve host dhcp-server
[ubuntu@169.254.0.3] out: eth0 Link encap:Ethernet HWaddr 02:8c:5e:ac:bf:6e
[ubuntu@169.254.0.3] out: inet addr:11.1.1.252 Bcast:11.1.1.255 Mask:255.255.255.0
[ubuntu@169.254.0.3] out: inet6 addr: fe80::8c:5eff:feac:bf6e/64 Scope:Link
[ubuntu@169.254.0.3] out: UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
[ubuntu@169.254.0.3] out: RX packets:410 errors:0 dropped:0 overruns:0 frame:0
[ubuntu@169.254.0.3] out: TX packets:421 errors:0 dropped:0 overruns:0 carrier:0
[ubuntu@169.254.0.3] out: collisions:0 txqueuelen:1000
[ubuntu@169.254.0.3] out: RX bytes:44672 (44.6 KB) TX bytes:36284 (36.2 KB)
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: eth1 Link encap:Ethernet HWaddr 02:c4:23:23:32:0b
[ubuntu@169.254.0.3] out: inet6 addr: fe80::c4:23ff:fe23:320b/64 Scope:Link
[ubuntu@169.254.0.3] out: UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
[ubuntu@169.254.0.3] out: RX packets:9 errors:0 dropped:0 overruns:0 frame:0
[ubuntu@169.254.0.3] out: TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
[ubuntu@169.254.0.3] out: collisions:0 txqueuelen:1000
[ubuntu@169.254.0.3] out: RX bytes:686 (686.0 B) TX bytes:90 (90.0 B)
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: lo Link encap:Local Loopback
[ubuntu@169.254.0.3] out: inet addr:127.0.0.1 Mask:255.0.0.0
[ubuntu@169.254.0.3] out: inet6 addr: ::1/128 Scope:Host
[ubuntu@169.254.0.3] out: UP LOOPBACK RUNNING MTU:65536 Metric:1
[ubuntu@169.254.0.3] out: RX packets:8 errors:0 dropped:0 overruns:0 frame:0
[ubuntu@169.254.0.3] out: TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
[ubuntu@169.254.0.3] out: collisions:0 txqueuelen:0
[ubuntu@169.254.0.3] out: RX bytes:400 (400.0 B) TX bytes:400 (400.0 B)
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: ifconfig eth1 13.1.1.252 netmask 255.255.255.0
[ubuntu@169.254.0.3] out: sudo: unable to resolve host dhcp-server
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: service isc-dhcp-server restart
[ubuntu@169.254.0.3] out: sudo: unable to resolve host dhcp-server
[ubuntu@169.254.0.3] out: isc-dhcp-server stop/waiting
[ubuntu@169.254.0.3] out: isc-dhcp-server start/running, process 1413
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.4] sudo: ifconfig eth1 up
[ubuntu@169.254.0.4] out: sudo: unable to resolve host dnsserver
[ubuntu@169.254.0.4] out:

[ubuntu@169.254.0.4] sudo: ifconfig
[ubuntu@169.254.0.4] out: sudo: unable to resolve host dnsserver
[ubuntu@169.254.0.4] out: eth0 Link encap:Ethernet HWaddr 02:e6:b9:2b:7a:2a
[ubuntu@169.254.0.4] out: inet addr:11.1.1.251 Bcast:11.1.1.255 Mask:255.255.255.0
[ubuntu@169.254.0.4] out: inet6 addr: fe80::e6:b9ff:fe2b:7a2a/64 Scope:Link
[ubuntu@169.254.0.4] out: UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
[ubuntu@169.254.0.4] out: RX packets:356 errors:0 dropped:0 overruns:0 frame:0
[ubuntu@169.254.0.4] out: TX packets:407 errors:0 dropped:0 overruns:0 carrier:0
[ubuntu@169.254.0.4] out: collisions:0 txqueuelen:1000
[ubuntu@169.254.0.4] out: RX bytes:40310 (40.3 KB) TX bytes:35600 (35.6 KB)
[ubuntu@169.254.0.4] out:
[ubuntu@169.254.0.4] out: eth1 Link encap:Ethernet HWaddr 02:39:b5:6e:42:a2
[ubuntu@169.254.0.4] out: inet6 addr: fe80::39:b5ff:fe6e:42a2/64 Scope:Link
[ubuntu@169.254.0.4] out: UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
[ubuntu@169.254.0.4] out: RX packets:14 errors:0 dropped:0 overruns:0 frame:0
[ubuntu@169.254.0.4] out: TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
[ubuntu@169.254.0.4] out: collisions:0 txqueuelen:1000
[ubuntu@169.254.0.4] out: RX bytes:1128 (1.1 KB) TX bytes:0 (0.0 B)
[ubuntu@169.254.0.4] out:
[ubuntu@169.254.0.4] out: lo Link encap:Local Loopback
[ubuntu@169.254.0.4] out: inet addr:127.0.0.1 Mask:255.0.0.0
[ubuntu@169.254.0.4] out: inet6 addr: ::1/128 Scope:Host
[ubuntu@169.254.0.4] out: UP LOOPBACK RUNNING MTU:65536 Metric:1
[ubuntu@169.254.0.4] out: RX packets:8 errors:0 dropped:0 overruns:0 frame:0
[ubuntu@169.254.0.4] out: TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
[ubuntu@169.254.0.4] out: collisions:0 txqueuelen:0
[ubuntu@169.254.0.4] out: RX bytes:400 (400.0 B) TX bytes:400 (400.0 B)
[ubuntu@169.254.0.4] out:
[ubuntu@169.254.0.4] out:

[ubuntu@169.254.0.4] sudo: ifconfig eth1 13.1.1.253 netmask 255.255.255.0
[ubuntu@169.254.0.4] out: sudo: unable to resolve host dnsserver
[ubuntu@169.254.0.4] out:

[ubuntu@169.254.0.4] sudo: service bind9 restart
[ubuntu@169.254.0.4] out: sudo: unable to resolve host dnsserver
[ubuntu@169.254.0.4] out: * Stopping domain name service... bind9
[ubuntu@169.254.0.4] out: waiting for pid 1203 to die
[ubuntu@169.254.0.4] out: ...done.
[ubuntu@169.254.0.4] out: * Starting domain name service... bind9
[ubuntu@169.254.0.4] out: ...done.
[ubuntu@169.254.0.4] out:

[ubuntu@169.254.0.3] sudo: ifconfig eth1 up
[ubuntu@169.254.0.3] sudo: ifconfig eth1 up
[ubuntu@169.254.0.3] sudo: ifconfig
[ubuntu@169.254.0.3] out: eth0 Link encap:Ethernet HWaddr 02:c2:ca:fc:53:46
[ubuntu@169.254.0.3] out: inet addr:11.1.1.250 Bcast:11.1.1.255 Mask:255.255.255.0
[ubuntu@169.254.0.3] out: inet6 addr: fe80::c2:caff:fefc:5346/64 Scope:Link
[ubuntu@169.254.0.3] out: UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
[ubuntu@169.254.0.3] out: RX packets:387 errors:0 dropped:0 overruns:0 frame:0
[ubuntu@169.254.0.3] out: TX packets:350 errors:0 dropped:0 overruns:0 carrier:0
[ubuntu@169.254.0.3] out: collisions:0 txqueuelen:1000
[ubuntu@169.254.0.3] out: RX bytes:34992 (34.9 KB) TX bytes:28412 (28.4 KB)
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: eth1 Link encap:Ethernet HWaddr 02:28:c5:62:63:81
[ubuntu@169.254.0.3] out: inet6 addr: fe80::28:c5ff:fe62:6381/64 Scope:Link
[ubuntu@169.254.0.3] out: UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
[ubuntu@169.254.0.3] out: RX packets:19 errors:0 dropped:0 overruns:0 frame:0
[ubuntu@169.254.0.3] out: TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
[ubuntu@169.254.0.3] out: collisions:0 txqueuelen:1000
[ubuntu@169.254.0.3] out: RX bytes:1562 (1.5 KB) TX bytes:90 (90.0 B)
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: lo Link encap:Local Loopback
[ubuntu@169.254.0.3] out: inet addr:127.0.0.1 Mask:255.0.0.0
[ubuntu@169.254.0.3] out: inet6 addr: ::1/128 Scope:Host
[ubuntu@169.254.0.3] out: UP LOOPBACK RUNNING MTU:16436 Metric:1
[ubuntu@169.254.0.3] out: RX packets:0 errors:0 dropped:0 overruns:0 frame:0
[ubuntu@169.254.0.3] out: TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
[ubuntu@169.254.0.3] out: collisions:0 txqueuelen:0
[ubuntu@169.254.0.3] out: RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: dhclient eth1
[ubuntu@169.254.0.3] out: sethostname BEGIN
[ubuntu@169.254.0.3] out: declare -x BASH_ENV=""
[ubuntu@169.254.0.3] out: declare -x BASH_XTRACEFD=""
[ubuntu@169.254.0.3] out: declare -x CDPATH=""
[ubuntu@169.254.0.3] out: declare -x ENV=""
[ubuntu@169.254.0.3] out: declare -x GLOBIGNORE=""
[ubuntu@169.254.0.3] out: declare -x OLDPWD
[ubuntu@169.254.0.3] out: declare -x PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
[ubuntu@169.254.0.3] out: declare -x PWD="/home/ubuntu"
[ubuntu@169.254.0.3] out: declare -x SHLVL="1"
[ubuntu@169.254.0.3] out: declare -x interface="eth1"
[ubuntu@169.254.0.3] out: declare -x pid="1218"
[ubuntu@169.254.0.3] out: declare -x reason="PREINIT"
[ubuntu@169.254.0.3] out: ++ '[' PREINIT = BOUND ']'
[ubuntu@169.254.0.3] out: ++ echo 'sethostname END'
[ubuntu@169.254.0.3] out: sethostname END
[ubuntu@169.254.0.3] out: + '[' -n '' ']'
[ubuntu@169.254.0.3] out: + return
[ubuntu@169.254.0.3] out: + exit_status=0
[ubuntu@169.254.0.3] out: + for script in '$(run-parts --list $dir)'
[ubuntu@169.254.0.3] out: + run_hook /etc/dhcp/dhclient-exit-hooks.d/ntpdate 0
[ubuntu@169.254.0.3] out: + local script
[ubuntu@169.254.0.3] out: + local exit_status
[ubuntu@169.254.0.3] out: + script=/etc/dhcp/dhclient-exit-hooks.d/ntpdate
[ubuntu@169.254.0.3] out: + shift
[ubuntu@169.254.0.3] out: + '[' -f /etc/dhcp/dhclient-exit-hooks.d/ntpdate ']'
[ubuntu@169.254.0.3] out: + . /etc/dhcp/dhclient-exit-hooks.d/ntpdate 0
[ubuntu@169.254.0.3] out: ++ NTPDATE_CONF=/etc/default/ntpdate
[ubuntu@169.254.0.3] out: ++ NTPDATE_DHCP_CONF=/var/lib/ntpdate/default.dhcp
[ubuntu@169.254.0.3] out: ++ ntp_servers_setup
[ubuntu@169.254.0.3] out: ++ case $reason in
[ubuntu@169.254.0.3] out: + '[' -n '' ']'
[ubuntu@169.254.0.3] out: + return
[ubuntu@169.254.0.3] out: + exit_status=0
[ubuntu@169.254.0.3] out: + for script in '$(run-parts --list $dir)'
[ubuntu@169.254.0.3] out: + run_hook /etc/dhcp/dhclient-exit-hooks.d/rfc3442-classless-routes 0
[ubuntu@169.254.0.3] out: + local script
[ubuntu@169.254.0.3] out: + local exit_status
[ubuntu@169.254.0.3] out: + script=/etc/dhcp/dhclient-exit-hooks.d/rfc3442-classless-routes
[ubuntu@169.254.0.3] out: + shift
[ubuntu@169.254.0.3] out: + '[' -f /etc/dhcp/dhclient-exit-hooks.d/rfc3442-classless-routes ']'
[ubuntu@169.254.0.3] out: + . /etc/dhcp/dhclient-exit-hooks.d/rfc3442-classless-routes 0
[ubuntu@169.254.0.3] out: ++ RUN=yes
[ubuntu@169.254.0.3] out: ++ '[' yes = yes ']'
[ubuntu@169.254.0.3] out: ++ '[' -n '' ']'
[ubuntu@169.254.0.3] out: + '[' -n '' ']'
[ubuntu@169.254.0.3] out: + return
[ubuntu@169.254.0.3] out: + exit_status=0
[ubuntu@169.254.0.3] out: + return 0
[ubuntu@169.254.0.3] out: + exit 0
[ubuntu@169.254.0.3] out: sethostname BEGIN
[ubuntu@169.254.0.3] out: declare -x BASH_ENV=""
[ubuntu@169.254.0.3] out: declare -x BASH_XTRACEFD=""
[ubuntu@169.254.0.3] out: declare -x CDPATH=""
[ubuntu@169.254.0.3] out: declare -x ENV=""
[ubuntu@169.254.0.3] out: declare -x GLOBIGNORE=""
[ubuntu@169.254.0.3] out: declare -x OLDPWD
[ubuntu@169.254.0.3] out: declare -x PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
[ubuntu@169.254.0.3] out: declare -x PWD="/home/ubuntu"
[ubuntu@169.254.0.3] out: declare -x SHLVL="1"
[ubuntu@169.254.0.3] out: declare -x interface="eth1"
[ubuntu@169.254.0.3] out: declare -x new_broadcast_address="13.1.1.255"
[ubuntu@169.254.0.3] out: declare -x new_dhcp_lease_time="86400"
[ubuntu@169.254.0.3] out: declare -x new_dhcp_message_type="5"
[ubuntu@169.254.0.3] out: declare -x new_dhcp_server_identifier="13.1.1.252"
[ubuntu@169.254.0.3] out: declare -x new_domain_name="example.org"
[ubuntu@169.254.0.3] out: declare -x new_domain_name_servers="13.1.1.253"
[ubuntu@169.254.0.3] out: declare -x new_expiry="1754731771"
[ubuntu@169.254.0.3] out: declare -x new_ip_address="13.1.1.10"
[ubuntu@169.254.0.3] out: declare -x new_network_number="13.1.1.0"
[ubuntu@169.254.0.3] out: declare -x new_subnet_mask="255.255.255.0"
[ubuntu@169.254.0.3] out: declare -x pid="1218"
[ubuntu@169.254.0.3] out: declare -x reason="BOUND"
[ubuntu@169.254.0.3] out: ++ '[' BOUND = BOUND ']'
[ubuntu@169.254.0.3] out: ++ echo new_ip_address=13.1.1.10
[ubuntu@169.254.0.3] out: new_ip_address=13.1.1.10
[ubuntu@169.254.0.3] out: ++ echo new_host_name=
[ubuntu@169.254.0.3] out: new_host_name=
[ubuntu@169.254.0.3] out: ++ echo new_domain_name=example.org
[ubuntu@169.254.0.3] out: new_domain_name=example.org
[ubuntu@169.254.0.3] out: +++ echo
[ubuntu@169.254.0.3] out: +++ tr _ -
[ubuntu@169.254.0.3] out: ++ updated_hostname=
[ubuntu@169.254.0.3] out: +++ hostname -s
[ubuntu@169.254.0.3] out: ++ oldhostname=testvm1
[ubuntu@169.254.0.3] out: ++ '[' testvm1 '!=' ']'
[ubuntu@169.254.0.3] out: /etc/dhcp/dhclient-exit-hooks.d/hostname: line 12: [: testvm1: unary operator expected
[ubuntu@169.254.0.3] out: ++ echo 'sethostname END'
[ubuntu@169.254.0.3] out: sethostname END
[ubuntu@169.254.0.3] out: + '[' -n '' ']'
[ubuntu@169.254.0.3] out: + return
[ubuntu@169.254.0.3] out: + exit_status=0
[ubuntu@169.254.0.3] out: + for script in '$(run-parts --list $dir)'
[ubuntu@169.254.0.3] out: + run_hook /etc/dhcp/dhclient-exit-hooks.d/ntpdate 0
[ubuntu@169.254.0.3] out: + local script
[ubuntu@169.254.0.3] out: + local exit_status
[ubuntu@169.254.0.3] out: + script=/etc/dhcp/dhclient-exit-hooks.d/ntpdate
[ubuntu@169.254.0.3] out: + shift
[ubuntu@169.254.0.3] out: + '[' -f /etc/dhcp/dhclient-exit-hooks.d/ntpdate ']'
[ubuntu@169.254.0.3] out: + . /etc/dhcp/dhclient-exit-hooks.d/ntpdate 0
[ubuntu@169.254.0.3] out: ++ NTPDATE_CONF=/etc/default/ntpdate
[ubuntu@169.254.0.3] out: ++ NTPDATE_DHCP_CONF=/var/lib/ntpdate/default.dhcp
[ubuntu@169.254.0.3] out: ++ ntp_servers_setup
[ubuntu@169.254.0.3] out: ++ case $reason in
[ubuntu@169.254.0.3] out: ++ ntp_servers_setup_add
[ubuntu@169.254.0.3] out: ++ '[' -e /var/lib/ntpdate/default.dhcp ']'
[ubuntu@169.254.0.3] out: ++ '[' -z '' ']'
[ubuntu@169.254.0.3] out: ++ ntp_servers_setup_remove
[ubuntu@169.254.0.3] out: ++ rm -f /var/lib/ntpdate/default.dhcp
[ubuntu@169.254.0.3] out: ++ return
[ubuntu@169.254.0.3] out: + '[' -n '' ']'
[ubuntu@169.254.0.3] out: + return
[ubuntu@169.254.0.3] out: + exit_status=0
[ubuntu@169.254.0.3] out: + for script in '$(run-parts --list $dir)'
[ubuntu@169.254.0.3] out: + run_hook /etc/dhcp/dhclient-exit-hooks.d/rfc3442-classless-routes 0
[ubuntu@169.254.0.3] out: + local script
[ubuntu@169.254.0.3] out: + local exit_status
[ubuntu@169.254.0.3] out: + script=/etc/dhcp/dhclient-exit-hooks.d/rfc3442-classless-routes
[ubuntu@169.254.0.3] out: + shift
[ubuntu@169.254.0.3] out: + '[' -f /etc/dhcp/dhclient-exit-hooks.d/rfc3442-classless-routes ']'
[ubuntu@169.254.0.3] out: + . /etc/dhcp/dhclient-exit-hooks.d/rfc3442-classless-routes 0
[ubuntu@169.254.0.3] out: ++ RUN=yes
[ubuntu@169.254.0.3] out: ++ '[' yes = yes ']'
[ubuntu@169.254.0.3] out: ++ '[' -n '' ']'
[ubuntu@169.254.0.3] out: + '[' -n '' ']'
[ubuntu@169.254.0.3] out: + return
[ubuntu@169.254.0.3] out: + exit_status=0
[ubuntu@169.254.0.3] out: + return 0
[ubuntu@169.254.0.3] out: + exit 0
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: ifconfig eth1
[ubuntu@169.254.0.3] out: eth1 Link encap:Ethernet HWaddr 02:28:c5:62:63:81
[ubuntu@169.254.0.3] out: inet addr:13.1.1.10 Bcast:13.1.1.255 Mask:255.255.255.0
[ubuntu@169.254.0.3] out: inet6 addr: fe80::28:c5ff:fe62:6381/64 Scope:Link
[ubuntu@169.254.0.3] out: UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
[ubuntu@169.254.0.3] out: RX packets:25 errors:0 dropped:0 overruns:0 frame:0
[ubuntu@169.254.0.3] out: TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
[ubuntu@169.254.0.3] out: collisions:0 txqueuelen:1000
[ubuntu@169.254.0.3] out: RX bytes:2434 (2.4 KB) TX bytes:1054 (1.0 KB)
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: dig @13.1.1.253 host1.test.com
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: ; <<>> DiG 9.8.1-P1 <<>> @13.1.1.253 host1.test.com
[ubuntu@169.254.0.3] out: ; (1 server found)
[ubuntu@169.254.0.3] out: ;; global options: +cmd
[ubuntu@169.254.0.3] out: ;; connection timed out; no servers could be reached
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: dig @13.1.1.253 juniper.net
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: ; <<>> DiG 9.8.1-P1 <<>> @13.1.1.253 juniper.net
[ubuntu@169.254.0.3] out: ; (1 server found)
[ubuntu@169.254.0.3] out: ;; global options: +cmd
[ubuntu@169.254.0.3] out: ;; connection timed out; no servers could be reached
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: dig @13.1.1.253 juniper.net
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: ; <<>> DiG 9.8.1-P1 <<>> @13.1.1.253 juniper.net
[ubuntu@169.254.0.3] out: ; (1 server found)
[ubuntu@169.254.0.3] out: ;; global options: +cmd
[ubuntu@169.254.0.3] out: ;; connection timed out; no servers could be reached
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: dig @13.1.1.253 juniper.net
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: ; <<>> DiG 9.8.1-P1 <<>> @13.1.1.253 juniper.net
[ubuntu@169.254.0.3] out: ; (1 server found)
[ubuntu@169.254.0.3] out: ;; global options: +cmd
[ubuntu@169.254.0.3] out: ;; connection timed out; no servers could be reached
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: dig @13.1.1.253 www.google.com
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: ; <<>> DiG 9.8.1-P1 <<>> @13.1.1.253 www.google.com
[ubuntu@169.254.0.3] out: ; (1 server found)
[ubuntu@169.254.0.3] out: ;; global options: +cmd
[ubuntu@169.254.0.3] out: ;; connection timed out; no servers could be reached
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: nslookup 13.1.1.251 13.1.1.253
[ubuntu@169.254.0.3] out: ;; connection timed out; no servers could be reached
[ubuntu@169.254.0.3] out:
[ubuntu@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

466.651 Log File
test_change_of_rt_in_vn[mx_test,sanity,serial]SkippedSkipping Test. Env variable MX_GW_TEST is not set2.582
test_gw_less_fwd_single_vn_ip_fab[cb_sanity,sanity]SkippedSkipping Test. Fabric gateway is required to run the test2.553
test_check_per_peer_on_control[sanity]Success55.440
test_create_md5_on_control[sanity]Success54.061
test_perms2_global_share[ci_sanity,sanity]Success50.331
test_perms2_owner[ci_sanity,sanity,suite1]Success13.806
test_rbac_acl_different_roles[ci_sanity,sanity,suite1]Success14.006
test_rbac_create_delete_vm[sanity,suite1]Success62.044
test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,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

46.865 Log File
test_control_node_switchover[cb_sanity,sanity]Success187.905
test_process_restart_in_policy_between_vns[cb_sanity,sanity]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: stdout: {{{
[ubuntu@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 192.168.2.252
[ubuntu@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 192.168.2.252
[ubuntu@169.254.0.3] out: PING 192.168.2.252 (192.168.2.252) 56(84) bytes of data.
[ubuntu@169.254.0.3] out: 64 bytes from 192.168.2.252: icmp_req=1 ttl=63 time=11.8 ms
[ubuntu@169.254.0.3] out: 64 bytes from 192.168.2.252: icmp_req=2 ttl=63 time=1.55 ms
[ubuntu@169.254.0.3] out: 64 bytes from 192.168.2.252: icmp_req=3 ttl=63 time=1.23 ms
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: --- 192.168.2.252 ping statistics ---
[ubuntu@169.254.0.3] out: 3 packets transmitted, 3 received, 0% packet loss, time 2003ms
[ubuntu@169.254.0.3] out: rtt min/avg/max/mdev = 1.232/4.870/11.827/4.921 ms
[ubuntu@169.254.0.3] out:
}}}

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.6.8: /usr/bin/python3
Fri Aug 8 09:48:08 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=<serial_scripts.vm_regression.test_vm_serial.Tes..._between_vns[cb_sanity,sanity] id=0x7f2685f4c2b0>, *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 TestBasicVMVN0.test_process_restart_in_policy_between_vns>
self = <serial_scripts.vm_regression.test_vm_serial.Tes..._between_vns[cb_sanity,sanity] id=0x7f2685f4c2b0>
args = ()
kwargs = {}

/contrail-test/serial_scripts/vm_regression/test_vm_serial.py in test_process_restart_in_policy_between_vns(self=<serial_scripts.vm_regression.test_vm_serial.Tes..._between_vns[cb_sanity,sanity] id=0x7f2685f4c2b0>)
431
432 result = self.verification_after_process_restart_in_rr()
433 assert result[0], result[1]
434 for cfgm_name in self.inputs.cfgm_names:
435 assert self.analytics_obj.verify_cfgm_uve_module_state\
result = (False, 'verify_process_and_connection_infos_config')
AssertionError: verify_process_and_connection_infos_config
__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 = ('verify_process_and_connection_infos_config',)
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/serial_scripts/vm_regression/test_vm_serial.py", line 433, in test_process_restart_in_policy_between_vns
assert result[0], result[1]
AssertionError: verify_process_and_connection_infos_config

430.725 Log File
test_underlay_broadcast_traffic_handling[sanity]Success27.010
test_flow_action_drop_stats[dev_reg,sanity]Success98.443
test_fat_flow_aggr_dest_udp_inter_vn_inter_node[dev_reg,sanity]Success384.702
test_fat_flow_intra_vn_inter_node[cb_sanity,sanity]Success260.174
test_precedence_xmpp_auth[sanity]SkippedXmpp auth should be set before running tests2.571
test_undo_xmpp_auth[sanity]SkippedXmpp auth should be set before running tests2.620
Properties »

Back to top

TestCase

NameStatusTypeTime(s)LogFile
test_basic_RR[sanity]SkippedSkipping Test. Env variable MX_GW_TEST is not set. Skipping the test1.594
test_create_vm_after_RR_set[sanity]SkippedSkipping Test. Env variable MX_GW_TEST is not set. Skipping the test1.389
test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success12.861
test_db_nodemgr_status[dev_sanity_dpdk,sanity]Success2.046
test_verify_generator_collector_connections[dev_sanity_dpdk,sanity]Success4.527
test_verify_generator_connections_to_collector_node[dev_sanity_dpdk,sanity]Success2.541
test_verify_process_status_agent[cb_sanity,dev_sanity_dpdk,sanity]Success1.499
test_verify_process_status_analytics_node[cb_sanity,dev_sanity_dpdk,sanity]Success2.091
test_verify_process_status_control_node[cb_sanity,dev_sanity_dpdk,sanity]Success1.465
test_verify_object_logs[ci_sanity,dev_sanity_dpdk,sanity,suite1]Success28.008
test_db_manage[cb_sanity,ci_sanity,dev_sanity_dpdk,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

5.027 Log File
test_ecmp_hash_src_ip[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.538
test_ecmp_svc_v2_in_network_nat_with_3_instance[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.412
test_ecmp_svc_in_network_with_static_route_no_policy[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found3.193
test_ecmp_svc_v2_transparent_with_3_instance[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.861
test_ecmp_svc_in_network_with_static_route_no_policy[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found2.259
test_ecmp_svc_v2_transparent_with_3_instance[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.393
test_ecmp_svc_in_network_with_3_instance[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.417
test_ecmp_with_svm_deletion[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.465
test_svc_fate_sharing_basic[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found2.333
test_three_stage_v2_SC[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.374
test_svc_fate_sharing_basic[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found3.636
test_floating_ip[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1,vrouter_gw]Success209.338
test_mx_gateway[mx_test,sanity]SkippedSkipping Test. Env variable MX_GW_TEST is not set2.600
test_public_access_thru_svc_w_fip[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.663
test_transit_vn_sym_1_innet[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.641
test_public_access_thru_svc_w_fip[cb_sanity,sanity]SkippedSkipped as v6 not supported for this test2.635
test_svc_creation_with_heat[dev_sanity_dpdk,sanity,suite1]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.709
test_svc_creation_with_heat[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.666
test_router_crud[ci_sanity,dev_sanity_dpdk,sanity]Success11.639
test_ports_bindings[ci_sanity,dev_sanity_dpdk,sanity]Success5.004
test_ports_specific_subnet_ip[ci_sanity,dev_sanity_dpdk,sanity]Success30.840
test_basic_router_behavior[ci_sanity,dev_sanity_dpdk,sanity]Success40.715
test_basic_snat_behavior_without_external_connectivity[ci_sanity,dev_sanity_dpdk,sanity,suite1]Success35.130
test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1]Success130.688
test_policy[quick_sanity,sanity]Success283.288
test_policy_to_deny[quick_sanity,sanity]Success112.397
test_policy_modify_vn_policy[sanity]Success119.301
test_remove_policy_with_ref[ci_sanity,sanity]Success10.542
test_policy_inheritance_src_vn_dst_pol[cb_sanity,sanity,vrouter_gw]Success162.459
test_policy_inheritance_src_pol_dst_any[sanity]Success177.774
test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1]Success115.109
test_repeated_policy_modify[sanity]Success180.076
test_multi_vn_repeated_policy_update_with_ping[sanity]Success236.853
test_multi_vn_repeated_policy_update_with_ping[sanity]Success234.394
test_qos_remark_dscp_on_vmi[cb_sanity,sanity]Success59.486
test_rp_interface[ci_sanity,sanity]Success33.082
test_rp_interface_ext_community[sanity]Success33.402
test_rp_interface_static[sanity]Success32.372
test_rp_secondary_routes[sanity]SkippedNeeds MX_GW_TEST to be set0.004
test_rt_CEM_22032[cb_sanity,sanity]Success89.636
test_user_def_rt_entry[cb_sanity,sanity]Success78.440
test_sec_group_basic[sanity,suite1]Success214.429
test_sec_group_basic[sanity,suite1]Success205.410
test_sec_group_basic[cb_sanity,ci_contrail_go_kolla_ocata_sanity,sanity,suite1]Success238.931
test_svc_in_net_nat_with_static_routes[sanity]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found26.686
test_svc_v2_transparent_datapath[sanity]Skippedimage /contrail-test/images/tinycore-net-transparent-fw.qcow2 is not found17.573
test_svc_CEM_22032[ci_sanity_WIP,quick_sanity,sanity,suite1]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found16.213
test_svc_in_network_datapath[ci_sanity_WIP,quick_sanity,sanity,suite1]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found13.695
test_svc_hc_basic[sanity]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found16.760
test_svc_trans_segment_right_hc_fail_svm[sanity]Skippedimage /contrail-test/images/tinycore-net-transparent-fw.qcow2 is not found17.628
test_svc_v2_mirroring[ci_sanity_WIP,quick_sanity,sanity]Success195.750
test_vdns_ping_same_vn[ci_sanity,sanity,suite1]Success217.666
test_vm_file_trf_scp_tests[sanity]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: stderr: {{{Warning: local() encountered an error (return code 8) while executing 'wget -nv http://nexus.opensdn.io/repository///images/converts//ubuntu-sshpass-disk001.vmdk -O /contrail-test/images/ubuntu-sshpass-disk001.vmdk'}}}
stdout: {{{
[localhost] local: mkdir -p /contrail-test/images
[localhost] local: wget -nv http://nexus.opensdn.io/repository///images/converts//ubuntu-sshpass-disk001.vmdk -O /contrail-test/images/ubuntu-sshpass-disk001.vmdk
[localhost] local: rm -f /contrail-test/images/ubuntu-sshpass-disk001.vmdk
}}}

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: TestFailed
Python 3.6.8: /usr/bin/python3
Fri Aug 8 08:20:00 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.vm_regression.test_vm.TestBasicIPv6VMVN..._vm_file_trf_scp_tests[sanity] id=0x7faaa9bb12e8>, *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 TestBasicIPv6VMVNx.test_vm_file_trf_scp_tests>
self = <scripts.vm_regression.test_vm.TestBasicIPv6VMVN..._vm_file_trf_scp_tests[sanity] id=0x7faaa9bb12e8>
args = ()
kwargs = {}

/contrail-test/scripts/vm_regression/test_vm.py in test_vm_file_trf_scp_tests(self=<scripts.vm_regression.test_vm.TestBasicIPv6VMVN..._vm_file_trf_scp_tests[sanity] id=0x7faaa9bb12e8>)
3145 @preposttest_wrapper
3146 def test_vm_file_trf_scp_tests(self):
3147 super(TestBasicIPv6VMVNx, self).test_vm_file_trf_scp_tests()
3148
3149 @preposttest_wrapper
builtinsuper = <class 'super'>
global TestBasicIPv6VMVNx = <class 'scripts.vm_regression.test_vm.TestBasicIPv6VMVNx'>
self = <scripts.vm_regression.test_vm.TestBasicIPv6VMVN..._vm_file_trf_scp_tests[sanity] id=0x7faaa9bb12e8>
).test_vm_file_trf_scp_tests = <bound method TestBasicIPv6VMVNx.test_vm_file_tr...vm_file_trf_scp_tests[sanity] id=0x7faaa9bb12e8>>

/contrail-test/tcutils/util.py in wrapper(self=<scripts.vm_regression.test_vm.TestBasicIPv6VMVN..._vm_file_trf_scp_tests[sanity] id=0x7faaa9bb12e8>, *func_args=(), **func_kwargs={})
1039 raise testtools.TestCase.skipException(msg)
1040
1041 return f(self, *func_args, **func_kwargs)
1042 return wrapper
1043 return decorator
f = <function TestBasicVMVNx.test_vm_file_trf_scp_tests>
self = <scripts.vm_regression.test_vm.TestBasicIPv6VMVN..._vm_file_trf_scp_tests[sanity] id=0x7faaa9bb12e8>
func_args = ()
func_kwargs = {}

/contrail-test/tcutils/wrappers.py in wrapper(self=<scripts.vm_regression.test_vm.TestBasicIPv6VMVN..._vm_file_trf_scp_tests[sanity] id=0x7faaa9bb12e8>, *args=(), **kwargs={})
174 if 'ci_image' in list(os.environ.keys()):
175 os.environ['stop_execution_flag'] = 'set'
176 raise TestFailed("\n ".join(errmsg))
177 elif testskip:
178 log.info('')
global TestFailed = <class 'tcutils.cores.TestFailed'>
"\n ".join undefined
errmsg = ['Test failed: AssertionError\nPython 3.6.8: /usr/b...m1_fixture.wait_till_vm_is_up()\nAssertionError\n\n\n']
TestFailed: Test failed: AssertionError
Python 3.6.8: /usr/bin/python3
Fri Aug 8 08:19:56 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.vm_regression.test_vm.TestBasicIPv6VMVN..._vm_file_trf_scp_tests[sanity] id=0x7faaa9bb12e8>, *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.TestBasicIPv6VMVN..._vm_file_trf_scp_tests[sanity] id=0x7faaa9bb12e8>
args = ()
kwargs = {}

/contrail-test/scripts/vm_regression/test_vm.py in test_vm_file_trf_scp_tests(self=<scripts.vm_regression.test_vm.TestBasicIPv6VMVN..._vm_file_trf_scp_tests[sanity] id=0x7faaa9bb12e8>)
2865 vm2_fixture = self.create_vm(vn_fixture=vn_fixture,
2866 image_name='ubuntu-sshpass')
2867 assert vm1_fixture.wait_till_vm_is_up()
2868 assert vm2_fixture.wait_till_vm_is_up()
2869 for size in scp_test_file_sizes:
vm1_fixture = <VMFixture: ctest-TestBasicIPv6VMVNx-04856391-39327514>
vm1_fixture.wait_till_vm_is_up = <bound method VMFixture.wait_till_vm_is_up of <V...ure: ctest-TestBasicIPv6VMVNx-04856391-39327514>>
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/vm_regression/test_vm.py", line 2867, in test_vm_file_trf_scp_tests
assert vm1_fixture.wait_till_vm_is_up()
AssertionError



__cause__ = None
__class__ = <class 'tcutils.cores.TestFailed'>
__context__ = None
__delattr__ = <method-wrapper '__delattr__' of TestFailed object>
__dict__ = {}
__dir__ = <built-in method __dir__ of TestFailed object>
__doc__ = None
__eq__ = <method-wrapper '__eq__' of TestFailed object>
__format__ = <built-in method __format__ of TestFailed object>
__ge__ = <method-wrapper '__ge__' of TestFailed object>
__getattribute__ = <method-wrapper '__getattribute__' of TestFailed object>
__gt__ = <method-wrapper '__gt__' of TestFailed object>
__hash__ = <method-wrapper '__hash__' of TestFailed object>
__init__ = <method-wrapper '__init__' of TestFailed object>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of TestFailed object>
__lt__ = <method-wrapper '__lt__' of TestFailed object>
__module__ = 'tcutils.cores'
__ne__ = <method-wrapper '__ne__' of TestFailed object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of TestFailed object>
__reduce_ex__ = <built-in method __reduce_ex__ of TestFailed object>
__repr__ = <method-wrapper '__repr__' of TestFailed object>
__setattr__ = <method-wrapper '__setattr__' of TestFailed object>
__setstate__ = <built-in method __setstate__ of TestFailed object>
__sizeof__ = <built-in method __sizeof__ of TestFailed object>
__str__ = <method-wrapper '__str__' of TestFailed object>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
__weakref__ = None
args = ('Test failed: AssertionError\nPython 3.6.8: /usr/b...m1_fixture.wait_till_vm_is_up()\nAssertionError\n\n\n',)
with_traceback = <built-in method with_traceback of TestFailed 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 3147, in test_vm_file_trf_scp_tests
super(TestBasicIPv6VMVNx, self).test_vm_file_trf_scp_tests()
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
Fri Aug 8 08:19:56 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.vm_regression.test_vm.TestBasicIPv6VMVN..._vm_file_trf_scp_tests[sanity] id=0x7faaa9bb12e8>, *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.TestBasicIPv6VMVN..._vm_file_trf_scp_tests[sanity] id=0x7faaa9bb12e8>
args = ()
kwargs = {}

/contrail-test/scripts/vm_regression/test_vm.py in test_vm_file_trf_scp_tests(self=<scripts.vm_regression.test_vm.TestBasicIPv6VMVN..._vm_file_trf_scp_tests[sanity] id=0x7faaa9bb12e8>)
2865 vm2_fixture = self.create_vm(vn_fixture=vn_fixture,
2866 image_name='ubuntu-sshpass')
2867 assert vm1_fixture.wait_till_vm_is_up()
2868 assert vm2_fixture.wait_till_vm_is_up()
2869 for size in scp_test_file_sizes:
vm1_fixture = <VMFixture: ctest-TestBasicIPv6VMVNx-04856391-39327514>
vm1_fixture.wait_till_vm_is_up = <bound method VMFixture.wait_till_vm_is_up of <V...ure: ctest-TestBasicIPv6VMVNx-04856391-39327514>>
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/vm_regression/test_vm.py", line 2867, in test_vm_file_trf_scp_tests
assert vm1_fixture.wait_till_vm_is_up()
AssertionError

434.927 Log File
test_sctp_traffic_between_vm[sanity]Success232.023
test_generic_link_local_service[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,dev_sanity_dpdk,sanity,suite1]Success28.078
test_metadata_service[cb_sanity,ci_sanity,sanity,suite1]Success20.005
test_ping_within_vn_two_vms_two_different_subnets[ci_contrail_go_kolla_ocata_sanity,ci_sanity,sanity,suite1]Success48.182
test_ecmp_with_static_routes[cb_sanity,dev_reg,sanity]Success288.998
test_bond_lacp_config[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.628
test_dpdk_bond_status[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.578
test_fbit_disable_mbuf_dpdk[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.628
test_dpdk_gro_gso[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.613
test_mtu_config[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.560
test_vifdump_on_interface[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.592
test_fat_flow_aggr_dest_icmp_intra_vn_inter_node[dev_reg,sanity]Success328.744
test_rt_table_scenario_1[dev_reg,sanity]Success60.039
test_vlan_interface_2[cb_sanity,dev_reg,dev_sanity_dpdk,sanity]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: stderr: {{{
Warning: sudo() received nonzero return code 1 while executing 'ping -s 56 -c 3 -W 1 105.46.55.131'!


Warning: sudo() received nonzero return code 1 while executing 'ping -s 56 -c 3 -W 1 105.46.55.131'!


Warning: sudo() received nonzero return code 1 while executing 'ping -s 56 -c 3 -W 1 105.46.55.131'!


Warning: sudo() received nonzero return code 1 while executing 'ping -s 56 -c 3 -W 1 105.46.55.131'!


Warning: sudo() received nonzero return code 1 while executing 'ping -s 56 -c 3 -W 1 105.46.55.131'!


Warning: sudo() received nonzero return code 1 while executing 'ping -s 56 -c 3 -W 1 105.46.55.131'!


Warning: sudo() received nonzero return code 1 while executing 'ping -s 56 -c 3 -W 1 105.46.55.131'!


Warning: sudo() received nonzero return code 1 while executing 'ping -s 56 -c 3 -W 1 105.46.55.131'!


Warning: sudo() received nonzero return code 1 while executing 'ping -s 56 -c 3 -W 1 105.46.55.131'!


Warning: sudo() received nonzero return code 1 while executing 'ping -s 56 -c 3 -W 1 105.46.55.131'!


Warning: sudo() received nonzero return code 1 while executing 'ping -s 56 -c 3 -W 1 105.46.55.131'!
}}}

stdout: {{{
[ubuntu@169.254.0.3] run: ifconfig -a| grep 94.192.18.67 -A2 -B4| grep -i 'hwaddr\|flags' | awk '{print $1}' | cut -d ':' -f 1
[ubuntu@169.254.0.3] run: ifconfig -a| grep 94.192.18.67 -A2 -B4| grep -i 'hwaddr\|flags' | awk '{print $1}' | cut -d ':' -f 1
[ubuntu@169.254.0.3] out: eth0.100
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.5] run: ifconfig -a| grep 105.46.55.131 -A2 -B4| grep -i 'hwaddr\|flags' | awk '{print $1}' | cut -d ':' -f 1
[ubuntu@169.254.0.5] out: eth0.100
[ubuntu@169.254.0.5] out:

[ubuntu@169.254.0.3] sudo: route add -net 105.46.55.128/26 dev eth0.100
[ubuntu@169.254.0.5] sudo: route add -net 94.192.18.64/26 dev eth0.100
[ubuntu@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 105.46.55.132
[ubuntu@169.254.0.3] out: PING 105.46.55.132 (105.46.55.132) 56(84) bytes of data.
[ubuntu@169.254.0.3] out: 64 bytes from 105.46.55.132: icmp_req=1 ttl=63 time=11.1 ms
[ubuntu@169.254.0.3] out: 64 bytes from 105.46.55.132: icmp_req=2 ttl=63 time=1.46 ms
[ubuntu@169.254.0.3] out: 64 bytes from 105.46.55.132: icmp_req=3 ttl=63 time=1.21 ms
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: --- 105.46.55.132 ping statistics ---
[ubuntu@169.254.0.3] out: 3 packets transmitted, 3 received, 0% packet loss, time 2005ms
[ubuntu@169.254.0.3] out: rtt min/avg/max/mdev = 1.212/4.599/11.126/4.616 ms
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 105.46.55.131
[ubuntu@169.254.0.3] out: PING 105.46.55.131 (105.46.55.131) 56(84) bytes of data.
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=1 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=2 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=3 Destination Host Unreachable
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: --- 105.46.55.131 ping statistics ---
[ubuntu@169.254.0.3] out: 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2042ms
[ubuntu@169.254.0.3] out: pipe 3
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 105.46.55.131
[ubuntu@169.254.0.3] out: PING 105.46.55.131 (105.46.55.131) 56(84) bytes of data.
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=1 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=2 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=3 Destination Host Unreachable
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: --- 105.46.55.131 ping statistics ---
[ubuntu@169.254.0.3] out: 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2016ms
[ubuntu@169.254.0.3] out: pipe 3
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 105.46.55.131
[ubuntu@169.254.0.3] out: PING 105.46.55.131 (105.46.55.131) 56(84) bytes of data.
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=1 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=2 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=3 Destination Host Unreachable
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: --- 105.46.55.131 ping statistics ---
[ubuntu@169.254.0.3] out: 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2000ms
[ubuntu@169.254.0.3] out: pipe 3
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 105.46.55.131
[ubuntu@169.254.0.3] out: PING 105.46.55.131 (105.46.55.131) 56(84) bytes of data.
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=1 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=2 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=3 Destination Host Unreachable
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: --- 105.46.55.131 ping statistics ---
[ubuntu@169.254.0.3] out: 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2000ms
[ubuntu@169.254.0.3] out: pipe 3
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 105.46.55.131
[ubuntu@169.254.0.3] out: PING 105.46.55.131 (105.46.55.131) 56(84) bytes of data.
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=1 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=2 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=3 Destination Host Unreachable
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: --- 105.46.55.131 ping statistics ---
[ubuntu@169.254.0.3] out: 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2000ms
[ubuntu@169.254.0.3] out: pipe 3
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 105.46.55.131
[ubuntu@169.254.0.3] out: PING 105.46.55.131 (105.46.55.131) 56(84) bytes of data.
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=1 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=2 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=3 Destination Host Unreachable
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: --- 105.46.55.131 ping statistics ---
[ubuntu@169.254.0.3] out: 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2017ms
[ubuntu@169.254.0.3] out: pipe 3
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 105.46.55.131
[ubuntu@169.254.0.3] out: PING 105.46.55.131 (105.46.55.131) 56(84) bytes of data.
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=1 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=2 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=3 Destination Host Unreachable
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: --- 105.46.55.131 ping statistics ---
[ubuntu@169.254.0.3] out: 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2000ms
[ubuntu@169.254.0.3] out: pipe 3
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 105.46.55.131
[ubuntu@169.254.0.3] out: PING 105.46.55.131 (105.46.55.131) 56(84) bytes of data.
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=1 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=2 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=3 Destination Host Unreachable
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: --- 105.46.55.131 ping statistics ---
[ubuntu@169.254.0.3] out: 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2017ms
[ubuntu@169.254.0.3] out: pipe 3
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 105.46.55.131
[ubuntu@169.254.0.3] out: PING 105.46.55.131 (105.46.55.131) 56(84) bytes of data.
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=1 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=2 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=3 Destination Host Unreachable
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: --- 105.46.55.131 ping statistics ---
[ubuntu@169.254.0.3] out: 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2016ms
[ubuntu@169.254.0.3] out: pipe 3
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 105.46.55.131
[ubuntu@169.254.0.3] out: PING 105.46.55.131 (105.46.55.131) 56(84) bytes of data.
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=1 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=2 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=3 Destination Host Unreachable
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: --- 105.46.55.131 ping statistics ---
[ubuntu@169.254.0.3] out: 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2016ms
[ubuntu@169.254.0.3] out: pipe 3
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 105.46.55.131
[ubuntu@169.254.0.3] out: PING 105.46.55.131 (105.46.55.131) 56(84) bytes of data.
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=1 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=2 Destination Host Unreachable
[ubuntu@169.254.0.3] out: From 94.192.18.67 icmp_seq=3 Destination Host Unreachable
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: --- 105.46.55.131 ping statistics ---
[ubuntu@169.254.0.3] out: 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2016ms
[ubuntu@169.254.0.3] out: pipe 3
[ubuntu@169.254.0.3] out:
}}}

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.6.8: /usr/bin/python3
Fri Aug 8 08:42:53 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.vrouter.test_subinterfaces.TestSubInter...ev_reg,dev_sanity_dpdk,sanity] id=0x7faaa9b9b400>, *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 TestSubInterfaces.test_vlan_interface_2>
self = <scripts.vrouter.test_subinterfaces.TestSubInter...ev_reg,dev_sanity_dpdk,sanity] id=0x7faaa9b9b400>
args = ()
kwargs = {}

/contrail-test/scripts/vrouter/test_subinterfaces.py in test_vlan_interface_2(self=<scripts.vrouter.test_subinterfaces.TestSubInter...ev_reg,dev_sanity_dpdk,sanity] id=0x7faaa9b9b400>)
134
135 assert vm1_fixture.ping_with_certainty(vm2_fixture.vm_ip)
136 vm3_ip = self.vn3_port1.get_ip_addresses()[0]
137 assert vm1_fixture.ping_with_certainty(vm3_ip)
138 # end test_vlan_interface_2
vm1_fixture = <VMFixture: ctest-TestSubInterfaces-99416241-46576859>
vm1_fixture.ping_with_certainty = <bound method retry.<locals>.deco_retry.<locals>...ture: ctest-TestSubInterfaces-99416241-46576859>>
vm3_ip = '105.46.55.131'
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/vrouter/test_subinterfaces.py", line 137, in test_vlan_interface_2
assert vm1_fixture.ping_with_certainty(vm3_ip)
AssertionError

304.716 Log File
test_mtu_probe_inter_node[dev_reg,sanity]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: stderr: {{{
Warning: sudo() received nonzero return code 1 while executing 'dd bs=100 count=1 if=/dev/zero of=testfile;nc -4 -q 2 -w 5 -p 10001 30.245.151.4 5201 < testfile'!


Warning: sudo() received nonzero return code 1 while executing 'dd bs=100 count=1 if=/dev/zero of=testfile;nc -4 -q 2 -w 5 -p 10001 30.245.151.4 5201 < testfile'!


Warning: sudo() received nonzero return code 1 while executing 'dd bs=100 count=1 if=/dev/zero of=testfile;nc -4 -q 2 -w 5 -p 10001 30.245.151.4 5201 < testfile'!


Warning: sudo() received nonzero return code 1 while executing 'dd bs=100 count=1 if=/dev/zero of=testfile;nc -4 -q 2 -w 5 -p 10001 30.245.151.4 5201 < testfile'!


Warning: sudo() received nonzero return code 1 while executing 'dd bs=100 count=1 if=/dev/zero of=testfile;nc -4 -q 2 -w 5 -p 10001 30.245.151.4 5201 < testfile'!
}}}

stdout: {{{
[ubuntu@169.254.0.3] sudo: echo 0 > /proc/sys/net/ipv4/tcp_mtu_probing
[ubuntu@169.254.0.3] sudo: echo 0 > /proc/sys/net/ipv4/tcp_mtu_probing
[ubuntu@169.254.0.3] sudo: echo 0 > /proc/sys/net/ipv4/tcp_mtu_probing
[ubuntu@169.254.0.3] sudo: echo 0 > /proc/sys/net/ipv4/tcp_mtu_probing
[ubuntu@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 30.245.151.4
[ubuntu@169.254.0.3] out: PING 30.245.151.4 (30.245.151.4) 56(84) bytes of data.
[ubuntu@169.254.0.3] out: 64 bytes from 30.245.151.4: icmp_req=1 ttl=64 time=10.1 ms
[ubuntu@169.254.0.3] out: 64 bytes from 30.245.151.4: icmp_req=2 ttl=64 time=1.27 ms
[ubuntu@169.254.0.3] out: 64 bytes from 30.245.151.4: icmp_req=3 ttl=64 time=1.02 ms
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: --- 30.245.151.4 ping statistics ---
[ubuntu@169.254.0.3] out: 3 packets transmitted, 3 received, 0% packet loss, time 2005ms
[ubuntu@169.254.0.3] out: rtt min/avg/max/mdev = 1.025/4.152/10.159/4.248 ms
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: nohup rm -f testfile;ls -la;nc -4 -q 2 -w 5 -ll -p 5201 > testfile &
[ubuntu@169.254.0.3] out: total 132
[ubuntu@169.254.0.3] out: drwxr-xr-x 11 ubuntu ubuntu 4096 Dec 29 2017 .
[ubuntu@169.254.0.3] out: drwxr-xr-x 3 root root 4096 Jan 4 2013 ..
[ubuntu@169.254.0.3] out: -rw------- 1 ubuntu ubuntu 2689 Dec 29 2017 .bash_history
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 ubuntu ubuntu 220 Apr 3 2012 .bash_logout
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 ubuntu ubuntu 3486 Apr 3 2012 .bashrc
[ubuntu@169.254.0.3] out: drwx------ 2 ubuntu ubuntu 4096 Jan 9 2013 .cache
[ubuntu@169.254.0.3] out: -rwxrwxr-x 1 ubuntu ubuntu 1431 Feb 5 2015 flow_test_pktgen.sh
[ubuntu@169.254.0.3] out: drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 9 2013 .fontconfig
[ubuntu@169.254.0.3] out: drwxrwxr-x 2 ubuntu ubuntu 4096 Jan 9 2013 .fvwm
[ubuntu@169.254.0.3] out: drwxrwxr-x 3 ubuntu ubuntu 4096 Nov 29 2016 .jenkins
[ubuntu@169.254.0.3] out: -rw------- 1 ubuntu ubuntu 52 Jul 2 2014 .lesshst
[ubuntu@169.254.0.3] out: drwx------ 4 ubuntu ubuntu 4096 Jan 9 2013 .mozilla
[ubuntu@169.254.0.3] out: -rwxrwxr-x 1 ubuntu ubuntu 1378 Jun 27 2014 pktgen_new.sh
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 ubuntu ubuntu 675 Apr 3 2012 .profile
[ubuntu@169.254.0.3] out: drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 27 2014 scr
[ubuntu@169.254.0.3] out: drwx------ 2 ubuntu ubuntu 4096 Feb 3 2015 .ssh
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 ubuntu ubuntu 0 Jan 9 2013 .sudo_as_admin_successful
[ubuntu@169.254.0.3] out: drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 27 2014 traffic
[ubuntu@169.254.0.3] out: drwxr-xr-x 4 root root 4096 Jun 27 2014 traffic-1.0
[ubuntu@169.254.0.3] out: -rw-rw-r-- 1 ubuntu ubuntu 16361 Jan 9 2015 traffic-1.0.tar.gz
[ubuntu@169.254.0.3] out: -rw------- 1 root root 4695 Dec 17 2017 .viminfo
[ubuntu@169.254.0.3] out: -rw------- 1 ubuntu ubuntu 152 Jul 2 2014 .Xauthority
[ubuntu@169.254.0.3] out: -rw------- 1 ubuntu ubuntu 29828 Jan 9 2013 .xsession-errors
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: nohup nc -4 -q 2 -w 5 -ll 5201 > testfile &
[ubuntu@169.254.0.3] sudo: dd bs=100 count=1 if=/dev/zero of=testfile;nc -4 -q 2 -w 5 -p 10001 30.245.151.4 5201 < testfile
[ubuntu@169.254.0.3] out: 1+0 records in
[ubuntu@169.254.0.3] out: 1+0 records out
[ubuntu@169.254.0.3] out: 100 bytes (100 B) copied, 0.00105664 s, 94.6 kB/s
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: dd bs=100 count=1 if=/dev/zero of=testfile;nc -4 -q 2 -w 5 -p 10001 30.245.151.4 5201 < testfile
[ubuntu@169.254.0.3] out: 1+0 records in
[ubuntu@169.254.0.3] out: 1+0 records out
[ubuntu@169.254.0.3] out: 100 bytes (100 B) copied, 0.00146886 s, 68.1 kB/s
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: dd bs=100 count=1 if=/dev/zero of=testfile;nc -4 -q 2 -w 5 -p 10001 30.245.151.4 5201 < testfile
[ubuntu@169.254.0.3] out: 1+0 records in
[ubuntu@169.254.0.3] out: 1+0 records out
[ubuntu@169.254.0.3] out: 100 bytes (100 B) copied, 0.00130549 s, 76.6 kB/s
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: dd bs=100 count=1 if=/dev/zero of=testfile;nc -4 -q 2 -w 5 -p 10001 30.245.151.4 5201 < testfile
[ubuntu@169.254.0.3] out: 1+0 records in
[ubuntu@169.254.0.3] out: 1+0 records out
[ubuntu@169.254.0.3] out: 100 bytes (100 B) copied, 0.00107681 s, 92.9 kB/s
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: dd bs=100 count=1 if=/dev/zero of=testfile;nc -4 -q 2 -w 5 -p 10001 30.245.151.4 5201 < testfile
[ubuntu@169.254.0.3] out: 1+0 records in
[ubuntu@169.254.0.3] out: 1+0 records out
[ubuntu@169.254.0.3] out: 100 bytes (100 B) copied, 0.00120473 s, 83.0 kB/s
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 0 Aug 8 08:45 testfile
[ubuntu@169.254.0.3] out:
}}}

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.6.8: /usr/bin/python3
Fri Aug 8 08:48:46 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.vrouter.test_tcp_mtu_probe.TestMtuProbe...obe_inter_node[dev_reg,sanity] id=0x7faaa9b9bb70>, *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 TestMtuProbe.test_mtu_probe_inter_node>
self = <scripts.vrouter.test_tcp_mtu_probe.TestMtuProbe...obe_inter_node[dev_reg,sanity] id=0x7faaa9b9bb70>
args = ()
kwargs = {}

/contrail-test/tcutils/util.py in wrapper(self=<scripts.vrouter.test_tcp_mtu_probe.TestMtuProbe...obe_inter_node[dev_reg,sanity] id=0x7faaa9b9bb70>, *func_args=(), **func_kwargs={})
1039 raise testtools.TestCase.skipException(msg)
1040
1041 return f(self, *func_args, **func_kwargs)
1042 return wrapper
1043 return decorator
f = <function TestMtuProbe.test_mtu_probe_inter_node>
self = <scripts.vrouter.test_tcp_mtu_probe.TestMtuProbe...obe_inter_node[dev_reg,sanity] id=0x7faaa9b9bb70>
func_args = ()
func_kwargs = {}

/contrail-test/scripts/vrouter/test_tcp_mtu_probe.py in test_mtu_probe_inter_node(self=<scripts.vrouter.test_tcp_mtu_probe.TestMtuProbe...obe_inter_node[dev_reg,sanity] id=0x7faaa9b9bb70>)
84 self.configure_tcp_mtu_probe(client,server,value)
85 self.verify_icmp_traffic(client,server)
86 self.verify_tcp_traffic(client,server, value)
87 return True
88
self = <scripts.vrouter.test_tcp_mtu_probe.TestMtuProbe...obe_inter_node[dev_reg,sanity] id=0x7faaa9b9bb70>
self.verify_tcp_traffic = <bound method TestMtuProbe.verify_tcp_traffic of...be_inter_node[dev_reg,sanity] id=0x7faaa9b9bb70>>
client = <VMFixture: ctest-TestMtuProbe-74470465-70937604>
server = <VMFixture: ctest-TestMtuProbe-74470465-63392038>
value = 0

/contrail-test/scripts/vrouter/test_tcp_mtu_probe.py in verify_tcp_traffic(self=<scripts.vrouter.test_tcp_mtu_probe.TestMtuProbe...obe_inter_node[dev_reg,sanity] id=0x7faaa9b9bb70>, client=<VMFixture: ctest-TestMtuProbe-74470465-70937604>, server=<VMFixture: ctest-TestMtuProbe-74470465-63392038>, value=0)
42 if value is 2:
43 sport += value
44 assert self.send_nc_traffic(client, server, sport, dport, proto), "TCP traffic failed"
45 return True
46
self = <scripts.vrouter.test_tcp_mtu_probe.TestMtuProbe...obe_inter_node[dev_reg,sanity] id=0x7faaa9b9bb70>
self.send_nc_traffic = <bound method BaseVrouterTest.send_nc_traffic of...be_inter_node[dev_reg,sanity] id=0x7faaa9b9bb70>>
client = <VMFixture: ctest-TestMtuProbe-74470465-70937604>
server = <VMFixture: ctest-TestMtuProbe-74470465-63392038>
sport = 10001
dport = 5201
proto = 'tcp'
AssertionError: TCP traffic 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 = ('TCP traffic 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/tcutils/util.py", line 1041, in wrapper
return f(self, *func_args, **func_kwargs)
File "/contrail-test/scripts/vrouter/test_tcp_mtu_probe.py", line 86, in test_mtu_probe_inter_node
self.verify_tcp_traffic(client,server, value)
File "/contrail-test/scripts/vrouter/test_tcp_mtu_probe.py", line 44, in verify_tcp_traffic
assert self.send_nc_traffic(client, server, sport, dport, proto), "TCP traffic failed"
AssertionError: TCP traffic failed

349.149 Log File
test_mtu_probe_intra_node[dev_reg,sanity]Success225.798
test_vif_statistics[dev_reg,sanity]Success127.225
Properties »

Back to top