diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/exec_test.sh | 4 | ||||
-rw-r--r-- | ci/testcases.yaml | 8 |
2 files changed, 12 insertions, 0 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 519ade4b6..362cd9ec1 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -137,6 +137,10 @@ function run_test(){ "copper") python ${FUNCTEST_REPO_DIR}/testcases/features/copper.py ;; + "moon") + # TODO put the link to Moon script to be run (if test runnable) here + ${repos_dir}/moon/tests/run_tests.sh + ;; *) echo "The test case '${test_name}' does not exist." exit 1 diff --git a/ci/testcases.yaml b/ci/testcases.yaml index 491ddad90..25aba04e5 100644 --- a/ci/testcases.yaml +++ b/ci/testcases.yaml @@ -150,6 +150,14 @@ tiers: dependencies: installer: 'apex' scenario: '' + - + name: moon + criteria: 'status == "PASS"' + description: >- + Security management system for OPNFV + dependencies: + installer: 'compass' + scenario: '(odl)*(moon)' - name: openstack |