aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAsteroide <thomas.duval@orange.com>2018-02-19 15:34:12 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-02-19 15:34:12 +0000
commite36a301b551e454ea8c28aa2beefd8f535d8f6fe (patch)
treec5e7fae4158b6c33b029a5397021e16731ace6d8 /tests
parentf4c44ba00f07c75099fbf0316c9e3bc53b83f30d (diff)
parentb38ecccb8ab9cd1e631f89c92f6b88e420b2a1b0 (diff)
Merge "Add the moon_pythonfunctest container to perform functionnal tests"
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/run_tests_for_component.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/run_tests_for_component.sh b/tests/functional/run_tests_for_component.sh
index fd9ab7fa..6c6a0330 100644
--- a/tests/functional/run_tests_for_component.sh
+++ b/tests/functional/run_tests_for_component.sh
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
CUR_PWD=$(pwd)
-INPUT_FILE=../tools/moon_kubernetes/templates/moon_forming_functest.yaml
-OUTPUT_FILE=tests/functional_pod/moon_forming_functest.yaml
+INPUT_FILE=../tools/moon_kubernetes/templates/moon_functest.yaml
+OUTPUT_FILE=tests/functional_pod/moon_functest.yaml
echo current working directory: ${CUR_PWD}