diff options
author | JingLu5 <lvjing5@huawei.com> | 2016-08-01 16:13:01 +0800 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2016-08-03 08:30:28 +0800 |
commit | c90a6b6209038814d0d2763dfd287e5e2f1de121 (patch) | |
tree | a93c6bc62afd5ca62ac1555dce580f267e6b4ae0 /tests/ci/docker/yardstick-ci | |
parent | c89fda5b5e7ae1ce501fba9e506ff3528c7d6f92 (diff) |
Add Storperf in CI [work in progress]
Add task configration file for TC074_Storperf and update test suite file
Add test case description for TC074_Storperf
Update Dockerfile to add ubuntu image used by Storperf
Update yardstick-verify to load ubuntu image and install Storperf
Modify plugin.py to support local installation
Change-Id: I4de764c7924aac98de6e6a8664f9d5c0b58cf31b
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'tests/ci/docker/yardstick-ci')
-rw-r--r-- | tests/ci/docker/yardstick-ci/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ci/docker/yardstick-ci/Dockerfile b/tests/ci/docker/yardstick-ci/Dockerfile index cc23073d2..2d59fd69e 100644 --- a/tests/ci/docker/yardstick-ci/Dockerfile +++ b/tests/ci/docker/yardstick-ci/Dockerfile @@ -48,5 +48,6 @@ RUN cd ${YARDSTICK_REPO_DIR} && pip install -r tests/ci/requirements.txt RUN cd ${YARDSTICK_REPO_DIR} && pip install . ADD http://download.cirros-cloud.net/0.3.3/cirros-0.3.3-x86_64-disk.img /home/opnfv/images/ +ADD http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img /home/opnfv/images/ COPY ./exec_tests.sh /usr/local/bin/ |