aboutsummaryrefslogtreecommitdiffstats
path: root/functest/cli/cli_base.py
diff options
context:
space:
mode:
authorLinda Wang <wangwulin@huawei.com>2017-12-21 01:54:28 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-21 01:54:28 +0000
commit0eaf50150fccd1acd1e8d8c2bbd8ef0a1e1afc3f (patch)
tree20de7eee379e9d0257d19ed5689a31f3e2a73d96 /functest/cli/cli_base.py
parented9c3b0b4aaa751e298aed6c52f56d2a0319c70d (diff)
parent00c01aeafab54ec7b9ea376099fb6aaff0da5f5a (diff)
Merge "Remove openstack_[clean,snapshot]"
Diffstat (limited to 'functest/cli/cli_base.py')
-rw-r--r--functest/cli/cli_base.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/functest/cli/cli_base.py b/functest/cli/cli_base.py
index aa8ab24bc..5890e0a35 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():