File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -96,21 +96,13 @@ def setup(self, dev):
9696 self .mega_tabular .append (smaller_tabular )
9797 self .mega_tabular .append (['-' * sum (len (i ) for i in smaller_tabular )])
9898
99- #pass megadict to interface test function
100- #self.parent.parameters.update(mega=mega_dict[dev.name])
101- #self.megadictname=self.mega_dict[dev.name])
102- #pass megatable list to table_display test function
103- # self.parent.parameters.update(megatable=self.mega_tabular)
104- #pass self.passing variable to table_display function in order indicate pass or fail - 0=pass 1=fail
105- #self.parent.parameters.update(passing=self.passing)
10699
107100 aetest .loop .mark (self .interface_check , intf = list_of_interfaces )
108101
109102# create table and display. Test fails if variable 'passing' = 1.
110103# which means there are some CRC errors
111104 @aetest .test
112105 def table_display (self ):
113- #log.info(tabulate(self.parent.parameters['megatable'],
114106 log .info (tabulate (self .mega_tabular ,
115107 headers = ['Device' , 'Interface' ,
116108 'CRC Errors Counter' ,
You can’t perform that action at this time.
0 commit comments