Merge pull request #234427 from alyssais/create_machine
nixos/test-driver: undeprecate create_machine
This commit is contained in:
commit
3580ac6c65
1 changed files with 0 additions and 5 deletions
|
@ -163,11 +163,6 @@ class Driver:
|
|||
machine.wait_for_shutdown()
|
||||
|
||||
def create_machine(self, args: Dict[str, Any]) -> Machine:
|
||||
rootlog.warning(
|
||||
"Using legacy create_machine(), please instantiate the"
|
||||
"Machine class directly, instead"
|
||||
)
|
||||
|
||||
tmp_dir = get_tmp_dir()
|
||||
|
||||
if args.get("startCommand"):
|
||||
|
|
Loading…
Reference in a new issue