(self, interface, timeout=300)
| 64 | return [i for i, m in self.console.state['INTERFACES'].items() if m[0]] |
| 65 | |
| 66 | def run(self, interface, timeout=300): |
| 67 | self.scan(interface, timeout) |
| 68 | |
| 69 | def validate(self, interface, timeout=300): |
| 70 | if interface not in self.console.root.interfaces: |
no test coverage detected