Home | History | Annotate | Download | only in p2p_EndToEndTest

Lines Matching full:machines

26 The test runs over a set of N machines generating a random file in one of
27 them (called the "master") and sharing it with the rest of the machines. The
28 success condition of this test occurs when all the N machines have the same
43 peers=machines,
46 if len(machines) < 2:
47 raise error.TestError('At least two machines are needed for this test')
49 # The file ID shared among all test machines.
53 barrier = queue_barrier.QueueBarrier(len(machines)-1)
56 master = machines[0]
58 job.parallel_simple(run, machines)