X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2FREADME.md;h=084ef507ed7f736aa1bc9bf9c338c017d9471d6b;hb=b025f3082689234268b79adc91f7d47ac61ca924;hp=99e957d7d0250a31b5a646a463b1c92c2ea80068;hpb=4edf733e765a1069a34d6fccf940af27ae39dad6;p=osm%2Fdevops.git diff --git a/robot-systest/README.md b/robot-systest/README.md index 99e957d7..084ef507 100644 --- a/robot-systest/README.md +++ b/robot-systest/README.md @@ -24,7 +24,7 @@ - `OS_CLOUD`: Cloud credentialss. - `VIM_TARGET`: VIM where tests will be run. - `VIM_MGMT_NET`: VIM management network, reachable from robot. - - `PACKAGES_FOLDER`: Where descriptor packages are located. + - `PACKAGES_FOLDER`: Path where descriptor packages repository are cloned: https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages/ - `ROBOT_DEVOPS_FOLDER`: Where the devops repository is located. - `ROBOT_REPORT_FOLDER`: Where robot outpul will be placed. @@ -32,9 +32,7 @@ ```bash sudo -H python3 -m pip install --ignore-installed haikunator requests pyvcloud progressbar pathlib robotframework robotframework-seleniumlibrary robotframework-requests robotframework-SSHLibrary -curl -sS -o - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - -sudo add-apt-repository -y "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" -sudo apt-get install -y google-chrome-stable chromium-chromedriver +sudo snap install yq sudo apt-get install -y python3-openstackclient # Installs Queens by default ```