diff options
author | 2018-02-13 13:06:51 +0100 | |
---|---|---|
committer | 2018-02-13 17:01:47 +0100 | |
commit | b38ecccb8ab9cd1e631f89c92f6b88e420b2a1b0 (patch) | |
tree | 8403f71cef84a5761f533bb6fc7aa08daa234f16 /tests/functional | |
parent | 4841ea360bb6feec4d2c644040e12a2657769634 (diff) |
Add the moon_pythonfunctest container to perform functionnal tests
Change-Id: I2be863862ce7df408f759664b10af45416b3d712
Diffstat (limited to 'tests/functional')
-rw-r--r-- | tests/functional/run_tests_for_component.sh | 4 |
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} |