summaryrefslogtreecommitdiffstats
path: root/ci/prepare_env.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-05-23move /ci into /tests directoryMatthewLi1-54/+0
JIRA: YARDSTICK-269 Change-Id: I2b552aded888fa9d8f8ddd8d902b3d7f6d31a607 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-05-23check if the env variable is valid or not before fetch_os_credsMatthewLi1-6/+17
JIRA: YARDSTICK-265 Change-Id: I7761344b95aefb1e46d0e68ef8a7e97066508917 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-04-26Introduction of a new environment variable indicating a virtual environmentJonas Bjurel1-10/+9
This patch introduces a new environment variable: DEPLOY_TYPE [bm | virt], indicating if the opnfv stack is deployed bare-metal or virtualized. This can be used for several purposes, but in this patch it is used to tell "fetch_os_creds.sh" wheather it is a BM or virt deployment. Also see: https://gerrit.opnfv.org/gerrit/#/c/11541/ NOT VERIFIED CAN MERGE AS SOON AS VERIFIED Change-Id: I2d4385dc9a2786ce51e44081967a77736276696e Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
2016-02-17ci: Freeze pip requirements + cleanupsJo¶rgen Karlsson1-2/+11
Freeze pip requirements for brahmaputra release to make sure we keep track of dependencies. Fixes internalURL problem with ericsson-virtual1 Add check to verify that nova, glance and heat services are functional Change-Id: I15c3d215596eaad31f8e260d129b8e07a7d63976 Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
2016-02-08bug fix: wrong POD name used in result dispatchersJo¶rgen Karlsson1-2/+2
Change-Id: I04a300b3478dd075208f9c904dcb281d74089344 Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
2016-01-19Fix EXTERNAL_NETWORK for joidJo¶rgen Karlsson1-0/+4
Change-Id: I31c932a9098933fe139c28a65c3989a0014d0f8d Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
2015-12-08Docker image cleanupJo¶rgen Karlsson1-0/+31
- Renamed docker image 'opnfv/yardstick-ci' -> 'opnfv/yardstick' as recommended by project. - Added cirros image and releng repo to docker image in order to make it more usable in offline mode. - Renamed run_benchmarks to run_tests.sh - Moved some environment setups to a new file prepare_env.sh - Added daily test suites file for ericsson and LF pods. Docker image is now built and pushed by releng script: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=blob;f=jjb/opnfv/opnfv-docker.sh The ci/docker/Makefile file is not used by releng to build yardstick image but the makefile can still be used to build and test docker images locally. Change-Id: If9d6740b39e91d145c587d8d5e2bd372d09a46a9 Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>