Lines Matching full:machine
31 class Machine: class
44 class Client(Machine):
46 def __init__(self, machine): argument
48 self.machine=machine
52 self.command="ssh "+user+"@"+self.machine+" "+self.command
73 command="scp "+fichier+" "+user+"@"+self.machine+":"+path
77 class Serveur(Machine):
102 print("-c <machine> : host list to deploy/run/clean the test")
103 print("-s <machine> : NFS server to use to setup the test")
104 print("-n <num> : number of processes each test machine will lauch to perform the test")
105 print("-f <file> : test file. This must be the same on each machine")
112 …print("*Run test on testmachine1,testmachine2 with 50 process on each machine using /mnt/nfsv4/tes…
127 print("Setting up machine "+i)