aboutsummaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorMofassirArif <Mofassir_Arif@dellteam.com>2016-01-25 03:56:21 -0800
committerNauman Ahad <nauman.ahad@xflowresearch.com>2016-02-01 22:30:16 +0000
commita84bd70c1649f60d2d9e23648415324c1e372fa1 (patch)
treee6ff95f0f76b75c4bade766cd13ca86ac9b024db /func
parent635fc10d93342baedc23b8e683d9d75cd355c8c4 (diff)
update: address for testing db
Change-Id: I48b30fffd1de2512e4f46ee951a85299edc06a1c Signed-off-by: MofassirArif <Mofassir_Arif@dellteam.com> (cherry picked from commit 0e745438997721838b763b089b560ddb0c53d98b)
Diffstat (limited to 'func')
-rw-r--r--func/driver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/driver.py b/func/driver.py
index d20c0e9f..9f7db237 100644
--- a/func/driver.py
+++ b/func/driver.py
@@ -21,7 +21,7 @@ class Driver:
print os.environ['PWD']
self.dic_json = defaultdict()
- def drive_bench(self, benchmark, roles, benchmark_detail= None, pip_dict = None):
+ def drive_bench(self, benchmark, roles, benchmark_detail = None, pip_dict = None):
roles= sorted(roles)
pip_dict = sorted(pip_dict)