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.
[PATCH] 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.
Remove xenapi from neutron ml2 config opts This patch just remove xenapi from setup.cfg as it has been already removed in [1]. . [1] https://review.opendev.org/c/openstack/neutron/+/787736
diff --git a/setup.cfg b/setup.cfg index d72492d..19d9d8c 100644