From 42e8cd59336b977021fa95dbccb97d695da33eae Mon Sep 17 00:00:00 2001 From: Rafael Lopez Date: Mon, 30 Oct 2023 02:24:17 +0000 Subject: [PATCH] Set test-mode=true for all models To prevent models affecting charm store statistics. Resolves: #143 --- common/helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/helpers b/common/helpers index 1bf811c6..022fa32b 100644 --- a/common/helpers +++ b/common/helpers @@ -4,7 +4,7 @@ declare -A MASTER_OPTS=( [DEFAULT_CHANNEL]=edge [DEFAULT_BINDING]= [HYPERCONVERGED_DEPLOYMENT]=false - [MODEL_CONFIG]='' + [MODEL_CONFIG]='test-mode=true' [BUNDLE_NAME]='' [CLOUD_NAME]='' [TARGET_RELEASE_NAME]=''