1{ 2 name = "simple"; 3 4 nodes.machine = { }; 5 6 testScript = '' 7 start_all() 8 machine.wait_for_unit("multi-user.target") 9 machine.shutdown() 10 ''; 11}