aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ref_results/index_calculation.py
AgeCommit message (Collapse)AuthorFilesLines
2017-01-11Reorganize the project foldersYujun Zhang1-41/+0
Code from Brahmaputra is no longer maintained, including: - docker - playbooks - scripts - utils They are moved to legacy folder to avoid unnecessary confusion to new developers. Change-Id: Ia50383ca5c3bd82571eb7b2184e7f83e264ff8a7 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-11-01Bugfix:Fix index always be 0 problem.zhifeng.jiang1-1/+1
modification: Add testcase yaml format auto in index_calculate; Delete generator_ref_json.py Fix SSL AES arg value wrong problems when calling 'get_index' JIRA:QTIP-130 Change-Id: Ic05e4ed6b63e4011a2113f11bc84763303546c73 Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
2016-10-17bugfix due to directory adjustmentwu.zhihui1-1/+1
Some files still use directory "data/". Fix it. Change-Id: Ia07f380c3e9c3e312d17b09728b050c818492f0f Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-10-14Adjust directory structurewu.zhihui1-0/+41
qtip ! +---- scripts ! ! ! +----ref_result # python scripts to generate results report ! +----fetch_compute_ips.sh ! +----fetch_os_creds.sh ! +----file_permission.sh ! +----get_env_info.sh ! +----qtip_creds.sh ! +----ssh_exch.exp ! +---- config ! ! ! +---- Qtip_key ! +---- Qtip_key.pub ! +---- SampleHeat.yaml ! +---- utils ! ! ! +---- logger_utils.py ! +---- report # generate pdf report file Change-Id: Ia908ff31494369c1a13fb88b1ff9b0e5681f8e29 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>