skip test_lock_unlock_server
skip test_lock_unlock_server due to bug 1233026.
Fix the bug will change the exception of self.servers_client.stop.
After this bug fixed, will update this test.
Change-Id: Ie1e8de6b3582147a44337b0cd6f0ab51531b6938
diff --git a/tempest/api/compute/servers/test_server_actions.py b/tempest/api/compute/servers/test_server_actions.py
index e9defe5..6e8afa0 100644
--- a/tempest/api/compute/servers/test_server_actions.py
+++ b/tempest/api/compute/servers/test_server_actions.py
@@ -301,6 +301,7 @@
self.assertEqual(202, resp.status)
self.servers_client.wait_for_server_status(self.server_id, 'ACTIVE')
+ @skip_because(bug="1233026")
@attr(type='gate')
def test_lock_unlock_server(self):
# Lock the server,try server stop(exceptions throw),unlock it and retry