diff options
author | Petr OspalĂ˝ <p.ospaly@partner.samsung.com> | 2019-06-14 09:07:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-14 09:07:08 +0000 |
commit | 0a16f1267c3bd1c33def62861e6e1726097f239a (patch) | |
tree | 440bfa34219a52dcb89ab4663d65deb62d87f4df /ansible/test/play-infrastructure/molecule/default | |
parent | cf81ff7da21aed314f2dfc74fc6cd04d7354bdf1 (diff) | |
parent | e45ccdc955978a1078e79a823035f4e469274cdf (diff) |
Merge changes from topic "OOM-1915"
* changes:
Update 'busybox' and 'haproxy' docker images path in tests
Add role level tests for 'nexus' role
Improve 'nexus' role testability
Diffstat (limited to 'ansible/test/play-infrastructure/molecule/default')
-rw-r--r-- | ansible/test/play-infrastructure/molecule/default/vars.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/test/play-infrastructure/molecule/default/vars.yml b/ansible/test/play-infrastructure/molecule/default/vars.yml index e91eadb2..6ca5a1ad 100644 --- a/ansible/test/play-infrastructure/molecule/default/vars.yml +++ b/ansible/test/play-infrastructure/molecule/default/vars.yml @@ -16,9 +16,9 @@ molecule_test_registry: nexus3.onap.org:10001 runtime_images: busybox: registry: "{{ molecule_test_registry }}" - path: "/onap/components/busybox" + path: "/busybox" tag: "latest" aaionap-haproxy: registry: "{{ molecule_test_registry }}" - path: "/onap/components/aaionap/haproxy" + path: "/aaionap/haproxy" tag: "1.2.4" |