From: Jamo Luhrsen Date: Fri, 25 May 2018 16:26:01 +0000 (-0700) Subject: Remove all exceptions whitelist X-Git-Tag: pre-potassium~782 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=6509f1938b1ef47cea27bb0e2576418740ca8a76;p=integration%2Ftest.git Remove all exceptions whitelist we have this now, which is better: https://git.opendaylight.org/gerrit/#/c/72135/ Change-Id: I9ea41b29f067f4b78f949f0e7a066a8e93cfc54a Signed-off-by: Jamo Luhrsen --- diff --git a/csit/libraries/OpenStackOperations.robot b/csit/libraries/OpenStackOperations.robot index 0e7bd6c675..0d1b955214 100644 --- a/csit/libraries/OpenStackOperations.robot +++ b/csit/libraries/OpenStackOperations.robot @@ -17,7 +17,6 @@ Resource Utils.robot Resource ../variables/Variables.robot Resource ../variables/netvirt/Variables.robot Variables ../variables/netvirt/Modules.py -Variables ../variables/netvirt/Exceptions_Whitelist.py *** Keywords *** Get Tenant ID From Security Group diff --git a/csit/variables/netvirt/Exceptions_Whitelist.py b/csit/variables/netvirt/Exceptions_Whitelist.py deleted file mode 100644 index a6ae387db7..0000000000 --- a/csit/variables/netvirt/Exceptions_Whitelist.py +++ /dev/null @@ -1,12 +0,0 @@ -NETVIRT_EXCEPTIONS_WHITELIST = [ - 'OptimisticLockFailedException', - 'ConflictingModificationAppliedException: Node was created by other transaction', - 'ConflictingModificationAppliedException: Node was deleted by other transaction', - 'org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException', - 'org.opendaylight.controller.md.sal.dom.broker.impl.TransactionCommitFailedExceptionMapper', - 'org.opendaylight.yangtools.util.concurrent.ExceptionMapper.apply', - 'org.opendaylight.mdsal.common.api.MappingCheckedFuture.mapException', - 'org.opendaylight.mdsal.common.api.MappingCheckedFuture.wrapInExecutionException', - 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entries.grouping.MatchEntry msgType: 1 oxm_field: 33 experimenterID: null was not found - please verify that all needed deserializers ale loaded correctly', # noqa - 'InterruptedByTimeoutException: null' -]