From: Nauman Ahad Date: Wed, 1 Jun 2016 18:44:39 +0000 (+0000) Subject: Merge "Read the proxy info from testcase, and set it to hosts when dhrystone benchmar... X-Git-Tag: danube.1.0~346 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=6a75ef2591b93d05c96a9aace7266dcf952fa495;p=qtip.git Merge "Read the proxy info from testcase, and set it to hosts when dhrystone benchmarks test." --- 6a75ef2591b93d05c96a9aace7266dcf952fa495 diff --cc func/cli.py index 03a5cc69,1f3e96f2..76e0e19a --- a/func/cli.py +++ b/func/cli.py @@@ -101,7 -101,8 +101,8 @@@ class cli() obj.roles_dict.items(), self._get_fname(benchmarks[items]), benchmark_details, - obj.ip_pw_dict.items()) + obj.ip_pw_dict.items(), + proxy_info) else: - print (args.benchmark, ' is not a Template in the Directory - \ + print (benchmarks[items], ' is not a Template in the Directory - \ Enter a Valid file name. or use qtip.py -h for list')