summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>2015-12-07 18:51:22 +0100
committerJörgen Karlsson <jorgen.w.karlsson@ericsson.com>2015-12-08 15:09:22 +0000
commit70c27f24d07411103fb63090d17390f5ea249ebc (patch)
tree8e831abdde3f7d0c3bc67b79e8358d0d120cb71f /tests
parent7dcceb89768b2ab2de9d88718978c850afd092dd (diff)
Docker image cleanup
- 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>
Diffstat (limited to 'tests')
-rw-r--r--tests/opnfv/test_suites/opnfv_ericsson_daily.yaml10
-rw-r--r--tests/opnfv/test_suites/opnfv_lf_daily.yaml (renamed from tests/opnfv/test_suites/pod2_daily.yaml)2
2 files changed, 11 insertions, 1 deletions
diff --git a/tests/opnfv/test_suites/opnfv_ericsson_daily.yaml b/tests/opnfv/test_suites/opnfv_ericsson_daily.yaml
new file mode 100644
index 000000000..80689beb1
--- /dev/null
+++ b/tests/opnfv/test_suites/opnfv_ericsson_daily.yaml
@@ -0,0 +1,10 @@
+---
+# LF POD 2 daily task suite
+
+schema: "yardstick:suite:0.1"
+
+name: "opnfv_ericsson_daily"
+test_cases_dir: "tests/opnfv/test_cases/"
+test_cases:
+-
+ file_name: opnfv_yardstick_tc002.yaml
diff --git a/tests/opnfv/test_suites/pod2_daily.yaml b/tests/opnfv/test_suites/opnfv_lf_daily.yaml
index 15252bee8..022aeeceb 100644
--- a/tests/opnfv/test_suites/pod2_daily.yaml
+++ b/tests/opnfv/test_suites/opnfv_lf_daily.yaml
@@ -3,7 +3,7 @@
schema: "yardstick:suite:0.1"
-name: "opnfv_pod2_daily"
+name: "opnfv_lf_daily"
test_cases_dir: "tests/opnfv/test_cases/"
test_cases:
-