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.py51 mock_lock.Unlock.assert_called_once()
68 mock_lock.Unlock.assert_called_once()
98 mock_lock.Unlock.assert_called_once()
121 mock_lock.Unlock.assert_called_once()
142 mock_lock.Unlock.assert_called_once()
Ddelete.py153 ins_lock.Unlock()
189 lock.Unlock()
219 ins_lock.Unlock()
/tools/acloud/list/
Dlist_test.py153 self.assertEqual(2, mock_lock.Unlock.call_count)
158 mock_lock.Unlock.reset_mock()
163 mock_lock.Unlock.assert_not_called()
171 self.assertEqual(2, mock_lock.Unlock.call_count)
Dlist.py159 ins_lock.Unlock()
/tools/acloud/create/
Dlocal_image_local_instance_test.py108 mock_lock.Unlock.return_value = False
117 mock_lock.Unlock.assert_called_once()
121 mock_lock.Unlock.reset_mock()
130 mock_lock.Unlock.assert_called_once()
Dgoldfish_local_image_local_instance_test.py164 self._mock_lock.Unlock.assert_called_once()
215 self._mock_lock.Unlock.assert_called_once()
263 self._mock_lock.Unlock.assert_called_once()
299 self._mock_lock.Unlock.assert_called_once()
Dlocal_image_local_instance.py167 ins_lock.Unlock()
Dgoldfish_local_image_local_instance.py130 ins_lock.Unlock()