packagee2etypestopMachinestruct{/* No command line args other than a machine vm name (also not required) */cmd[]string}func(sstopMachine)buildCmd(m*machineTestBuilder)[]string{cmd:=[]string{"machine","stop"}iflen(m.name)>0{cmd=append(cmd,m.name)}returncmd}