X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fvariables%2Fnetvirt%2FExceptions_Whitelist.py;h=623cd4cceed7099d8908af9e33928bc5d2b5de89;hb=1a6a4d7400835ce252c032049e74c240a301bcd5;hp=5d4851273d8e03f3eeddd003d2f4df5f8ba614e3;hpb=98b6a4241659b7c3ffa6090fafd0f88b5c066e4b;p=integration%2Ftest.git diff --git a/csit/variables/netvirt/Exceptions_Whitelist.py b/csit/variables/netvirt/Exceptions_Whitelist.py index 5d4851273d..623cd4ccee 100644 --- a/csit/variables/netvirt/Exceptions_Whitelist.py +++ b/csit/variables/netvirt/Exceptions_Whitelist.py @@ -2,5 +2,7 @@ NETVIRT_EXCEPTIONS_WHITELIST = [ '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 + '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' ]