Enable functest offline by installing tempest system wide 55/31555/1
authorLinda Wang <wangwulin@huawei.com>
Thu, 16 Mar 2017 08:51:55 +0000 (08:51 +0000)
committerJose Lausuch <jose.lausuch@ericsson.com>
Thu, 23 Mar 2017 11:06:11 +0000 (11:06 +0000)
commit391759749df039d239082f67f435367cf77d79d1
tree4d37521b1c66def636409e0dbfc3d09a141b82b6
parentaacd330b2d24be6c88d23e69bf79f20cdd340af5
Enable functest offline by installing tempest system wide

JIRA: FUNCTEST-764

1. When creating verifier via rally in functest env prepare, without the
parameter "--system-wide", rally will install tempest and its dependent
packages into the virtual env of rally. Thus, it needs to connect internet
when installing tempest, which will not enable functest offline.
2. Some packages are needed for multisite testcase, and they are installed
in virtual env of rally before. But if "--system-wide" is set, there packages
should be installed addtionally.

Change-Id: I340701e9ed4a0f8f278ff952f0dd61470c6deed1
Signed-off-by: Linda Wang <wangwulin@huawei.com>
(cherry picked from commit 264896f475e3f0975754c9fa78980051661698c0)
docker/Dockerfile
functest/ci/prepare_env.py
kingbird_requirements.txt [new file with mode: 0644]