From: Sam Hague Date: Tue, 1 May 2018 00:17:13 +0000 (-0400) Subject: Add exception for NEUTRON-157 X-Git-Tag: pre-potassium~813 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=1a6a4d7400835ce252c032049e74c240a301bcd5 Add exception for NEUTRON-157 This job hit NEUTRON-157 and a new exception is coming out from an mdsal change in the api. The job below has an example. https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netvirt-csit-1node-openstack-queens-gate-stateful-fluorine/281/odl_1/odl1_karaf.log.gz Change-Id: I7c5a7c6f3dbb8013d217168b09d3ce9a0213978d Signed-off-by: Sam Hague --- diff --git a/csit/variables/netvirt/Exceptions_Whitelist.py b/csit/variables/netvirt/Exceptions_Whitelist.py index 35bf3b8fbf..623cd4ccee 100644 --- a/csit/variables/netvirt/Exceptions_Whitelist.py +++ b/csit/variables/netvirt/Exceptions_Whitelist.py @@ -2,6 +2,7 @@ NETVIRT_EXCEPTIONS_WHITELIST = [ 'OptimisticLockFailedException', 'ConflictingModificationAppliedException: Node was created by other transaction', 'ConflictingModificationAppliedException: Node was deleted by other transaction', + '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' ]