Do not store empty node list 67/82167/5
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 20 May 2019 06:36:52 +0000 (08:36 +0200)
committerAnil Vishnoi <vishnoianil@gmail.com>
Thu, 1 Aug 2019 22:43:33 +0000 (22:43 +0000)
commit5bf4fdc0248b3c353da809efb80bc85af2804178
tree618dccf30499ef79de30b7f3890cfbed30d23671
parent8679eba3872558516979c7cbb097b82d7b50eede
Do not store empty node list

Empty node list does not have a semantic meaning and will be
turned into a non-existent list when it becomes empty again.

Do not store it in the datastore.

Change-Id: I8d85650ffe51ec96e243482230c91da9f9e8f402
JIRA: OPNFLWPLUG-1052
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
applications/forwardingrules-manager/src/test/java/test/mock/util/FRMTest.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/util/DeviceInitializationUtil.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/util/DeviceInitializationUtilTest.java