html test log file has some data clipped off

Bug #1718141 reported by Vedamurthy Joshi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R5.0
Won't Fix
Low
Sudheendra Rao
Trunk
New
Low
Sudheendra Rao

Bug Description

Example testecmpsanity.log:

2017-09-19 03:02:30,348 - ERROR - <type 'exceptions.TypeError'>
Python 2.7.6: /usr/bin/python
Tue Sep 19 03:02:20 2017

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.ecmp.test_ecmp.TestECMPSanity.test_ecmp...static_route_no_policy[sanity] id=0x7fe0cb02da50>, *args=(), **kwargs={})
   76 log.info('Initial checks done. Running the testcase now')
   77 log.info('')
   78 result = function(self, *args, **kwargs)
   79 except KeyboardInterrupt:
   80 raise
result = None
function = <function test_ecmp_svc_in_network_with_static_route_no_policy>
self = <scripts.ecmp.test_ecmp.TestECMPSanity.test_ecmp...static_route_no_policy[sanity] id=0x7fe0cb02da50>
args = ()
kwargs = {}

 /contrail-test/scripts/ecmp/test_ecmp.py in test_ecmp_svc_in_network_with_static_route_no_policy(self=<scripts.ecmp.test_ecmp.TestECMPSanity.test_ecmp...static_route_no_policy[sanity] id=0x7fe0cb02da50>)
  121 self.verify_traffic_flow(
  122 self.left_vm_fixture, dst_vm_list, si_fixture,
  123 self.left_vn_fixture)
  124 self.logger.info(
  125 '%%%%% Will Detach the policy from the networks and delete it %%%%%')
self = <scripts.ecmp.test_ecmp.TestECMPSanity.test_ecmp...static_route_no_policy[sanity] id=0x7fe0cb02da50>
self.left_vn_fixture = <vn_test.VNFixture object>

---------
As seen in testecmpsanity.html:

2017-09-19 03:02:30,348 - ERROR -
Python 2.7.6: /usr/bin/python
Tue Sep 19 03:02:20 2017

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=, *args=(), **kwargs={})
76 log.info('Initial checks done. Running the testcase now')
77 log.info('')
78 result = function(self, *args, **kwargs)
79 except KeyboardInterrupt:
80 raise
result = None
function =
self =
args = ()
kwargs = {}

/contrail-test/scripts/ecmp/test_ecmp.py in test_ecmp_svc_in_network_with_static_route_no_policy(self=)
121 self.verify_traffic_flow(
122 self.left_vm_fixture, dst_vm_list, si_fixture,
123 self.left_vn_fixture)
124 self.logger.info(
125 '%%%%% Will Detach the policy from the networks and delete it %%%%%')
self =
self.left_vn_fixture =

/contrail-test/common/ecmp/ecmp_traffic.py in verify_traffic_flow(self=, src_vm=, dst_vm_list=[], si_fix=, src_vn=, src_ip=u'84.22.193.3', dst_ip=u'166.226.67.3', ecmp_hash=None, flow_count=3)
36 self.verify_flow_thru_si(si_fix, src_vn, ecmp_hash=ecmp_hash, flow_count=flow_count)
37 self.verify_flow_records(src_vm, src_ip=src_ip, dst_ip=dst_ip, flow_count=flow_count)
38 self.stop_traffic(sender, receiver, dst_vm_list, stream_list)
39
40 return True
self =
self.stop_traffic = >
sender = {: {: }, : {: }, : {: }}
receiver = {: {: }, : {: }, : {: }}
dst_vm_list = []
stream_list = [, , ]

Tags: automation
Changed in juniperopenstack:
importance: Undecided → Medium
Revision history for this message
Sudheendra Rao (sudheendra-k) wrote :

not planning to fix this.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.