From b5cec1651f6c23604299a55546a112db2ad0ef4c Mon Sep 17 00:00:00 2001 From: miott Date: Wed, 14 Dec 2022 15:52:58 -0800 Subject: [PATCH] ON_CHANGE subscribe example second return wrong Made a mistake by setting "``selected: false # the change value``" instead of "``value: false # the change value``". This caused confusion for user trying to setup an ON_CHANGE test. --- docs/blitz/design/actions/yang.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/blitz/design/actions/yang.rst b/docs/blitz/design/actions/yang.rst index 9b97ee3..2f65edd 100644 --- a/docs/blitz/design/actions/yang.rst +++ b/docs/blitz/design/actions/yang.rst @@ -677,8 +677,8 @@ as any changes to the resource setup in the test. - id: '1' name: heavyTemplate op: == - selected: false # the change value - value: true + selected: true + value: false # the change value xpath: /System/igmp-items/inst-items/heavyTemplate - configure: banner: CONFIG CHANGE FOR ON_CHANGE