Extra hypervisor rbac tests

Adds additional hypervisor rbac tests that were previously missing.
The following tests were added:
  - test_show_hypervisor
  - test_list_servers_on_hypervisor
  - test_show_hypervisor_statistics
  - test_show_hypervisor_uptime
  - test_search_hypervisor

Change-Id: Iec77d81895e30bd7adb764555fb6accc9f088ea4
This commit is contained in:
Felipe Monteiro
2017-05-04 22:26:29 +01:00
parent 4791c4b11b
commit 980bff3946
2 changed files with 63 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
---
features:
- |
Add additional compute hypervisor RBAC tests, so that the previously
missing hypervisor endpoints are covered. Tests for the following
endpoints were written:
* show_hypervisor
* list_servers_on_hypervisor
* show_hypervisor_statistics
* show_hypervisor_uptime
* search_hypervisor