nixos/test-driver: re-introduce log()
Appearantly this is used in tests
This commit is contained in:
parent
f3c0a09c76
commit
87214dbd10
@ -320,6 +320,9 @@ class Machine:
|
|||||||
+ "'{}' but it is in state ‘{}’".format(require_state, state)
|
+ "'{}' but it is in state ‘{}’".format(require_state, state)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
def log(self, message: str) -> None:
|
||||||
|
self.logger.info(message)
|
||||||
|
|
||||||
def execute(self, command: str) -> Tuple[int, str]:
|
def execute(self, command: str) -> Tuple[int, str]:
|
||||||
self.connect()
|
self.connect()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user