Update exception whitelist 36/72336/2
authorSam Hague <shague@redhat.com>
Sat, 26 May 2018 14:54:40 +0000 (10:54 -0400)
committerSam Hague <shague@redhat.com>
Sat, 26 May 2018 16:11:19 +0000 (12:11 -0400)
Change-Id: I58ee044c853cc36307993a5b27af47b101b803d4
Signed-off-by: Sam Hague <shague@redhat.com>
csit/libraries/netvirt/excepts.py

index 7c21fbed0c9dac0f9dcda60429c267329209d107..f7897003c27ed59b7e6a5237c0ae33f9a9829290 100644 (file)
@@ -92,7 +92,7 @@ _whitelist = [
     {"issue": "https://jira.opendaylight.org/browse/NETVIRT-1270",
      "id": "ExecutionException",
      "context": [
-         "OptimisticLockFailedException: Optimistic lock failed.",
+         "OptimisticLockFailedException: Optimistic lock failed",
          "ConflictingModificationAppliedException: Node children was modified by other transaction",
          "removeOrUpdateVpnToDpnList: Error removing from dpnToVpnList for vpn "
      ]},
@@ -118,6 +118,18 @@ _whitelist = [
          "Got OptimisticLockFailedException", "NeutronNetwork [networkUUID=",
          "AbstractTranscriberInterface"
      ]},
+    {"issue": "https://jira.opendaylight.org/browse/NEUTRON-157",
+     "id": "ConflictingModificationAppliedException",
+     "context": [
+         "Got OptimisticLockFailedException",
+         "AbstractTranscriberInterface"
+     ]},
+    {"issue": "https://jira.opendaylight.org/browse/NEUTRON-157",
+     "id": "ConflictingModificationAppliedException",
+     "context": [
+         "Node was created by other transaction",
+         "Optimistic lock failed for path /(urn:opendaylight:neutron?revision=2015-07-12)neutron"
+     ]},
     # oxygen
     {"issue": "https://jira.opendaylight.org/browse/NEUTRON-157",
      "id": "ConflictingModificationAppliedException",