diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-09-29 16:08:46 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-09-29 16:36:40 +0200 |
commit | 3e390f1d45785bca5beb1f5c2fa57ef59f6736e9 (patch) | |
tree | c39f0a993fa5e609aeb3303189e3f55b8fcd82b3 /src/onaptests/templates/vnf-services/ubuntu16test-service.yaml | |
parent | 7d24eda2deefdc9b1f6dc1555f45573d4b2e2873 (diff) |
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 <morgan.richomme@orange.com>
Change-Id: I57bf303b497e4d2b1dd740286f07beb3783222b1
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'src/onaptests/templates/vnf-services/ubuntu16test-service.yaml')
-rw-r--r-- | src/onaptests/templates/vnf-services/ubuntu16test-service.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/onaptests/templates/vnf-services/ubuntu16test-service.yaml b/src/onaptests/templates/vnf-services/ubuntu16test-service.yaml index a7e55e3..708991a 100644 --- a/src/onaptests/templates/vnf-services/ubuntu16test-service.yaml +++ b/src/onaptests/templates/vnf-services/ubuntu16test-service.yaml @@ -4,7 +4,7 @@ ubuntu16test: version: "1.0" vnfs: - vnf_name: ubuntu16test - heat_files_to_upload: src/onaptests/templates/heat-files/ubuntu16/ubuntu16.zip + heat_files_to_upload: onaptests/templates/heat-files/ubuntu16/ubuntu16.zip vnf_parameters: [ {"name": "ubuntu16_image_name", "value": "ubuntu-16.04-daily" |