aboutsummaryrefslogtreecommitdiffstats
path: root/qtip.py
diff options
context:
space:
mode:
authorNauman_Ahad <Nauman_Ahad@dell.com>2016-01-26 21:07:03 +0500
committerNauman Ahad <nauman.ahad@xflowresearch.com>2016-02-01 22:30:57 +0000
commit2d7d04b3f98482af62019b186b485b4b5b6f947b (patch)
tree8a05ceeaf9cca1ca7f0fe91b4710767d52bd3585 /qtip.py
parenta84bd70c1649f60d2d9e23648415324c1e372fa1 (diff)
Report Generation for QTIP
Creates a PDF file for QTIP, along with a graph of results Change-Id: Iac66bf53cf8c41554d38e3a9d6cdfec236cff3ec Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com> (cherry picked from commit fe7a87b73c2cbcceb101f3a78b16459e703cd6b7)
Diffstat (limited to 'qtip.py')
-rw-r--r--qtip.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/qtip.py b/qtip.py
index 01c49946..c540d700 100644
--- a/qtip.py
+++ b/qtip.py
@@ -15,6 +15,10 @@ 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/report && python Qtip_Report.py')
if __name__ == "__main__":
main()