summaryrefslogtreecommitdiffstats
path: root/utils/test
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2015-12-01 09:43:52 -0400
committerDevan Goodwin <dgoodwin@redhat.com>2015-12-01 09:43:52 -0400
commit098833f05200258259e2fdb59084c07a2472fac0 (patch)
tree0ca1a7bd12725203f2f9a65f5dbb95a13d43f4b9 /utils/test
parentb71c3247f1f762b7b99aa081cd9925ecfa4d31e7 (diff)
downloadopenshift-098833f05200258259e2fdb59084c07a2472fac0.tar.gz
openshift-098833f05200258259e2fdb59084c07a2472fac0.tar.bz2
openshift-098833f05200258259e2fdb59084c07a2472fac0.tar.xz
openshift-098833f05200258259e2fdb59084c07a2472fac0.zip
Cleanup more schedulable typos.
Diffstat (limited to 'utils/test')
-rw-r--r--utils/test/fixture.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/test/fixture.py b/utils/test/fixture.py
index 14baec6b3..90bd9e1ef 100644
--- a/utils/test/fixture.py
+++ b/utils/test/fixture.py
@@ -140,7 +140,7 @@ class OOCliFixture(OOInstallFixture):
#pylint: disable=too-many-arguments,too-many-branches
def build_input(ssh_user=None, hosts=None, variant_num=None,
- add_nodes=None, confirm_facts=None, scheduleable_masters_ok=None,
+ add_nodes=None, confirm_facts=None, schedulable_masters_ok=None,
master_lb=None):
"""
Build an input string simulating a user entering values in an interactive
@@ -192,7 +192,7 @@ def build_input(ssh_user=None, hosts=None, variant_num=None,
# TODO: support option 2, fresh install
if add_nodes:
- if scheduleable_masters_ok:
+ if schedulable_masters_ok:
inputs.append('y')
inputs.append('1') # Add more nodes
i = 0