Comment 3 for bug 1996527

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/864448
Committed: https://opendev.org/openstack/neutron/commit/c5ee9f349548b5bc842054aa26118e205c490aa2
Submitter: "Zuul (22348)"
Branch: master

commit c5ee9f349548b5bc842054aa26118e205c490aa2
Author: Brian Haley <email address hidden>
Date: Mon Nov 14 18:06:20 2022 -0500

    Load the required configuration options in the UT classes

    Some test classes are not loading the required configuration options
    during the setup process. That prevents from launching thoses tests
    or classes individually. This patch solves this issue by importing the
    required options in the "setUp" test class method.

    This is breaking python 3.11 on Debian, not possible to test
    in the gate at the moment.

    Closes-Bug: #1996527

    Change-Id: Ie579df7126ca8d09dbedad8d2254c79ec0d3bc32