oslo.upgradecheck/oslo_upgradecheck/tests
Ghanshyam Mann 9f95a6e19b Register oslo policy opts explicitly for check_policy_json
check_policy_json() common check need [oslo_policy].policy_file
config value and it is better to register those options explicitly
in check_policy_json() in case they are not register by services.

Currently it work as oslo.policy opts are registered via some import
in service side code path for upgradechecks which are not so safe
when these code import path change.

Change-Id: I16fcce119698c7375e4b58558fdce89e78a79a9b
2020-12-07 21:12:03 +00:00
..
__init__.py Initial commit 2018-09-12 17:35:58 +00:00
test_common_checks.py Register oslo policy opts explicitly for check_policy_json 2020-12-07 21:12:03 +00:00
test_upgradecheck.py Use unittest.mock instead of third party mock 2020-03-13 11:44:15 -05:00