issue:36955 remove creating temp file for debug (#37373)

Signed-off-by: Samer Deeb <samerd@mellanox.com>
(cherry picked from commit 9031533c0c)
pull/37299/merge
Adrian Likins 7 years ago committed by Matt Davis
parent 9ff46ca52f
commit c47401463d

@ -246,9 +246,6 @@ class OnyxLinkAggModule(BaseOnyxModule):
lag_summary = self._get_port_channels(if_type)
if lag_summary:
self._parse_port_channels_summary(lag_type, lag_summary)
with open('/tmp/linagg.txt', 'w') as fp:
fp.write('current_config: %s\n' % self._current_config)
fp.write('required_config: %s\n' % self._required_config)
def _get_interface_command_suffix(self, if_name):
if if_name.startswith('Eth'):

Loading…
Cancel
Save