Fix test for ethernet switch show arp

This commit is contained in:
Julien Duponchelle
2017-06-23 10:54:05 +02:00
parent 3ed055dbb9
commit bcdac6c969
2 changed files with 10 additions and 8 deletions

View File

@ -99,10 +99,6 @@ class EthernetSwitch(Device):
else:
self._ports = ports
@property
def console(self):
return self._console
def __json__(self):
ethernet_switch_info = {"name": self.name,