summaryrefslogtreecommitdiff
path: root/openstackclient/tests
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/tests')
-rw-r--r--openstackclient/tests/unit/compute/v2/test_hypervisor.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/openstackclient/tests/unit/compute/v2/test_hypervisor.py b/openstackclient/tests/unit/compute/v2/test_hypervisor.py
index d94a107c..02ac6ba3 100644
--- a/openstackclient/tests/unit/compute/v2/test_hypervisor.py
+++ b/openstackclient/tests/unit/compute/v2/test_hypervisor.py
@@ -159,10 +159,12 @@ class TestHypervisorShow(TestHypervisor):
'free_disk_gb',
'free_ram_mb',
'host_ip',
+ 'host_time',
'hypervisor_hostname',
'hypervisor_type',
'hypervisor_version',
'id',
+ 'load_average',
'local_gb',
'local_gb_used',
'memory_mb',
@@ -172,6 +174,8 @@ class TestHypervisorShow(TestHypervisor):
'service_id',
'state',
'status',
+ 'uptime',
+ 'users',
'vcpus',
'vcpus_used',
)
@@ -183,10 +187,12 @@ class TestHypervisorShow(TestHypervisor):
50,
1024,
'192.168.0.10',
+ '01:28:24',
self.hypervisor.hypervisor_hostname,
'QEMU',
2004001,
self.hypervisor.id,
+ '0.94, 0.62, 0.50',
50,
0,
1024,
@@ -196,6 +202,8 @@ class TestHypervisorShow(TestHypervisor):
1,
'up',
'enabled',
+ '3 days, 11:15',
+ '1',
4,
0,
)