X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Ftests.git;a=blobdiff_plain;f=envconfig-local.rc;h=8bdc29816543dd074f96eee1467cca7a44d2658b;hp=74786f847861b7fbb36e6ab1a635c23975ebe45a;hb=HEAD;hpb=6403533bdacfc641c6a23810e6f9e8f912cd3831 diff --git a/envconfig-local.rc b/envconfig-local.rc index 74786f8..02cc023 100644 --- a/envconfig-local.rc +++ b/envconfig-local.rc @@ -10,26 +10,35 @@ # 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