Fix case-related augment test 33/74633/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 27 Jun 2018 09:50:05 +0000 (11:50 +0200)
committerStephen Kitt <skitt@redhat.com>
Mon, 30 Jul 2018 09:41:24 +0000 (11:41 +0200)
commit5c370a4a4883f8620a4601656f467a8372a198d4
tree95dfd39b4f70f7220d4c2a3090bd1f10818f5ab1
parent4cf568b9e4f7813b00290ad368c6474723995c74
Fix case-related augment test

The test model used in this test is not valid, as it introduces
same container/leaf as both an augmentation of the list and as an
augmentation of that list's choice, leading to the leaf/container
being defined twice in the list's data tree hierarchy.

Change-Id: I582b53ea942f71141e98e14aa0f23878af339b86
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 7a0e6a60c9d71a08f0b981e812850675f802a752)
binding/mdsal-binding-dom-codec/src/test/java/org/opendaylight/mdsal/binding/dom/codec/test/CaseSubstitutionTest.java
binding/mdsal-binding-test-model/src/main/yang/opendaylight-mdsal-augment-test.yang
binding/mdsal-binding-test-model/src/main/yang/opendaylight-mdsal-binding-test.yang
binding2/mdsal-binding2-test-model/src/main/yang/opendaylight-mdsal-augment-test.yang
binding2/mdsal-binding2-test-model/src/main/yang/opendaylight-mdsal-binding-test.yang