| --- |
| # ============LICENSE_START======================================================= |
| # Copyright (C) 2020 The Nordix Foundation. All rights reserved. |
| # ================================================================================ |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| # |
| # SPDX-License-Identifier: Apache-2.0 |
| # ============LICENSE_END========================================================= |
| |
| # this file contains list of test frameworks used for testing onap stack. |
| # |
| # the format of the entry for a test framework is: |
| # |
| # framework: |
| # <test framework name>: |
| # scm: <scm type - typically git> |
| # src: <url to source code repository> |
| # version: <tag/sha/branch of the repository> |
| # <test suite>: |
| # image_name: <container image name> |
| # image_version: <container image sha256sum> |
| framework: |
| xtesting: |
| infra-healthcheck: |
| image_name: nexus3.onap.org:10001/onap/xtesting-infra-healthcheck |
| # latest xtesting-infra-healthcheck image as on 2020-24-11 |
| image_version: '75a85a5ef784e115186696ea9953dcbf0f2175401958c578aa708e2e894dea96' |
| healthcheck: |
| image_name: nexus3.onap.org:10001/onap/xtesting-healthcheck |
| # latest xtesting-healthcheck image as on 2020-24-11 |
| image_version: '261eac403f0ecaa39194ac655042b7f1b87c2f9a57155f0f6ef5ed1eb53b766b' |
| |
| # test to peform with healthcheck testsuite. core, full, healthdist and postinstall tests |
| #are supported by healthcheck testsuite. |
| test_type: "{{ lookup('env','HEALTHCHECK_TEST_TYPE')| default('full', true) }}" |
| |
| # vim: set ts=2 sw=2 expandtab: |