diff options
Diffstat (limited to 'ipatests/test_integration/test_testconfig.py')
-rw-r--r-- | ipatests/test_integration/test_testconfig.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ipatests/test_integration/test_testconfig.py b/ipatests/test_integration/test_testconfig.py index 219600344..8d146fcff 100644 --- a/ipatests/test_integration/test_testconfig.py +++ b/ipatests/test_integration/test_testconfig.py @@ -129,6 +129,12 @@ class CheckConfig(object): assert_deepequal(self.get_output_dict(), conf.to_dict()) self.check_config(conf) + # Settings to override: + extra_input_dict = {} + extra_input_env = {} + extra_output_dict = {} + extra_output_env = {} + class TestEmptyConfig(CheckConfig): extra_input_dict = {} |