diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-12-21 01:54:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-21 01:54:28 +0000 |
commit | 0eaf50150fccd1acd1e8d8c2bbd8ef0a1e1afc3f (patch) | |
tree | 20de7eee379e9d0257d19ed5689a31f3e2a73d96 /functest/cli/cli_base.py | |
parent | ed9c3b0b4aaa751e298aed6c52f56d2a0319c70d (diff) | |
parent | 00c01aeafab54ec7b9ea376099fb6aaff0da5f5a (diff) |
Merge "Remove openstack_[clean,snapshot]"
Diffstat (limited to 'functest/cli/cli_base.py')
-rw-r--r-- | functest/cli/cli_base.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/functest/cli/cli_base.py b/functest/cli/cli_base.py index aa8ab24b..5890e0a3 100644 --- a/functest/cli/cli_base.py +++ b/functest/cli/cli_base.py @@ -64,23 +64,6 @@ def os_check(): _openstack.check() -@openstack.command('snapshot-create', help="Generates a snapshot of the " - "current OpenStack resources.") -def os_snapshot_create(): - _openstack.snapshot_create() - - -@openstack.command('snapshot-show', help="Prints the OpenStack snapshot.") -def os_snapshot_show(): - _openstack.snapshot_show() - - -@openstack.command('clean', - help="Cleans the OpenStack resources except the snapshot.") -def os_clean(): - _openstack.clean() - - @openstack.command('show-credentials', help="Prints the OpenStack credentials.") def os_show_credentials(): |