Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
combined
(merge:
052df61
1dd916e
)
Merge "Read the proxy info from testcase, and set it to hosts when dhrystone benchmar...
author
Nauman Ahad
<nauman.ahad@xflowresearch.com>
Wed, 1 Jun 2016 18:44:39 +0000
(18:44 +0000)
committer
Gerrit Code Review
<gerrit@172.30.200.206>
Wed, 1 Jun 2016 18:44:39 +0000
(18:44 +0000)
1
2
func/cli.py
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
func/cli.py
index
03a5cc6
,
1f3e96f
..
76e0e19
---
1
/
func/cli.py
---
2
/
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')