Skip to content

Commit ceedf50

Browse files
author
simon
committed
final clean up
1 parent a3fdc79 commit ceedf50

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

crc_errors/CRC_Count_check.py

-8
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)