Decoupling prepare_env.sh and load_images.sh 57/25057/2
authorJingLu5 <lvjing5@huawei.com>
Tue, 29 Nov 2016 02:50:40 +0000 (10:50 +0800)
committerJingLu5 <lvjing5@huawei.com>
Tue, 29 Nov 2016 03:01:16 +0000 (11:01 +0800)
commit1c04ac5041a248b79bbeab5a44a4b303ca16fe7d
tree5e3d2e3e4e37d66a05c6c10fef81fc7256704315
parentb96aaa76f29044ce64b8a194436f430a86334b78
Decoupling prepare_env.sh and load_images.sh

JIRA: YARDSTICK-430

The "prepare_env.sh" and “load_images.sh” have serious dependency.
The “load_images.sh” uses the "YARD_IMG_ARCH" variable which is defined in
the "prepare_env.sh" to choose the base ubuntu image version.
We want to decoupling these two scripts, so they can be invoked separately.

Change-Id: I30c1b4a65f73b1550fa5eb96366fe8b1d59251d7
Signed-off-by: JingLu5 <lvjing5@huawei.com>
tests/ci/load_images.sh
tests/ci/prepare_env.sh