diff options
author | mrichomme <morgan.richomme@orange.com> | 2021-02-01 17:26:42 +0100 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2021-02-01 17:39:08 +0100 |
commit | ba1faac52b28f752516ab075a5bda56058548e49 (patch) | |
tree | 5bc9fc301758fa60a4da73bcca0a8e7b4970d57b /src/onaptests/templates/vnf-services/ubuntu18agent-service.yaml | |
parent | 5021508f4b6f8bf2bb6ef890b4bb960dc144484b (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
Diffstat (limited to 'src/onaptests/templates/vnf-services/ubuntu18agent-service.yaml')
-rw-r--r-- | src/onaptests/templates/vnf-services/ubuntu18agent-service.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/onaptests/templates/vnf-services/ubuntu18agent-service.yaml b/src/onaptests/templates/vnf-services/ubuntu18agent-service.yaml index 94f45fe..f5fe653 100644 --- a/src/onaptests/templates/vnf-services/ubuntu18agent-service.yaml +++ b/src/onaptests/templates/vnf-services/ubuntu18agent-service.yaml @@ -19,7 +19,7 @@ h+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBh\ t+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key" }, {"name": "ubuntu18_flavor_name", - "value": "onap.small" + "value": "m1.smaller" }, {"name": "VM_name", "value": "ubuntu18agent-VM-01" |