mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 13:23:01 +02:00
test: infamy: Default to attaching to DUTs via the "mgmt" port
This convention is now well established, so it seems silly to have to repeat it in every test.
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ class Env(object):
|
||||
def get_password(self, node):
|
||||
return self.ptop.get_password(node)
|
||||
|
||||
def attach(self, node, port, protocol=None, test_reset=True, username = None, password = None):
|
||||
def attach(self, node, port="mgmt", protocol=None, test_reset=True, username = None, password = None):
|
||||
"""Attach to node on port using protocol."""
|
||||
|
||||
name = node
|
||||
|
||||
Reference in New Issue
Block a user