aboutsummaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorMofassirArif <Mofassir_Arif@dellteam.com>2016-01-25 03:56:21 -0800
committerMofassirArif <Mofassir_Arif@dellteam.com>2016-01-25 03:56:21 -0800
commit0e745438997721838b763b089b560ddb0c53d98b (patch)
treee6ff95f0f76b75c4bade766cd13ca86ac9b024db /func
parent971a7c98515a9d83661f5e423f7e8390f35dca59 (diff)
update: address for testing db
Change-Id: I48b30fffd1de2512e4f46ee951a85299edc06a1c Signed-off-by: MofassirArif <Mofassir_Arif@dellteam.com>
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)