From 08e1de3549b36c61366ec909477ac4d1a57f2f37 Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Wed, 30 May 2018 07:15:06 -0400 Subject: [PATCH] Update exception whitelist Change-Id: I348459fb8a7705f962ac1e7b8751ba5e5e538c98 Signed-off-by: Sam Hague --- csit/libraries/netvirt/excepts.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/csit/libraries/netvirt/excepts.py b/csit/libraries/netvirt/excepts.py index 26597fdf6b..092f2b7005 100644 --- a/csit/libraries/netvirt/excepts.py +++ b/csit/libraries/netvirt/excepts.py @@ -106,20 +106,13 @@ _whitelist = [ {"issue": "https://jira.opendaylight.org/browse/NEUTRON-157", "id": "ConflictingModificationAppliedException", "context": [ - "Node was deleted by other transaction", "Optimistic lock failed for path /(urn:opendaylight:neutron?revision=2015-07-12)" + "neutron/networks/network/network[{(urn:opendaylight:neutron?revision=2015-07-12)uuid=", "Conflicting modification for path /(urn:opendaylight:neutron?revision=2015-07-12)" + "neutron/networks/network/network[{(urn:opendaylight:neutron?revision=2015-07-12)uuid=" ]}, {"issue": "https://jira.opendaylight.org/browse/NEUTRON-157", - "id": "ConflictingModificationAppliedException", - "context": [ - "Got OptimisticLockFailedException", "NeutronNetwork [networkUUID=", - "AbstractTranscriberInterface" - ]}, - {"issue": "https://jira.opendaylight.org/browse/NEUTRON-157", - "id": "ConflictingModificationAppliedException", + "id": "OptimisticLockFailedException", "context": [ "Got OptimisticLockFailedException", "AbstractTranscriberInterface" @@ -127,14 +120,12 @@ _whitelist = [ {"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", "context": [ - "Node was deleted by other transaction", "OptimisticLockFailedException: Optimistic lock failed.", "Conflicting modification for path /(urn:opendaylight:neutron?revision=2015-07-12)" + "neutron/networks/network/network[{(urn:opendaylight:neutron?revision=2015-07-12)uuid=", -- 2.36.6