X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=README.md;h=03d60549bfe19db3e7e8d349957392fe559a1cb9;hb=refs%2Fchanges%2F73%2F12773%2F1;hp=aa3b58cb1fc7503b17e4fe6e98fb748c8a73faf1;hpb=36ec713138cf03f3e5571830f5a2e847147a4bab;p=osm%2Ftests.git diff --git a/README.md b/README.md index aa3b58c..03d6054 100644 --- a/README.md +++ b/README.md @@ -39,50 +39,15 @@ PACKAGES_FOLDER=osm-packages git clone https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages.git ${PACKAGES_FOLDER} ``` -Configure a file `envfile.rc` copying from `envconfig-local.rc` and set the required variables +## Configure the environment -```bash -# VIM Setup -OS_USERNAME= -OS_PASSWORD= -OS_TENANT_NAME= -OS_AUTH_URL= -OS_TENANT_ID= - -# OSM Setup -OSM_HOSTNAME= -VIM_TARGET= -VIM_MGMT_NET= - -# Clouds file datacenter -OS_CLOUD= -# SDNCs file -OS_SDNC= - -# K8S config file -K8S_CREDENTIALS= - -# The following set of environment variables will be used in host -# of the robot framework. Not needed for docker execution - -# Folder where Robot tests are stored -ROBOT_DEVOPS_FOLDER=robot-systest - -# Folder to save alternative DUT environments (optional) -ENVIRONMENTS_FOLDER=environments - -# Folder where all required packages are stored -PACKAGES_FOLDER=osm-packages - -# Folder where test results should be exported -ROBOT_REPORT_FOLDER=results -``` +Create a file `envfile.rc` copying from `envconfig-local.rc` and set the required variables. ## Running the tests ### From the host machine -If you have installed all the dependecnies, the way of executing the tests is via the following command: +If you have installed all the dependencies, the way of executing the tests is via the following command: ```bash source envfile.rc