summaryrefslogtreecommitdiffstats
path: root/qtip/utils/cli.py
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2016-11-26 10:02:06 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-26 10:02:06 +0000
commitd20fd06e9eba62efc3c9caf1a5ec6cb550c0e0c1 (patch)
treeaa35503e115dabdac313ce5d3006d42f6b182386 /qtip/utils/cli.py
parent1c8ef62b9e7fa2ec55af34d06f5898c465b85bcf (diff)
parent8356024faa0840408bc2265ac37ed1b566aef59e (diff)
Merge "Fix test failing"
Diffstat (limited to 'qtip/utils/cli.py')
-rw-r--r--qtip/utils/cli.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtip/utils/cli.py b/qtip/utils/cli.py
index c0a14214..5e566f27 100644
--- a/qtip/utils/cli.py
+++ b/qtip/utils/cli.py
@@ -23,7 +23,7 @@ class Cli:
parser = argparse.ArgumentParser()
parser.add_argument('-l ', '--lab', required=True, help='Name of Lab '
'on which being tested, These can'
- 'be found in the benchmarks/test_plan/ directory. Please '
+ 'be found in the benchmarks/testplan/ directory. Please '
'ensure that you have edited the respective files '
'before using them. For testing other than through Jenkins'
' The user should list default after -l . all the fields in'
@@ -49,7 +49,7 @@ class Cli:
sys.exit(1)
if not args_handler.check_lab_name(args.lab):
- logger.error("You have specified a lab that is not present under benchmarks/test_plan/.\
+ logger.error("You have specified a lab that is not present under benchmarks/testplan/.\
Please enter correct file. If unsure how to proceed, use -l default.")
sys.exit(1)
suite = args.file