X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=envconfig-local.rc;h=02cc02347db2dbc434b7d4828d9e9843d3cd905b;hb=23ff8f980f66ef57fb4d254336a018e3a697a187;hp=954be6f6f778ebf39ca55019a02de2bd87f783f3;hpb=5c54d2714e0e755e47f220f885817b683096b238;p=osm%2Ftests.git diff --git a/envconfig-local.rc b/envconfig-local.rc index 954be6f..02cc023 100644 --- a/envconfig-local.rc +++ b/envconfig-local.rc @@ -10,24 +10,35 @@ # See the License for the specific language governing permissions and # limitations under the License. -# VIM 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 +# 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