Bug 2327 fix to verify ipaddress in sol003_02 testsuite
[osm/tests.git] / envconfig-local.rc
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
13 # OSM target for the tests
14 export OSM_HOSTNAME=
15
16 # VIM to be used for the tests
17 export VIM_TARGET=
18 export VIM_MGMT_NET=
19
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
23
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
26
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
41 # OCI registry variables required for tests that uses OCI artifacts
42 export OCI_REGISTRY_URL=
43 export OCI_REGISTRY_USER=
44 export OCI_REGISTRY_PASSWORD=