
TempestConf has a set of class variables that do not need to be class variables because there are no multiple instances of TempestConf class that could share the value. The reason why we need to move the class variables to instance variables is that some unit tests under certain conditions were failing because multiple unit tests were changing the TempestConf.priority_sectionkeys value. Change-Id: Ic6f51be112aa9f93904fcab289d78a7e06f20f62
python-tempestconf
Overview
python-tempestconf will automatically generate the tempest configuration based on your cloud.
- Free software: Apache license
- Documentation: https://docs.opendev.org/openinfra/python-tempestconf/latest/
- Source: https://opendev.org/openinfra/python-tempestconf
- Bugs: https://storyboard.openstack.org/#!/project/912
- Release notes: https://docs.opendev.org/openinfra/python-tempestconf/latest/releasenotes
Description
Languages
Python
99.8%
Jinja
0.2%