commit | 4fcaad58e271b807329f2af676d3a545ad4d3d8f | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Mon Oct 28 18:07:48 2013 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Mon Oct 28 18:07:48 2013 +0000 |
tree | 41163beeec1a1bbd581c38cdc66d22c556a7ac10 | |
parent | bb8232f7d59f128f69dd269e5daadbdfbf0b9ad6 [diff] | |
parent | 1e89a1b8f4751dd902005d467fe3ed2b93bec454 [diff] |
Merge "Fix bad classname"
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.