This seems like its also broken in tests/utils.py
#NOTE(bcwaldon): parse_args has to be called to register certain # command-line options - specifically we need config_dir for # the following policy tests config.parse_args()
Fixing there might be the most general solution?
This seems like its also broken in tests/utils.py
#NOTE(bcwaldon): parse_args has to be called to register certain
# command-line options - specifically we need config_dir for
# the following policy tests
config.parse_args()
Fixing there might be the most general solution?