yardstick offline support 05/32005/3
authorchenjiankun <chenjiankun1@huawei.com>
Tue, 28 Mar 2017 07:58:49 +0000 (07:58 +0000)
committerchenjiankun <chenjiankun1@huawei.com>
Tue, 28 Mar 2017 11:05:14 +0000 (11:05 +0000)
commit38df788fc4a683717a6e7cbd498fad1e7cbe7209
tree6b597c617e6d6255f425ba87dddb2d46c05e46c4
parent355f6833772f06b7935c58d2b15f9a1f3409c28b
yardstick offline support

JIRA: YARDSTICK-597

Currently yardstick can not run offline.
In some case this will block the process, causing yardstick job failed
The reason is yardstick will pull the latest code when run in CI.
Actually we need not pull the latest code because the code in yardstick
is already the latest code.
So I remove them.
Also I check the environment variable and yardstick-image when fetch
openrc file and load images.

Change-Id: I797da272932ab5292aa40585c82c119aa71b8849
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
tests/ci/load_images.sh
tests/ci/prepare_env.sh