Add exceptions to whitelist for NEUTRON-157
[integration/test.git] / csit / variables / netvirt / Exceptions_Whitelist.py
1 NETVIRT_EXCEPTIONS_WHITELIST = [
2     'OptimisticLockFailedException',
3     'ConflictingModificationAppliedException: Node was created by other transaction',
4     'ConflictingModificationAppliedException: Node was deleted by other transaction',
5     'org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException',
6     'org.opendaylight.controller.md.sal.dom.broker.impl.TransactionCommitFailedExceptionMapper',
7     'org.opendaylight.yangtools.util.concurrent.ExceptionMapper.apply',
8     'org.opendaylight.mdsal.common.api.MappingCheckedFuture.mapException',
9     'org.opendaylight.mdsal.common.api.MappingCheckedFuture.wrapInExecutionException',
10     '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
11     'InterruptedByTimeoutException: null'
12 ]