1 module deviate-not-supported-multi-level-test-module {
3 namespace "test:deviate-not-supported-multi-level-test-module";
7 "Copyright (C) 2024 Ericsson
8 Modifications Copyright (C) 2024 OpenInfra Foundation Europe";
10 revision "2019-10-09" {
11 description "initial revision";
23 Deviations happen to be processed in the order in which they are defined in
24 the model, so we can provoke a deviation where we try to not-support a
25 container that a different deviation has already not-supported.
28 deviation /this:cont1/this:cont2/this:cont3/this:cont4 {
29 deviate not-supported;
32 deviation /this:cont1/this:cont2 {
33 deviate not-supported;
36 deviation /this:cont1/this:cont2/this:cont3 {
37 deviate not-supported;