Adjust directory structure 03/23003/8
authorwu.zhihui <wu.zhihui1@zte.com.cn>
Wed, 12 Oct 2016 07:32:52 +0000 (15:32 +0800)
committerwu.zhihui <wu.zhihui1@zte.com.cn>
Fri, 14 Oct 2016 09:16:00 +0000 (17:16 +0800)
commiteddc35b497362c0c01e612d66ed19c4d5c9dd328
tree9a9c792a002fce40782158b9d645e597d3606f1b
parent975e241de4d4bf3839c788ad743d0cc077e23bd4
Adjust directory structure

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>
30 files changed:
config/QtipKey [moved from data/QtipKey with 100% similarity]
config/QtipKey.pub [moved from data/QtipKey.pub with 100% similarity]
config/SampleHeat.yaml [moved from heat/SampleHeat.yaml with 100% similarity]
docker/run_qtip.sh
func/driver.py
func/env_setup.py
func/spawn_vm.py
scripts/fetch_compute_ips.sh [moved from data/fetch_compute_ips.sh with 100% similarity]
scripts/fetch_os_creds.sh [moved from data/fetch_os_creds.sh with 100% similarity]
scripts/file_permission.sh [moved from data/file_permission.sh with 100% similarity]
scripts/get_env_info.sh [moved from get_env_info.sh with 92% similarity]
scripts/qtip_creds.sh [moved from data/qtip_creds.sh with 100% similarity]
scripts/ref_results/__init__.py [moved from data/__init__.py with 100% similarity]
scripts/ref_results/compute_benchmarks_indices.py [moved from data/ref_results/compute_benchmarks_indices.py with 100% similarity]
scripts/ref_results/generator_ref_json.py [moved from data/ref_results/generator_ref_json.py with 100% similarity]
scripts/ref_results/index_calculation.py [moved from data/ref_results/index_calculation.py with 100% similarity]
scripts/ref_results/network_benchmarks_indices.py [moved from data/ref_results/network_benchmarks_indices.py with 100% similarity]
scripts/ref_results/reference.json [moved from data/ref_results/reference.json with 100% similarity]
scripts/ref_results/result_accum.py [moved from data/ref_results/result_accum.py with 100% similarity]
scripts/ref_results/storage_benchmarks_indices.py [moved from data/ref_results/storage_benchmarks_indices.py with 100% similarity]
scripts/ref_results/suite_result.py [moved from data/ref_results/suite_result.py with 100% similarity]
scripts/ssh_exch.exp [moved from data/ssh_exch.exp with 100% similarity]
setup.py
tests/ansible_api_test.py
tests/env_setup_test.py
utils/report/Qtip_Report.py [moved from data/report/Qtip_Report.py with 100% similarity]
utils/report/__init__.py [moved from data/ref_results/__init__.py with 100% similarity]
utils/report/get_indices.py [moved from data/report/get_indices.py with 100% similarity]
utils/report/get_results.py [moved from data/report/get_results.py with 100% similarity]
utils/report/qtip_graph.py [moved from data/report/qtip_graph.py with 100% similarity]