From 9dc7b5c31761a51460d385f0ff6a33eb793a730e Mon Sep 17 00:00:00 2001 From: MofassirArif Date: Mon, 1 Feb 2016 04:54:28 -0800 Subject: add sudo changes for joid Change-Id: Id31e687779be159cd3ad83cb3df2289054927074 Signed-off-by: MofassirArif (cherry picked from commit 062d12fc2f6a8de367da50445a8af49b983d0b81) --- qtip.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qtip.py') diff --git a/qtip.py b/qtip.py index 0844ff12..befbc23d 100644 --- a/qtip.py +++ b/qtip.py @@ -15,9 +15,9 @@ import os def main(): os.system('./data/file_permission.sh') Objcli = cli() - os.system('cd data/ref_results && python compute_suite.py') - os.system('cd data/ref_results && python storage_suite.py') - os.system('cd data/ref_results && python network_suite.py') +# os.system('cd data/ref_results && python compute_suite.py') +# os.system('cd data/ref_results && python storage_suite.py') +# os.system('cd data/ref_results && python network_suite.py') # os.system('cd data/report && python Qtip_Report.py') if __name__ == "__main__": -- cgit 1.2.3-korg