summaryrefslogtreecommitdiffstats
path: root/tests/ci/load_images.sh
diff options
context:
space:
mode:
authorJingLu5 <lvjing5@huawei.com>2017-04-06 05:02:12 +0000
committerJingLu5 <lvjing5@huawei.com>2017-04-06 05:02:12 +0000
commitd2cb7ce7331d8da4c3b5b70b09dac49cf65d1710 (patch)
treeb80af4a66e8d59ac49a766aa9902801772e4c68f /tests/ci/load_images.sh
parent571ee6afca03120c393def421eb35a466f9a940b (diff)
pip install yardstick failed in Apex
JIRA: YARDSTICK-625 In Apex, yardstick uninstall and install via pip failed. This bug blocks yardstick CI jobs. This patch enables pip install yardstick in editable mode. So the install_yardstick() in yardstick_verify is unnecessary. Change-Id: If290dac5fee5584601064ae9753ae2340643d3ca Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'tests/ci/load_images.sh')
-rwxr-xr-xtests/ci/load_images.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ci/load_images.sh b/tests/ci/load_images.sh
index 5557f814f..2e22b83c2 100755
--- a/tests/ci/load_images.sh
+++ b/tests/ci/load_images.sh
@@ -265,8 +265,6 @@ main()
for filename in tests/opnfv/test_cases/*; do
sed -i "s/cidr: '10.0.1.0\/24'/cidr: '10.3.1.0\/24'/g" "${filename}"
done
- # Update file changes
- pip install -U .
else
load_cirros_image
load_ubuntu_image