summaryrefslogtreecommitdiffstats
path: root/utils/test
diff options
context:
space:
mode:
authorSamuel Munilla <smunilla@redhat.com>2015-11-18 10:59:04 -0500
committerSamuel Munilla <smunilla@redhat.com>2015-11-20 15:05:08 -0500
commit4ca71667972b56438cd38633998878babc58807a (patch)
treeab278813df038d201cc382686940445f9deabc23 /utils/test
parentf0d13819c35727300101a7e31b8ff9b0022e683f (diff)
downloadopenshift-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.py1
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)