code refactor: ansible playbook about system info 21/28021/8
authorwu.zhihui <wu.zhihui1@zte.com.cn>
Sat, 4 Feb 2017 04:22:19 +0000 (12:22 +0800)
committerwu.zhihui <wu.zhihui1@zte.com.cn>
Mon, 20 Feb 2017 02:26:44 +0000 (10:26 +0800)
commite958f3c5db5dd095e0debcb64e1ae581c2966e07
treea732a8e3aea26b7f8250b728261be98dae1b1120
parentf2d021c72b38845954755bab54aa13b4b2aad725
code refactor: ansible playbook about system info

- use module yum and apt instead of shell command
- break sys_info_pbook.yaml into some small playbooks

Change-Id: I33b36fa826c0e668e4a74846ad4da7f4a245a33f
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
legacy/assets/perftest/common/sys_info_pbook.yaml [deleted file]
qtip/driver/ansible/__init__.py [new file with mode: 0644]
qtip/driver/ansible/ansible.py [moved from qtip/driver/ansible.py with 93% similarity]
qtip/driver/ansible/playbook/bwn_ng.yaml [new file with mode: 0644]
qtip/driver/ansible/playbook/inxi.yaml [new file with mode: 0644]
qtip/driver/ansible/playbook/prepare_env.yaml [new file with mode: 0644]
qtip/driver/ansible/playbook/top.yaml [new file with mode: 0644]
tests/data/external/sysinfo/bwm-dump.log [new file with mode: 0644]
tests/data/external/sysinfo/inxi.log [new file with mode: 0755]
tests/data/external/sysinfo/top.log [new file with mode: 0644]