diff options
author | 2021-06-07 23:22:35 +0200 | |
---|---|---|
committer | 2021-06-08 00:11:59 +0200 | |
commit | 7bb8f80782362ea241affbbd9ce0f45b4639db8a (patch) | |
tree | e76bf552066f95fc766f4d2669c3398b2842f5eb /heat/vFW_CNF_CDS/templates/helm | |
parent | 532cfff8eaad73781cbb410064cd3b4bda5e3095 (diff) |
[vFW_CNF_CDS] Improve logging and fix tests typo
Issue-ID: INT-1899
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: I6f5fb411d395a83e3cc47ab1c089ffaa6bc64da5
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/helm')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/helm/vfw/templates/tests/ping.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/vFW_CNF_CDS/templates/helm/vfw/templates/tests/ping.yaml b/heat/vFW_CNF_CDS/templates/helm/vfw/templates/tests/ping.yaml index 37b41832..70c40c7d 100644 --- a/heat/vFW_CNF_CDS/templates/helm/vfw/templates/tests/ping.yaml +++ b/heat/vFW_CNF_CDS/templates/helm/vfw/templates/tests/ping.yaml @@ -29,7 +29,7 @@ spec: "name": {{ .Values.int_private1_net_id | quote }}, "interface": "eth1" , "defaultGateway": "false" - } + }, { "name": {{ .Values.int_private2_net_id | quote }}, "interface": "eth2" , |