From a37316d412e67fca47401b429096e14622c530ea Mon Sep 17 00:00:00 2001 From: Liam Young Date: Wed, 27 Oct 2021 08:34:44 +0000 Subject: [PATCH] Download grafana plugins locally Rather than be have test fails due to the vagaries of the internet download the grafana plugins locally. Change-Id: I8101ec2b1bbf0fdfacadd43684abe96bcc3afa75 --- tests/bundles/overlays/focal.yaml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bundles/overlays/focal.yaml.j2 b/tests/bundles/overlays/focal.yaml.j2 index 3248e70..3539227 100644 --- a/tests/bundles/overlays/focal.yaml.j2 +++ b/tests/bundles/overlays/focal.yaml.j2 @@ -2,3 +2,4 @@ applications: grafana: options: http_proxy: '{{ TEST_HTTP_PROXY }}' + install_plugins: {{ TEST_GRAFANA_PLUGIN_VONAGE_URL }},{{ TEST_GRAFANA_PLUGIN_PIECHART_URL }}