From bcd6e5dd55cb0571d7ecbb32485bbb19cee77dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Tue, 27 Aug 2019 16:10:59 +0200 Subject: [PATCH] json sections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- tests/1_host_configuration.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/1_host_configuration.sh b/tests/1_host_configuration.sh index c7f8d5d..9947163 100644 --- a/tests/1_host_configuration.sh +++ b/tests/1_host_configuration.sh @@ -58,6 +58,10 @@ check_1_1_2() { fi } +check_1_1_end() { + endsectionjson +} + check_1_2() { logit "" id_1_2="1.2" @@ -467,6 +471,10 @@ check_1_2_12() { fi } +check_1_2_end() { + endsectionjson +} + check_1_end() { endsectionjson }