Test Results

Designed for use with JUnit and Ant.

Properties

Build : 1.0.3.8.2
cores : {'10.0.0.23': [], '10.0.0.53': [], '10.0.0.61': [], '10.0.0.24': [], '10.0.0.35': []}
LogsLocation : http://None/None/1.0.3.8.2_2024_09_18_14_49_08/logs/
Report : http://None/None/1.0.3.8.2_2024_09_18_14_49_08/junit-noframes.html
Topology :
DISTRO : "Ubuntu 20.04.6 LTS"
SKU :
Config Nodes : ['cn-jenkins-deploy-platform-juju-k8s-703-2', 'cn-jenkins-deploy-platform-juju-k8s-703-3', 'cn-jenkins-deploy-platform-juju-k8s-703-1']
Control Nodes : ['cn-jenkins-deploy-platform-juju-k8s-703-2', 'cn-jenkins-deploy-platform-juju-k8s-703-3', 'cn-jenkins-deploy-platform-juju-k8s-703-1']
Compute Nodes : ['an-jenkins-deploy-platform-juju-k8s-703-1.englab.juniper.net', 'an-jenkins-deploy-platform-juju-k8s-703-2.englab.juniper.net']
WebUI Node : ['cn-jenkins-deploy-platform-juju-k8s-703-2', 'cn-jenkins-deploy-platform-juju-k8s-703-3', 'cn-jenkins-deploy-platform-juju-k8s-703-1']
Analytics Nodes : ['cn-jenkins-deploy-platform-juju-k8s-703-2', 'cn-jenkins-deploy-platform-juju-k8s-703-3', 'cn-jenkins-deploy-platform-juju-k8s-703-1']
Database Nodes : ['cn-jenkins-deploy-platform-juju-k8s-703-2', 'cn-jenkins-deploy-platform-juju-k8s-703-3', 'cn-jenkins-deploy-platform-juju-k8s-703-1']
Physical Devices : ['']


Summary

TestsFailuresErrorsSkippedSuccess rateTime
22000.00%1832.881
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)
20201832.881

Package

NameTestsErrorsFailuresSkippedTime(s)
00003.663
scripts20201829.218
Back to top


TestCase

NameStatusTypeTime(s)LogFile
Properties »

Back to top

TestCase scripts

NameStatusTypeTime(s)LogFile
TestIngressClusterIp.test_ingress_ip_assignment[ci_k8s_sanity,k8s_sanity,k8s_upgrade]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 177, in wrapper
raise TestFailed("\n ".join(errmsg))
tcutils.cores.TestFailed: Test failed: AssertionError
Python 3.6.8: /usr/bin/python3
Wed Sep 18 15:04:20 2024

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.k8s_scripts.test_ingress.TestIngressClu...sanity,k8s_sanity,k8s_upgrade] id=0x7f626c32e9b0>, *args=(), **kwargs={})
79 log.info('Initial checks done. Running the testcase now')
80 log.info('')
81 result = function(self, *args, **kwargs)
82 if self.inputs.upgrade:
83 pid = os.getpid()
result = None
function = <function TestIngressClusterIp.test_ingress_ip_assignment>
self = <scripts.k8s_scripts.test_ingress.TestIngressClu...sanity,k8s_sanity,k8s_upgrade] id=0x7f626c32e9b0>
args = ()
kwargs = {}

/contrail-test/scripts/k8s_scripts/test_ingress.py in test_ingress_ip_assignment(self=<scripts.k8s_scripts.test_ingress.TestIngressClu...sanity,k8s_sanity,k8s_upgrade] id=0x7f626c32e9b0>)
75 assert self.validate_nginx_lb([pod1, pod2], ingress.cluster_ip,
76 test_pod=pod3)
77 validate()
78 self.validate_post_upgrade = validate
79 # end test_ingress_ip_assignment
validate = <function TestIngressClusterIp.test_ingress_ip_assignment.<locals>.validate>

/contrail-test/scripts/k8s_scripts/test_ingress.py in validate()
74 # Now validate ingress from within the cluster network
75 assert self.validate_nginx_lb([pod1, pod2], ingress.cluster_ip,
76 test_pod=pod3)
77 validate()
78 self.validate_post_upgrade = validate
test_pod undefined
pod3 = <k8s.pod.PodFixture object>
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 81, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/k8s_scripts/test_ingress.py", line 77, in test_ingress_ip_assignment
validate()
File "/contrail-test/scripts/k8s_scripts/test_ingress.py", line 76, in validate
test_pod=pod3)
AssertionError

930.648 Log File
TestNetworkPolicyServiceIngress.test_ingress_rule_on_pod_with_service[ci_k8s_sanity,k8s_sanity]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 177, in wrapper
raise TestFailed("\n ".join(errmsg))
tcutils.cores.TestFailed: Test failed: AssertionError
Python 3.6.8: /usr/bin/python3
Wed Sep 18 15:19:58 2024

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.k8s_scripts.test_policy.TestNetworkPoli...vice[ci_k8s_sanity,k8s_sanity] id=0x7f626c288b70>, *args=(), **kwargs={})
79 log.info('Initial checks done. Running the testcase now')
80 log.info('')
81 result = function(self, *args, **kwargs)
82 if self.inputs.upgrade:
83 pid = os.getpid()
result = None
function = <function TestNetworkPolicyServiceIngress.test_ingress_rule_on_pod_with_service>
self = <scripts.k8s_scripts.test_policy.TestNetworkPoli...vice[ci_k8s_sanity,k8s_sanity] id=0x7f626c288b70>
args = ()
kwargs = {}

/contrail-test/scripts/k8s_scripts/test_policy.py in test_ingress_rule_on_pod_with_service(self=<scripts.k8s_scripts.test_policy.TestNetworkPoli...vice[ci_k8s_sanity,k8s_sanity] id=0x7f626c288b70>)
3158 assert self.validate_nginx_lb([self.web1_pod_ns1,self.web2_pod_ns1],
3159 service_ns1.cluster_ip,
3160 test_pod=self.client1_pod_ns1)
3161 assert self.validate_nginx_lb([self.web1_pod_ns1,self.web2_pod_ns1],
3162 service_ns1.cluster_ip,
test_pod undefined
self = <scripts.k8s_scripts.test_policy.TestNetworkPoli...vice[ci_k8s_sanity,k8s_sanity] id=0x7f626c288b70>
self.client1_pod_ns1 = <k8s.pod.PodFixture object>
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 81, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/k8s_scripts/test_policy.py", line 3160, in test_ingress_rule_on_pod_with_service
test_pod=self.client1_pod_ns1)
AssertionError

889.145 Log File
Properties »

Back to top