summaryrefslogtreecommitdiff
path: root/tempest/api
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-01-22 03:35:21 +0000
committerGerrit Code Review <review@openstack.org>2022-01-22 03:35:21 +0000
commit2caabcd6a5728b0786ff53df7a671d4ecc48b733 (patch)
tree305f251fa7a3691a6562010e1203df4f90b8401b /tempest/api
parent2ea105d084793b8a6490e71030f6d4b46c987830 (diff)
parentda34773534b50b72fb4445c368b0a5ea3e1264fa (diff)
downloadtempest-2caabcd6a5728b0786ff53df7a671d4ecc48b733.tar.gz
Merge "edit check result and make sure the query result correct"
Diffstat (limited to 'tempest/api')
-rw-r--r--tempest/api/compute/admin/test_agents.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tempest/api/compute/admin/test_agents.py b/tempest/api/compute/admin/test_agents.py
index 4cc5fdd34..f54fb2245 100644
--- a/tempest/api/compute/admin/test_agents.py
+++ b/tempest/api/compute/admin/test_agents.py
@@ -119,3 +119,5 @@ class AgentsAdminTestJSON(base.BaseV2ComputeAdminTest):
self.assertIn(agent_id_xen, map(lambda x: x['agent_id'], agents))
self.assertNotIn(body['agent_id'], map(lambda x: x['agent_id'],
agents))
+ for agent in agents:
+ self.assertEqual(agent_xen['hypervisor'], agent['hypervisor'])