| Felipe Vicens | 5c54d27 | 2020-06-23 15:55:08 +0200 | [diff] [blame] | 1 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 2 | # you may not use this file except in compliance with the License. |
| 3 | # You may obtain a copy of the License at |
| 4 | # |
| 5 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 6 | # |
| 7 | # Unless required by applicable law or agreed to in writing, software |
| 8 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 9 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 10 | # See the License for the specific language governing permissions and |
| 11 | # limitations under the License. |
| 12 | |
| garciadeblas | ed3d122 | 2022-08-30 14:42:26 +0200 | [diff] [blame] | 13 | # OSM target for the tests |
| 14 | export OSM_HOSTNAME= |
| Felipe Vicens | 5c54d27 | 2020-06-23 15:55:08 +0200 | [diff] [blame] | 15 | |
| garciadeblas | ed3d122 | 2022-08-30 14:42:26 +0200 | [diff] [blame] | 16 | # VIM to be used for the tests |
| 17 | export VIM_TARGET= |
| 18 | export VIM_MGMT_NET= |
| Felipe Vicens | 5c54d27 | 2020-06-23 15:55:08 +0200 | [diff] [blame] | 19 | |
| garciadeblas | ed3d122 | 2022-08-30 14:42:26 +0200 | [diff] [blame] | 20 | # Variables required for tests running locally on the host (not necessary in Docker since they are already defined) |
| 21 | export PACKAGES_FOLDER= # path to the location of the OSM packages |
| 22 | export K8S_CREDENTIALS= # path to the kubeconfig file |
| Felipe Vicens | 5c54d27 | 2020-06-23 15:55:08 +0200 | [diff] [blame] | 23 | |
| garciadeblas | ed3d122 | 2022-08-30 14:42:26 +0200 | [diff] [blame] | 24 | # Variables required for tests interacting with Openstack |
| 25 | export OS_CLOUD= # OpenStack Cloud defined in $HOME/.config/openstack/clouds.yaml or in /etc/openstack/clouds.yaml |
| Felipe Vicens | 5c54d27 | 2020-06-23 15:55:08 +0200 | [diff] [blame] | 26 | |
| garciadeblas | ed3d122 | 2022-08-30 14:42:26 +0200 | [diff] [blame] | 27 | # Openstack variables required when using Docker to run tests (they are used to register the VIM) |
| 28 | export OS_USERNAME= |
| 29 | export OS_PASSWORD= |
| 30 | export OS_TENANT_NAME= |
| 31 | export OS_AUTH_URL= |
| 32 | export OS_TENANT_ID= |
| 33 | export OS_IDENTITY_API_VERSION= |
| 34 | |
| 35 | # SDN controller variables required for running tests with SDN controllers |
| 36 | export SDNC_USER= |
| 37 | export SDNC_PASSWORD= |
| 38 | export SDNC_TYPE= |
| 39 | export SDNC_URL= |
| 40 | |