aboutsummaryrefslogtreecommitdiffstats
path: root/qtip.py
diff options
context:
space:
mode:
authorMofassirArif <Mofassir_Arif@dellteam.com>2016-01-28 04:29:29 -0800
committerNauman Ahad <nauman.ahad@xflowresearch.com>2016-02-01 22:35:33 +0000
commitf2b895c2b5df03a6b726f58eac456dad9cf54e34 (patch)
tree7a516390c4139b019c5f50f4675b9487956a476d /qtip.py
parent70326a8fd57f115f6d0889cfddada7c6945a691b (diff)
qtip: add condition for switching user to joid.
Change-Id: I9898a4eb21fb197a59fc72686d156eb4ef115388 Signed-off-by: MofassirArif <Mofassir_Arif@dellteam.com> (cherry picked from commit 4c27a6b94a0664418664569384ce236159385c71)
Diffstat (limited to 'qtip.py')
-rw-r--r--qtip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtip.py b/qtip.py
index c540d700..0844ff12 100644
--- a/qtip.py
+++ b/qtip.py
@@ -18,7 +18,7 @@ def main():
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')
+# os.system('cd data/report && python Qtip_Report.py')
if __name__ == "__main__":
main()