| --- |
| # ============LICENSE_START======================================================= |
| # Copyright (C) 2019 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 openstack 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> |
| # |
| # currently only opnfv/functest and opnfv/yardstick are declared within this file |
| # and other test frameworks can be added when needed |
| |
| framework: |
| functest: |
| scm: git |
| src: https://gerrit.opnfv.org/gerrit/functest.git |
| # openstack train is supported by opnfv jerma |
| # functest git version: stable/jerma on 2020-07-31 |
| version: abc48be71d5a419a74ebbc960acc602c7d3f9753 |
| healthcheck: |
| image_name: opnfv/functest-healthcheck |
| # latest opnfv/functest-healthcheck:jerma image on 2020-07-31 |
| image_version: '94080c2f50f73ece2c658b111400dd3b5814ac29be17775d433f6d5ef9a1c57d' |
| smoke: |
| image_name: opnfv/functest-smoke |
| # latest opnfv/functest-smoke:jerma image on 2020-07-31 |
| image_version: '17c02eb1ac83c7456147fa7c2aadcf12afaa1805403e25a27a27e6b1251bb4d1' |
| yardstick: |
| scm: git |
| src: https://gerrit.nordix.org/opnfv/yardstick.git |
| # nordix-yardstick git version: nordix-dev on 2020-06-30 |
| version: nordix-dev |
| opnfv_os-nosdn-nofeature-noha_daily.yaml: |
| image_name: opnfv/yardstick |
| # latest opnfv/yardstick:latest image on 2019-03-28 |
| image_version: 'e79b786aa8760099c604779a2dc27d8dbd33eebbda67e85a474cf838499ff31c' |
| |
| # vim: set ts=2 sw=2 expandtab: |