diff options
author | 2019-05-23 14:34:22 +0200 | |
---|---|---|
committer | 2019-05-29 10:35:12 +0000 | |
commit | e49f58dc4fd0924f9bf031391ff9a6052e3aaaf2 (patch) | |
tree | 28e34fbfe595df54494c9cedd090ae87fe507cc2 /ansible/roles/application/molecule/default/tests | |
parent | b1fe78553ea7d1caf90c1d52e195cd8f2a082008 (diff) |
Add support for extra helm install arguments
Change-Id: Ie0b4e812acf6fba4e4b8f082533ab2f998456095
Issue-ID: OOM-1877
Signed-off-by: Petr OspalĂ˝ <p.ospaly@partner.samsung.com>
Diffstat (limited to 'ansible/roles/application/molecule/default/tests')
-rw-r--r-- | ansible/roles/application/molecule/default/tests/test_default.py | 3 |
1 files changed, 2 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 3e0cbb42..5edceff3 100644 --- a/ansible/roles/application/molecule/default/tests/test_default.py +++ b/ansible/roles/application/molecule/default/tests/test_default.py @@ -16,7 +16,8 @@ serve repo list repo add local http://127.0.0.1:8879 install --name moleculetestapp local/moleculetestapp --namespace \ -moleculetestapp -f /opt/moleculetestapp/override.yaml""" +moleculetestapp -f /opt/moleculetestapp/override.yaml \ +--timeout 1800""" assert fc == expected_content |