Merge pull request #234427 from alyssais/create_machine

nixos/test-driver: undeprecate create_machine

authored by

Jacek Galowicz and committed by
GitHub
3580ac6c 6abae5cb

-5
-5
nixos/lib/test-driver/test_driver/driver.py
··· 163 163 machine.wait_for_shutdown() 164 164 165 165 def create_machine(self, args: Dict[str, Any]) -> Machine: 166 - rootlog.warning( 167 - "Using legacy create_machine(), please instantiate the" 168 - "Machine class directly, instead" 169 - ) 170 - 171 166 tmp_dir = get_tmp_dir() 172 167 173 168 if args.get("startCommand"):