diff --git a/tests/integration/tests/api/mgmt/hosts.py b/tests/integration/tests/api/mgmt/hosts.py index 2ebcd069..fcf3082e 100644 --- a/tests/integration/tests/api/mgmt/hosts.py +++ b/tests/integration/tests/api/mgmt/hosts.py @@ -142,3 +142,5 @@ class HostsAfterInstanceCreation(object): check.equal(sorted(['id', 'name', 'status', 'server_id', 'tenant_id']), sorted(instance.keys())) + for key in instance.keys(): + check.is_not_none(instance[key])