diff options
author | 2021-02-01 17:26:42 +0100 | |
---|---|---|
committer | 2021-05-25 15:35:35 +0000 | |
commit | 35de8279757ad23d7dbc38ddce5e01083ec26d08 (patch) | |
tree | cb23840e51e9df93666adf3304957bf9415d5d91 /README.md | |
parent | 5c8ef55bbc031e53910b3c05dcfe0366d2245354 (diff) |
[TESTS] cleanup tests and remove reference to ubuntu16
the basic_vm test was historically called ubuntu16...
as we are now delaing more with ubuntu18 or ubuntu20, the reference
to the version16 is a bit old
- Replace ubuntu16 by basic_vm
- Use ubuntu20 instead of Ubuntu16
- Replace onap.small by m1.small to be natively compatible with any Openstack
(default flavor)
Issue-ID: TEST-299
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I69f573354c87c44c10581861450d48244db0c7df
(cherry picked from commit ba1faac52b28f752516ab075a5bda56058548e49)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -14,7 +14,6 @@ adapted to your environment. In addition you must define your service in directory templates/vnf-services and create zip file for heat template templates/heat_files. -See ubuntu16test as example ### Prepare your environment and run tests @@ -52,7 +51,7 @@ See ubuntu16test as example - 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.basic_vm_multicloud_yaml_settings ``` Note each "use case" may have its own settings corresponding to the test @@ -64,7 +63,7 @@ environment and configuration. ssh user@onap.pod4.opnfv.fr -D 1080 ``` -- Once the different input datas are updated in run\_\*.py files and +- Once the different input datas are updated in run_\*.py files and that the templates files for your service are defined, start to run the different steps: ```shell |