Home
last modified time | relevance | path

Searched refs:Unlock (Results 1 – 10 of 10) sorted by relevance

/tools/acloud/internal/lib/
Dlocal_instance_lock_test.py46 self._lock.Unlock()
50 self._lock.Unlock()
56 self._lock.Unlock()
59 self._lock.Unlock()
63 self.assertRaises(RuntimeError, self._lock.Unlock)
75 lock.Unlock()
Dlocal_instance_lock.py137 def Unlock(self): member in LocalInstanceLock
165 self.Unlock()
/tools/acloud/delete/
Ddelete_test.py57 mock_lock.Unlock.assert_called_once()
78 mock_lock.Unlock.assert_called_once()
108 mock_lock.Unlock.assert_called_once()
135 mock_lock.Unlock.assert_called_once()
156 mock_lock.Unlock.assert_called_once()
Ddelete.py158 ins_lock.Unlock()
194 lock.Unlock()
224 ins_lock.Unlock()
/tools/acloud/list/
Dlist_test.py171 self.assertEqual(2, mock_lock.Unlock.call_count)
176 mock_lock.Unlock.reset_mock()
181 mock_lock.Unlock.assert_not_called()
189 self.assertEqual(2, mock_lock.Unlock.call_count)
Dlist.py159 ins_lock.Unlock()
/tools/acloud/create/
Dgoldfish_local_image_local_instance_test.py209 self._mock_lock.Unlock.assert_called_once()
257 self._mock_lock.Unlock.assert_called_once()
301 self._mock_lock.Unlock.assert_called_once()
333 self._mock_lock.Unlock.assert_called_once()
Dlocal_image_local_instance_test.py126 mock_lock.Unlock.return_value = False
135 mock_lock.Unlock.assert_called_once()
139 mock_lock.Unlock.reset_mock()
148 mock_lock.Unlock.assert_called_once()
Dgoldfish_local_image_local_instance.py129 ins_lock.Unlock()
Dlocal_image_local_instance.py176 ins_lock.Unlock()