aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index f275115..9987a40 100644
--- a/README.md
+++ b/README.md
@@ -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