summaryrefslogtreecommitdiffstats
path: root/qtip/cli/commands/cmd_qpi.py
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-02-23 11:01:09 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-23 11:01:09 +0000
commit78f7b4aeff2a5dc572e2878ba7445750ffb8b860 (patch)
tree57e24efb0cea79b1e65b775aa46238174ecb57b2 /qtip/cli/commands/cmd_qpi.py
parent154b1e3ee985ce51d53b3ec05e356b674c4733e6 (diff)
parenta0a2c2388b9c05c2dff3425b581b33d1695d56eb (diff)
Merge "Addition of detail viewing command."
Diffstat (limited to 'qtip/cli/commands/cmd_qpi.py')
-rw-r--r--qtip/cli/commands/cmd_qpi.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/qtip/cli/commands/cmd_qpi.py b/qtip/cli/commands/cmd_qpi.py
index f33f0104..5fc9bec8 100644
--- a/qtip/cli/commands/cmd_qpi.py
+++ b/qtip/cli/commands/cmd_qpi.py
@@ -28,6 +28,13 @@ def cmd_list(ctx):
pass
+@cli.command('show', help='View details of a QPI')
+@click.argument('name')
+@pass_context
+def show(ctx, name):
+ pass
+
+
@cli.command('run', help='Run performance tests for the specified QPI')
@click.argument('name')
@pass_context