From dcfa367b3d8b416036637287d45d2b32102bc2f3 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Mon, 1 Apr 2024 17:15:33 +0200 Subject: [PATCH] Test case updated: [NACM create rules do not work properly on objects with default values](https://github.com/clicon/clixon/issues/506) --- test/test_nacm_module_write.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/test_nacm_module_write.sh b/test/test_nacm_module_write.sh index 39d224a2..35dd6fa1 100755 --- a/test/test_nacm_module_write.sh +++ b/test/test_nacm_module_write.sh @@ -66,6 +66,12 @@ module nacm-example{ import ietf-netconf-acm { prefix nacm; } + container global { + leaf enabled { + type boolean; + default false; + } + } leaf x{ type int32; description "something to edit";