diff options
| author | Samuel Munilla <smunilla@redhat.com> | 2015-11-10 13:58:24 -0500 | 
|---|---|---|
| committer | Samuel Munilla <smunilla@redhat.com> | 2015-11-10 13:58:24 -0500 | 
| commit | 7f4cafed723058ab7e79d11a826fca031d1d2aae (patch) | |
| tree | bd769c051aa15fa48fc05130543e5de25a5a174e /utils/test | |
| parent | 1e28190e374aac4677394bc9b8f3e8428b15dc5a (diff) | |
| download | openshift-7f4cafed723058ab7e79d11a826fca031d1d2aae.tar.gz openshift-7f4cafed723058ab7e79d11a826fca031d1d2aae.tar.bz2 openshift-7f4cafed723058ab7e79d11a826fca031d1d2aae.tar.xz openshift-7f4cafed723058ab7e79d11a826fca031d1d2aae.zip  | |
Update tests now that cli is not asking for rpm/container install
Diffstat (limited to 'utils/test')
| -rw-r--r-- | utils/test/cli_installer_tests.py | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/test/cli_installer_tests.py b/utils/test/cli_installer_tests.py index fcefcdff3..d58539b18 100644 --- a/utils/test/cli_installer_tests.py +++ b/utils/test/cli_installer_tests.py @@ -332,7 +332,7 @@ class AttendedCliTests(OOCliFixture):              for (host, is_master) in hosts:                  inputs.append(host)                  inputs.append('y' if is_master else 'n') -                inputs.append('rpm') +                #inputs.append('rpm')                  if i < len(hosts) - 1:                      inputs.append('y')  # Add more hosts                  else: @@ -349,7 +349,7 @@ class AttendedCliTests(OOCliFixture):              for (host, is_master) in add_nodes:                  inputs.append(host)                  inputs.append('y' if is_master else 'n') -                inputs.append('rpm') +                #inputs.append('rpm')                  if i < len(add_nodes) - 1:                      inputs.append('y')  # Add more hosts                  else:  | 
