Lines Matching full:machine
23 def LockAndSleep(machine): argument
24 file_lock_machine.Machine(machine, "/tmp", auto=True).Lock(exclusive=True)
29 """Class for testing machine locking."""
35 mach = file_lock_machine.Machine("qqqraymes.mtv", "/tmp")
38 mach = file_lock_machine.Machine("qqqraymes.mtv", "/tmp", auto=True)
43 mach = file_lock_machine.Machine("otter.mtv", "/tmp")
48 mach = file_lock_machine.Machine("otter.mtv", "/tmp", True)
54 mach = file_lock_machine.Machine("chrotomation.mtv", "/tmp")
62 mach = file_lock_machine.Machine("chrotomation.mtv", "/tmp", auto=True)
71 mach = file_lock_machine.Machine("atree.mtv", "/tmp")
78 mach = file_lock_machine.Machine("atree.mtv", "/tmp", auto=True)
86 mach = file_lock_machine.Machine("testExclusiveState", "/tmp")
92 mach = file_lock_machine.Machine(
101 mach = file_lock_machine.Machine("lockgone", "/tmp", auto=True)
109 mach = file_lock_machine.Machine("other_lock", "/tmp", auto=True)
119 mach = file_lock_machine.Machine("other_unlock", "/tmp", auto=True)