Clean up DropTest{Committer,RpcSender} 16/104116/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 24 Jan 2023 22:29:24 +0000 (23:29 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 24 Jan 2023 22:31:20 +0000 (23:31 +0100)
commit215051f9767a565775e2c7567123d2ad1ff9430e
tree81f5b6edd14f53f9c74c8c51205fa6603940db73
parent14ad5938a8be02dace84e4056eb174bfd5f34e2d
Clean up DropTest{Committer,RpcSender}

There is no point in catching exceptions during DTCL registration,
those are not allowed to fail transiently. Also do not catch exceptions
around Registration.close(), as those can never fail, either.

Change-Id: I8411c0b3a5da508a0a59db95f4bca982f6a4ce21
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
test-common/src/main/java/org/opendaylight/openflowplugin/testcommon/AbstractDropTest.java
test-common/src/main/java/org/opendaylight/openflowplugin/testcommon/DropTestCommiter.java
test-common/src/main/java/org/opendaylight/openflowplugin/testcommon/DropTestRpcSender.java