diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-01-25 16:33:22 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-01-26 08:34:40 +0000 |
commit | 52bd1fdc541a9277e5a24437576902511113670d (patch) | |
tree | 73152ab96ec0e5e3bfd4c055adcd67ccbfc3ccd7 /ansible/roles/application/molecule | |
parent | 2c7299fa340e6918a59d92981f01652e9464ee86 (diff) |
Improve 'application' role test coverage
Helm plugin installation task is now also covered
Change-Id: Ib0a724de5dc1b300ea6cd27fe363b99b071d787b
Issue-ID: OOM-2665
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/roles/application/molecule')
-rw-r--r-- | ansible/roles/application/molecule/default/tests/test_default.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/application/molecule/default/tests/test_default.py b/ansible/roles/application/molecule/default/tests/test_default.py index 21fc40e4..df50c472 100644 --- a/ansible/roles/application/molecule/default/tests/test_default.py +++ b/ansible/roles/application/molecule/default/tests/test_default.py @@ -20,7 +20,7 @@ repo list serve repo list repo add local http://127.0.0.1:8879 -install --name moleculetestapp local/moleculetestapp --namespace \ +deploy moleculetestapp local/moleculetestapp --namespace \ moleculetestapp -f /opt/moleculetestapp/helm_charts/onap/resources/\ overrides/onap-all.yaml -f /opt/moleculetestapp/override.yaml \ --timeout 1800""" |