commit | 1e89a1b8f4751dd902005d467fe3ed2b93bec454 | [log] [tgz] |
---|---|---|
author | Mate Lakat <mate.lakat@citrix.com> | Sat Oct 26 11:19:13 2013 +0100 |
committer | Mate Lakat <mate.lakat@citrix.com> | Sat Oct 26 11:26:27 2013 +0100 |
tree | a4c1588b1b79a89e924769cbdc535f4a957d0c85 | |
parent | 432769935fd6f9a213cafc6f994f3d8f15369f1a [diff] |
Fix bad classname During refactor https://review.openstack.org/52562 the rename of BaseComputeAdminTest did not happen at tempest.api.compute.admin.test_host_negative. This patch corrects the error. Fixes bug 1244917 Change-Id: Ia6949b512ee878d9f122117a42a1ac73667bde6b
diff --git a/tempest/api/compute/admin/test_hosts_negative.py b/tempest/api/compute/admin/test_hosts_negative.py index 9d4c62b..6b24e72 100644 --- a/tempest/api/compute/admin/test_hosts_negative.py +++ b/tempest/api/compute/admin/test_hosts_negative.py
@@ -20,7 +20,7 @@ from tempest.test import attr -class HostsAdminNegativeTestJSON(base.BaseComputeAdminTest): +class HostsAdminNegativeTestJSON(base.BaseV2ComputeAdminTest): """ Tests hosts API using admin privileges.