blob: a1bbf62542fc383f9b56971431dc451d2dee4bd3 [file] [log] [blame]
Felipe Vicens5c54d272020-06-23 15:55:08 +02001# 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
garciadeblased3d1222022-08-30 14:42:26 +020013# OSM target for the tests
14export OSM_HOSTNAME=
Felipe Vicens5c54d272020-06-23 15:55:08 +020015
garciadeblased3d1222022-08-30 14:42:26 +020016# VIM to be used for the tests
17export VIM_TARGET=
18export VIM_MGMT_NET=
Felipe Vicens5c54d272020-06-23 15:55:08 +020019
garciadeblased3d1222022-08-30 14:42:26 +020020# Variables required for tests running locally on the host (not necessary in Docker since they are already defined)
21export PACKAGES_FOLDER= # path to the location of the OSM packages
22export K8S_CREDENTIALS= # path to the kubeconfig file
Felipe Vicens5c54d272020-06-23 15:55:08 +020023
garciadeblased3d1222022-08-30 14:42:26 +020024# Variables required for tests interacting with Openstack
25export OS_CLOUD= # OpenStack Cloud defined in $HOME/.config/openstack/clouds.yaml or in /etc/openstack/clouds.yaml
Felipe Vicens5c54d272020-06-23 15:55:08 +020026
garciadeblased3d1222022-08-30 14:42:26 +020027# Openstack variables required when using Docker to run tests (they are used to register the VIM)
28export OS_USERNAME=
29export OS_PASSWORD=
30export OS_TENANT_NAME=
31export OS_AUTH_URL=
32export OS_TENANT_ID=
33export OS_IDENTITY_API_VERSION=
34
35# SDN controller variables required for running tests with SDN controllers
36export SDNC_USER=
37export SDNC_PASSWORD=
38export SDNC_TYPE=
39export SDNC_URL=
40