diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -7,7 +7,7 @@ instantiate services on ONAP A basic example is implemented in the python file -- run.py +- run_basicvm_multicloud_yaml.py The global datas defined in these files (see input_datas) shall be adapted to your environment. @@ -41,9 +41,12 @@ See ubuntu16test as example - Export the setting file in a environment variable ```shell - export ONAP_PYTHON_SDK_SETTINGS="onaptests.configuration.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 +environment and configuration. + - (optional) Open ssh tunnel towards your openlab setting a dynamic port forward (by default 1080): ```shell |