File tree 1 file changed +0
-8
lines changed
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):
96
96
self .mega_tabular .append (smaller_tabular )
97
97
self .mega_tabular .append (['-' * sum (len (i ) for i in smaller_tabular )])
98
98
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)
106
99
107
100
aetest .loop .mark (self .interface_check , intf = list_of_interfaces )
108
101
109
102
# create table and display. Test fails if variable 'passing' = 1.
110
103
# which means there are some CRC errors
111
104
@aetest .test
112
105
def table_display (self ):
113
- #log.info(tabulate(self.parent.parameters['megatable'],
114
106
log .info (tabulate (self .mega_tabular ,
115
107
headers = ['Device' , 'Interface' ,
116
108
'CRC Errors Counter' ,
You can’t perform that action at this time.
0 commit comments