X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=cli%2Fcli_base.py;h=827f8a4b6540a12f3a2a6950a95608ad92dcad89;hb=1da93778752185235e65007a6940d3af5592196a;hp=45be1d0016bcb1a25d95e2f5d008fd71e3b60a50;hpb=57e4df971fcf1d292e37516c247c8e9a08d282a1;p=functest.git diff --git a/cli/cli_base.py b/cli/cli_base.py index 45be1d001..827f8a4b6 100644 --- a/cli/cli_base.py +++ b/cli/cli_base.py @@ -117,7 +117,7 @@ def testcase_show(testname): @testcase.command('run', help="Executes a test case.") @click.argument('testname', type=click.STRING, required=True) -@click.option('-n', '--noclean', is_flag=True, default=False, +@click.option('-n', '--noclean', is_flag=True, default=False, help='The created openstack resources by the test' 'will not be cleaned after the execution.') def testcase_run(testname, noclean): @@ -143,7 +143,7 @@ def tier_gettests(tiername): @tier.command('run', help="Executes all the tests within a tier.") @click.argument('tiername', type=click.STRING, required=True) -@click.option('-n', '--noclean', is_flag=True, default=False, +@click.option('-n', '--noclean', is_flag=True, default=False, help='The created openstack resources by the tests' 'will not be cleaned after the execution.') def tier_run(tiername, noclean):