Merge "Read the proxy info from testcase, and set it to hosts when dhrystone benchmar...
authorNauman Ahad <nauman.ahad@xflowresearch.com>
Wed, 1 Jun 2016 18:44:39 +0000 (18:44 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Wed, 1 Jun 2016 18:44:39 +0000 (18:44 +0000)
1  2 
func/cli.py

diff --cc 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')