From 9edb0f9e48cc923ed443d3d66886713cde9b628d Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Thu, 10 Nov 2016 10:59:26 +0800 Subject: Adjust folder structure Note: this patchset may break existing features, but it will help to accelerate the refactoring work. JIRA: QTIP-131 Change-Id: Ie0cd9d185e6b02316878daef905e26f4e533a66b Signed-off-by: Yujun Zhang --- utils/report/get_indices.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 utils/report/get_indices.py (limited to 'utils/report/get_indices.py') diff --git a/utils/report/get_indices.py b/utils/report/get_indices.py deleted file mode 100644 index 91219c0b..00000000 --- a/utils/report/get_indices.py +++ /dev/null @@ -1,8 +0,0 @@ -import json - - -def get_index(suite): - with open('../../results/' + suite + '.json') as result_file: - result_djson = json.load(result_file) - index = result_djson['index'] - return index -- cgit 1.2.3-korg