From 3e390f1d45785bca5beb1f5c2fa57ef59f6736e9 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Tue, 29 Sep 2020 16:08:46 +0200 Subject: Update path management In case a yaml file is defined the zip was referenced in 2 places consider only the yaml param if the yaml file is defined Add the python path to simplify the integration in CI a,d avoid overwritting any configuration only the 2 ENV parameters + the openstack cloud + the hosts are needed to run any pythonsdk-test Issue-ID: TEST-240 Signed-off-by: mrichomme Change-Id: I57bf303b497e4d2b1dd740286f07beb3783222b1 Signed-off-by: mrichomme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4515944..097967d 100644 --- a/README.md +++ b/README.md @@ -43,14 +43,14 @@ See ubuntu16test as example If you got the clouds.yaml, you need to reference your cloud with the env variable OS_TEST_CLOUD ```shell - export OS_TEST_CLOUD="cloud-name-referenced-in-the-cloud-configuration" + export OS_TEST_CLOUD=cloud-name-referenced-in-the-cloud-configuration ``` If you do not have access to the cloud config, you must precise all the parameters manually - Export the setting file in a environment variable ```shell - export ONAP_PYTHON_SDK_SETTINGS="onaptests.configuration.ubuntu16_multicloud_yaml_settings" + export ONAP_PYTHON_SDK_SETTINGS=onaptests.configuration.ubuntu16_multicloud_yaml_settings ``` Note each "use case" may have its own settings corresponding to the test -- cgit 1.2.3-korg