Unverified Commit 3580ac6c authored by Jacek Galowicz's avatar Jacek Galowicz Committed by GitHub
Browse files

Merge pull request #234427 from alyssais/create_machine

nixos/test-driver: undeprecate create_machine
parents 6abae5cb 845576aa
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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"):