Bug 2327 fix to verify ipaddress in sol003_02 testsuite
[osm/tests.git] / envconfig-local.rc
index 74786f8..02cc023 100644 (file)
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
-# Openstack Setup
-OS_USERNAME=
-OS_PASSWORD=
-OS_TENANT_NAME=
-OS_AUTH_URL=
-OS_TENANT_ID=
+# OSM target for the tests
+export OSM_HOSTNAME=
 
-# OSM Setup
-OSM_HOSTNAME=
-VIM_TARGET=
-VIM_MGMT_NET=
+# VIM to be used for the tests
+export VIM_TARGET=
+export VIM_MGMT_NET=
 
-# Robot setup
-ENVIRONMENTS_FOLDER=environments
-PACKAGES_FOLDER=/robot-systest/osm-packages
+# Variables required for tests running locally on the host (not necessary in Docker since they are already defined)
+export PACKAGES_FOLDER= # path to the location of the OSM packages
+export K8S_CREDENTIALS= # path to the kubeconfig file
 
-# Clouds file datacenter
-OS_CLOUD=openstack
-# SDNCs file
-OS_SDNC=onos
+# Variables required for tests interacting with Openstack
+export OS_CLOUD=    # OpenStack Cloud defined in $HOME/.config/openstack/clouds.yaml or in /etc/openstack/clouds.yaml
 
-LC_ALL=C.UTF-8
-LANG=C.UTF-8
+# Openstack variables required when using Docker to run tests (they are used to register the VIM)
+export OS_USERNAME=
+export OS_PASSWORD=
+export OS_TENANT_NAME=
+export OS_AUTH_URL=
+export OS_TENANT_ID=
+export OS_IDENTITY_API_VERSION=
+
+# SDN controller variables required for running tests with SDN controllers
+export SDNC_USER=
+export SDNC_PASSWORD=
+export SDNC_TYPE=
+export SDNC_URL=
+
+# OCI registry variables required for tests that uses OCI artifacts
+export OCI_REGISTRY_URL=
+export OCI_REGISTRY_USER=
+export OCI_REGISTRY_PASSWORD=
\ No newline at end of file