Test Results

Designed for use with JUnit and Ant.

Properties

Build : 1.3.4.1.1
cores : {'10.0.0.22': []}
LogsLocation : http://None/None/1.3.4.1.1_2025_02_05_11_56_37/logs/
Report : http://None/None/1.3.4.1.1_2025_02_05_11_56_37/junit-noframes.html
Topology :
DISTRO : "Ubuntu 22.04.4 LTS"
SKU :
Config Nodes : ['cn-jenkins-deploy-platform-ansible-k8s-287-1.englab.juniper.net']
Control Nodes : ['cn-jenkins-deploy-platform-ansible-k8s-287-1.englab.juniper.net']
Compute Nodes : ['cn-jenkins-deploy-platform-ansible-k8s-287-1.englab.juniper.net']
WebUI Node : ['cn-jenkins-deploy-platform-ansible-k8s-287-1.englab.juniper.net']
Analytics Nodes : ['cn-jenkins-deploy-platform-ansible-k8s-287-1.englab.juniper.net']
Database Nodes : ['cn-jenkins-deploy-platform-ansible-k8s-287-1.englab.juniper.net']
Physical Devices : ['']


Summary

TestsFailuresErrorsSkippedSuccess rateTime
33000.00%1911.515
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)
30301911.515

Package

NameTestsErrorsFailuresSkippedTime(s)
00003.466
scripts30301908.049
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 176, in wrapper
raise TestFailed("\n ".join(errmsg))
tcutils.cores.TestFailed: Test failed: AssertionError
Python 3.6.8: /usr/bin/python3
Wed Feb 5 12:15:12 2025

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

/contrail-test/tcutils/wrappers.py in wrapper(self=<scripts.k8s_scripts.test_ingress.TestIngressClu...sanity,k8s_sanity,k8s_upgrade] id=0x7fcda9cc9b70>, *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 TestIngressClusterIp.test_ingress_ip_assignment>
self = <scripts.k8s_scripts.test_ingress.TestIngressClu...sanity,k8s_sanity,k8s_upgrade] id=0x7fcda9cc9b70>
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=0x7fcda9cc9b70>)
69 self.verify_nginx_pod(pod1)
70 self.verify_nginx_pod(pod2)
71 assert pod3.verify_on_setup()
72
73 def validate():
pod3 = <k8s.pod.PodFixture object>
pod3.verify_on_setup = <bound method PodFixture.verify_on_setup of <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 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/k8s_scripts/test_ingress.py", line 71, in test_ingress_ip_assignment
assert pod3.verify_on_setup()
AssertionError

1100.761 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/scripts/k8s_scripts/test_policy.py", line 2573, in setUp
self._res = self.__class__.SharedResources(self.connections)
File "/contrail-test/tcutils/util.py", line 884, in __call__
Singleton, cls).__call__(*args, **kwargs)
File "/contrail-test/scripts/k8s_scripts/test_policy.py", line 2451, in __init__
self.setUp()
File "/contrail-test/scripts/k8s_scripts/test_policy.py", line 2531, in setUp
assert self.web1_pod_ns1.verify_on_setup()
AssertionError

800.437 Log File
.tearDownClass (scripts.k8s_scripts.test_policy.TestNetworkPolicyServiceIngress)FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/contrail-test/scripts/k8s_scripts/test_policy.py", line 2589, in tearDownClass
if getattr(cls, '_shared_resources'):
AttributeError: type object 'TestNetworkPolicyServiceIngress' has no attribute '_shared_resources'

0.000 Log File
Properties »

Back to top