summaryrefslogtreecommitdiffstats
path: root/scripts/ref_results
AgeCommit message (Collapse)AuthorFilesLines
2017-01-11Reorganize the project foldersYujun Zhang8-436/+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-16Bugfix:Correct the import path in qtip_server.zhifeng.jiang1-1/+1
JIRA:QTIP-158 Change-Id: I962b01496346dc2257b069b4feffaef6dd094322 Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
2016-11-05Remove results directory out of reposwu.zhihui1-1/+3
Delete results directory from qtip repos. And the results files will be stored under /home/opnfv/qtip/results. Change-Id: Ie1091e60eb77068c20a9095f0f85454f18173872 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-11-01Bugfix:Fix index always be 0 problem.zhifeng.jiang3-93/+11
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-20Push test results to testdb at the end of qtip_server job.zhifeng.jiang1-1/+2
JIRA:QTIP-99 Change-Id: I2a3ba25c1bcb66cf71a65757c3f003838dca614f 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.zhihui9-0/+515
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>