Adding missing nova read only CLI test
1. nova quota-defaults 2. nova bash-completion Previously these were proposed at - https://review.openstack.org/#/c/98735/ Change-Id: I3c2e9aa652cb712b41b9347cb144044012e2338e
This commit is contained in:
parent
773eea811d
commit
09571ba7dc
@ -161,6 +161,13 @@ class SimpleReadOnlyNovaClientTest(base.ClientTestBase):
|
||||
def test_version_list(self):
|
||||
self.nova('version-list')
|
||||
|
||||
def test_quota_defaults(self):
|
||||
self.nova('quota-defaults')
|
||||
self.nova('quota-defaults', flags='--debug')
|
||||
|
||||
def test_bash_completion(self):
|
||||
self.nova('bash-completion')
|
||||
|
||||
# Optional arguments:
|
||||
|
||||
def test_admin_version(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user