Comment 9 for bug 1886589

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-odl (master)

Reviewed: https://review.opendev.org/740315
Committed: https://git.openstack.org/cgit/openstack/networking-odl/commit/?id=0cc249bae09b721a7fa5a50a86069cd307cdcd01
Submitter: Zuul
Branch: master

commit 0cc249bae09b721a7fa5a50a86069cd307cdcd01
Author: elajkat <email address hidden>
Date: Thu Jul 9 14:09:10 2020 +0200

    Workaround mock._is_started

    It seems that on groovy (python 3.8.3) mock._is_started is not working,
    the easiest fix seems to be to workaround that with try / except block.

    Change-Id: Ia579f5f0cfe77e271340e42cd01299a979c8ef27
    Closes-Bug: #1886589