From 14e400e35052b953e217145ae7d20151bcb05f04 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 28 Jan 2021 15:46:57 +0100 Subject: Add tasks to setup Helm v3 on infra node Change-Id: I959184624f93753ff7217728c3c6011e82f91ef6 Issue-ID: OOM-2665 Signed-off-by: Bartek Grzybowski --- ansible/roles/application/molecule/default/tests/test_default.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ansible/roles/application/molecule/default') diff --git a/ansible/roles/application/molecule/default/tests/test_default.py b/ansible/roles/application/molecule/default/tests/test_default.py index 1451a8fe..1bf36247 100644 --- a/ansible/roles/application/molecule/default/tests/test_default.py +++ b/ansible/roles/application/molecule/default/tests/test_default.py @@ -23,6 +23,8 @@ overrides/onap-all.yaml -f /opt/moleculetestapp/override.yaml \ --timeout 1800""" elif helm_release == 'v3': expected_content = """env +repo list +repo add local http://127.0.0.1:8879 deploy moleculetestapp local/moleculetestapp --namespace \ moleculetestapp -f /opt/moleculetestapp/helm_charts/onap/resources/\ overrides/onap-all.yaml -f /opt/moleculetestapp/override.yaml \ -- cgit 1.2.3-korg