diff options
author | Samuel Munilla <smunilla@redhat.com> | 2015-11-18 10:59:04 -0500 |
---|---|---|
committer | Samuel Munilla <smunilla@redhat.com> | 2015-11-20 15:05:08 -0500 |
commit | 4ca71667972b56438cd38633998878babc58807a (patch) | |
tree | ab278813df038d201cc382686940445f9deabc23 /utils/test | |
parent | f0d13819c35727300101a7e31b8ff9b0022e683f (diff) | |
download | openshift-4ca71667972b56438cd38633998878babc58807a.tar.gz openshift-4ca71667972b56438cd38633998878babc58807a.tar.bz2 openshift-4ca71667972b56438cd38633998878babc58807a.tar.xz openshift-4ca71667972b56438cd38633998878babc58807a.zip |
atomic-openshift-installer: HA for quick installer
This adds the ability to quickly set up a multi-master environment.
Diffstat (limited to 'utils/test')
-rw-r--r-- | utils/test/cli_installer_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/test/cli_installer_tests.py b/utils/test/cli_installer_tests.py index 40a2f844d..61bc77445 100644 --- a/utils/test/cli_installer_tests.py +++ b/utils/test/cli_installer_tests.py @@ -613,6 +613,7 @@ class AttendedCliTests(OOCliFixture): result = self.runner.invoke(cli.cli, self.cli_args, input=cli_input) + print result self.assert_result(result, 0) self._verify_load_facts(load_facts_mock) |