X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2Fnetvirt%2Fexcepts.py;h=f7897003c27ed59b7e6a5237c0ae33f9a9829290;hb=8bed159f800d37bf959ba295a58f62803df76d40;hp=7c21fbed0c9dac0f9dcda60429c267329209d107;hpb=952c1e824c2c29d589f5adb780a81005404cf3b7;p=integration%2Ftest.git diff --git a/csit/libraries/netvirt/excepts.py b/csit/libraries/netvirt/excepts.py index 7c21fbed0c..f7897003c2 100644 --- a/csit/libraries/netvirt/excepts.py +++ b/csit/libraries/netvirt/excepts.py @@ -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",