Analytics test failure in queens
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R5.0 |
Fix Committed
|
Undecided
|
vimal | |||
Trunk |
Fix Committed
|
Undecided
|
vimal |
Bug Description
Analytics test failure in queens
Below errors are seen:
opserver
2018-11-15 06:01:15,818 - INFO - Deleted policy policy1
2018-11-15 06:01:15,844 - INFO - Setting flow export rate: 0
2018-11-15 06:01:22,876 - INFO - END TEST : test_verify_
2018-11-15 06:01:22,876 - INFO - -------
> /contrail-
-> cls.res.cleanUp()
(Pdb) l
238 cls.res.
239
240 @classmethod
241 def tearDownClass(cls):
242 import pdb;pdb.set_trace()
243 -> cls.res.cleanUp()
244 super(Analytics
245 # end tearDownClass
246
247 def runTest(self):
248 pass
(Pdb) n
in AnalyticsTestSa
In BaseResource clean--
in-----
> /contrail-
-> super(BaseSanit
(Pdb) n
2018-11-15 06:03:09,310 - INFO - Deleting VM mltf_vm
2018-11-15 06:03:09,565 - INFO - Deleting VM ctest-fvn_
2018-11-15 06:03:09,771 - INFO - Deleting VM ctest-vn2_
2018-11-15 06:03:09,948 - INFO - Deleting VN ctest-fip_
2018-11-15 06:03:10,169 - WARNING - Deleting VN ctest-fip_
2018-11-15 06:03:16,685 - INFO - Validated that VN ctest-fip_
tcutils/
if not vnl:
2018-11-15 06:03:16,788 - INFO - Validated that VN ctest-fip_
2018-11-15 06:03:16,830 - INFO - Validated that all vrouters do not have the route table for VN default-
2018-11-15 06:03:16,900 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-fip_
2018-11-15 06:03:16,901 - INFO - Deleting VN ctest-vn2-79769865
2018-11-15 06:03:17,289 - INFO - Validated that VN ctest-vn2-79769865 is not found in API Server
2018-11-15 06:03:17,373 - INFO - Validated that VN ctest-vn2-79769865 is not in any agent
2018-11-15 06:03:17,438 - INFO - Validated that all vrouters do not have the route table for VN default-
2018-11-15 06:03:17,511 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn2-79769865 info
2018-11-15 06:03:17,512 - INFO - Deleting VM ctest-vn1_
2018-11-15 06:03:17,710 - INFO - Deleting VM ctest-vn1_
2018-11-15 06:03:17,939 - INFO - Deleting VN ctest-vn1-67992767
2018-11-15 06:03:18,039 - WARNING - Deleting VN ctest-vn1-67992767 failed..Will retry
2018-11-15 06:03:23,393 - INFO - Validated that VN ctest-vn1-67992767 is not found in API Server
2018-11-15 06:03:23,481 - INFO - Validated that VN ctest-vn1-67992767 is not in any agent
2018-11-15 06:03:23,538 - INFO - Validated that all vrouters do not have the route table for VN default-
2018-11-15 06:03:23,613 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn1-67992767 info
--Return--
> /contrail-
-> super(BaseSanit
(Pdb) l
592
593 def cleanUp(self):
594 print("
595 import pdb;pdb.set_trace()
596
597 -> super(BaseSanit
598
599 def setup_sanity_
600 self.inputs = inputs
601 self.connections = connections
602 self.orch = self.connection
(Pdb) n
--Return--
> /contrail-
-> super(BaseResource, self).cleanUp()
(Pdb) l
639 super(BaseResource , self).setUp(inputs, connections)
640 self.setup_
641
642 def cleanUp(self):
643 print("In BaseResource clean--
644 -> super(BaseResource, self).cleanUp()
645
646 def setup_common_
647 (self.vn2_name, self.fip_vn_name) = (get_random_
648 self.vn2_vm2_name = get_random_
649 self.fvn_vm1_name = get_random_
(Pdb) n
--Return--
> /contrail-
-> super(Analytics
(Pdb) n
> /contrail-
-> super(Analytics
(Pdb) n
in AnalyticsBaseTest clean
in AnalyticsTestSa
In BaseResource clean--
in-----
> /contrail-
-> super(BaseSanit
(Pdb) c
=======
ERROR: tearDownClass (serial_
-------
Traceback (most recent call last):
File "serial_
super(
File "/contrail-
cls.
File "/contrail-
super(
File "/contrail-
super(
File "/contrail-
super(
File "/usr/lib/
return self._cleanups(
TypeError: 'NoneType' object is not callable
Review in progress for https:/ /review. opencontrail. org/47688
Submitter: vimal (<email address hidden>)