diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/src/test/java/io/lighty/gnmi/southbound/mountpoint/codecs/YangInstanceNormToGnmiUpdateCodecTest.java b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/src/test/java/io/lighty/gnmi/southbound/mountpoint/codecs/YangInstanceNormToGnmiUpdateCodecTest.java index acf01c15b..0b27be03e 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/src/test/java/io/lighty/gnmi/southbound/mountpoint/codecs/YangInstanceNormToGnmiUpdateCodecTest.java +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/src/test/java/io/lighty/gnmi/southbound/mountpoint/codecs/YangInstanceNormToGnmiUpdateCodecTest.java @@ -19,6 +19,7 @@ import org.apache.commons.lang3.tuple.ImmutablePair; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.BeforeAll; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier; import org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode; @@ -47,6 +48,7 @@ public void topLevelElementTest() throws Exception { assertUpdateEquals(prepared.getValue(), result); } + @Disabled("Disabled until YANGTOOLS-1575 is resolved") @Test public void listEntryCase() throws Exception { final Map.Entry, Gnmi.Update> prepared = diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-test/src/test/java/io/lighty/modules/gnmi/test/gnmi/SimulatorCrudTest.java b/lighty-modules/lighty-gnmi/lighty-gnmi-test/src/test/java/io/lighty/modules/gnmi/test/gnmi/SimulatorCrudTest.java index 626e50964..bdc9cfd74 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-test/src/test/java/io/lighty/modules/gnmi/test/gnmi/SimulatorCrudTest.java +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-test/src/test/java/io/lighty/modules/gnmi/test/gnmi/SimulatorCrudTest.java @@ -32,6 +32,7 @@ import org.json.JSONException; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.skyscreamer.jsonassert.JSONAssert; import org.slf4j.Logger; @@ -638,7 +639,7 @@ public void crudComplexAugmentedValue() throws ExecutionException, InterruptedEx assertThrows(ExecutionException.class, () -> sessionProvider.getGnmiSession().get(getRequest).get()); } - + @Disabled("Disabled until YANGTOOLS-1575 is resolved") @Test public void getListEntryTest() throws ExecutionException, InterruptedException, IOException, JSONException { final Gnmi.Path path = Gnmi.Path.newBuilder() diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-test/src/test/java/io/lighty/modules/gnmi/test/gnmi/rcgnmi/GnmiGetITTest.java b/lighty-modules/lighty-gnmi/lighty-gnmi-test/src/test/java/io/lighty/modules/gnmi/test/gnmi/rcgnmi/GnmiGetITTest.java index 742938ac8..b065d20bd 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-test/src/test/java/io/lighty/modules/gnmi/test/gnmi/rcgnmi/GnmiGetITTest.java +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-test/src/test/java/io/lighty/modules/gnmi/test/gnmi/rcgnmi/GnmiGetITTest.java @@ -31,6 +31,7 @@ import org.junit.jupiter.api.AfterAll; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.skyscreamer.jsonassert.JSONAssert; import org.slf4j.Logger; @@ -162,6 +163,7 @@ public void getLeafIdentityRefTest() throws InterruptedException, IOException, J assertEquals(OC_INTERFACE_ETH3_CONFIG_TYPE_EXPECTED, ocInterfaceEth3ConfigType); } + @Disabled("Disabled until YANGTOOLS-1575 is resolved") @Test public void getListEntryTest() throws InterruptedException, IOException, JSONException { //assert list entry in openconfig-interfaces - interface - eth3, and also if it is only one with that key diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-test/src/test/java/io/lighty/modules/gnmi/test/gnmi/rcgnmi/GnmiSetITTest.java b/lighty-modules/lighty-gnmi/lighty-gnmi-test/src/test/java/io/lighty/modules/gnmi/test/gnmi/rcgnmi/GnmiSetITTest.java index b41b2a3ef..ed2724dad 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-test/src/test/java/io/lighty/modules/gnmi/test/gnmi/rcgnmi/GnmiSetITTest.java +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-test/src/test/java/io/lighty/modules/gnmi/test/gnmi/rcgnmi/GnmiSetITTest.java @@ -29,6 +29,7 @@ import org.junit.jupiter.api.AfterAll; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.skyscreamer.jsonassert.JSONAssert; import org.slf4j.Logger; @@ -152,6 +153,7 @@ public void setContainerTest() throws InterruptedException, IOException, JSONExc restoreDeviceToOriginalState(); } + @Disabled("Disabled until YANGTOOLS-1575 is resolved") @Test public void setAugmentedInterfaceListFromOuterModelTest() throws Exception { final String payload = getAugmentedTestInterfaceBody(); @@ -269,6 +271,7 @@ public void deleteLeafTest() throws InterruptedException, IOException, JSONExcep restoreDeviceToOriginalState(); } + @Disabled("Disabled until YANGTOOLS-1575 is resolved") @Test public void setSimpleListEntryTest() throws IOException, InterruptedException, JSONException { // Set simple list with @@ -355,6 +358,7 @@ public void setNestedListInWrongWayTest() throws IOException, InterruptedExcepti assertEquals(HttpURLConnection.HTTP_INTERNAL_ERROR, nestedListResponse.statusCode()); } + @Disabled("Disabled until YANGTOOLS-1575 is resolved") @Test public void setNestedListTest() throws IOException, InterruptedException, JSONException { // Create data in base list