Remove ':' OLFE exception in whitelist 46/70746/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 10 Apr 2018 21:28:47 +0000 (14:28 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 10 Apr 2018 21:28:47 +0000 (14:28 -0700)
seems that we sometimes get OptimisticLockFailedExceptions
with and without the ':' on the end. Remove it for now so
we can still ignore OLFEs in CSIT

Change-Id: Iab56968dff0e6dbc8840f05fc986edc089e5479b
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
csit/variables/netvirt/Exceptions_Whitelist.py

index 415293c3352330a3ccdf664d58039ab616d7a29e..5d4851273d8e03f3eeddd003d2f4df5f8ba614e3 100644 (file)
@@ -1,5 +1,5 @@
 NETVIRT_EXCEPTIONS_WHITELIST = [
-    'OptimisticLockFailedException:',
+    'OptimisticLockFailedException',
     'ConflictingModificationAppliedException: Node was created by other transaction',
     'ConflictingModificationAppliedException: Node was deleted by other transaction',
     '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