Add script files of test and spdk-ansible for SPDK 37/42737/8
authorheluwei <heluwei@huawei.com>
Fri, 22 Sep 2017 07:51:29 +0000 (15:51 +0800)
committerheluwei <heluwei@huawei.com>
Sat, 6 Jan 2018 12:48:16 +0000 (20:48 +0800)
commitbf51c0e84ddf5d8abc59fefb49e39de5f874eab4
treee4f4a9301b24ad4ab5e94af2307116a1ebec30b6
parenteb2d77147b52fcaf9267dc6157b63aef7e7afbca
Add script files of test and spdk-ansible for SPDK

The runtest.py file and the spdk-ansible are submitted. The runtest.py
file is used to execute the scripts of test to validate whether the
SPDK is available. The spdk-ansible is used to install SPDK by the
ansible tool.

Change-Id: I9eca7fb5cfcd2dcf718a0ef99d0ced5f962fd92a
Signed-off-by: heluwei <heluwei@huawei.com>
src/spdk/ansible/README.md [new file with mode: 0644]
src/spdk/ansible/group_vars/common.yml [new file with mode: 0644]
src/spdk/ansible/site.yml [new file with mode: 0644]
src/spdk/ansible/tasks/install.yml [new file with mode: 0644]
src/spdk/test/runtest.py [new file with mode: 0644]
src/spdk/test/unittest.sh [new file with mode: 0755]