Refactor storage of runtime exclusive storage flag in QA
This is a follow-up for “qa_config: Remove exclusive storage flag from config”. Instead of storing the flag in a module-level variable it is now stored within the new QA configuration class and unit tests are provided. Wrappers in “qa_config” maintain the existing interface. Signed-off-by:Michael Hanselmann <hansmi@google.com> Reviewed-by:
Helga Velroyen <helgav@google.com>
Showing
- Makefile.am 1 addition, 0 deletionsMakefile.am
- qa/qa_config.py 32 additions, 17 deletionsqa/qa_config.py
- test/data/qa-minimal-nodes-instances-only.json 46 additions, 0 deletionstest/data/qa-minimal-nodes-instances-only.json
- test/py/qa.qa_config_unittest.py 21 additions, 0 deletionstest/py/qa.qa_config_unittest.py
Loading
Please register or sign in to comment