Remove all exceptions whitelist 26/72326/2
authorJamo Luhrsen <jluhrsen@redhat.com>
Fri, 25 May 2018 16:26:01 +0000 (09:26 -0700)
committerSam Hague <shague@redhat.com>
Sat, 26 May 2018 16:21:31 +0000 (16:21 +0000)
we have this now, which is better:

https://git.opendaylight.org/gerrit/#/c/72135/

Change-Id: I9ea41b29f067f4b78f949f0e7a066a8e93cfc54a
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
csit/libraries/OpenStackOperations.robot
csit/variables/netvirt/Exceptions_Whitelist.py [deleted file]

index 0e7bd6c67528dd0e733d6aac22a77aa06257c090..0d1b95521412368bd3de6d053f7f0feba155ed6f 100644 (file)
@@ -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 (file)
index a6ae387..0000000
+++ /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'
-]