diff options
author | Samuel Munilla <smunilla@redhat.com> | 2016-04-26 13:43:46 -0400 |
---|---|---|
committer | Samuel Munilla <smunilla@redhat.com> | 2016-04-26 13:43:46 -0400 |
commit | 13dc4a50ccb8e66279ce42a939512626673b4c9e (patch) | |
tree | 196d0d6d1aaaae5a6dddc9d60ea4772e0a12fbf4 /utils/test | |
parent | 432a700960e9a09177432e71a8cdc2a496891c1f (diff) | |
download | openshift-13dc4a50ccb8e66279ce42a939512626673b4c9e.tar.gz openshift-13dc4a50ccb8e66279ce42a939512626673b4c9e.tar.bz2 openshift-13dc4a50ccb8e66279ce42a939512626673b4c9e.tar.xz openshift-13dc4a50ccb8e66279ce42a939512626673b4c9e.zip |
a-o-i tests: Update attended tests for proxy
Update the input to account for the new questions around proxies.
Diffstat (limited to 'utils/test')
-rw-r--r-- | utils/test/fixture.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/test/fixture.py b/utils/test/fixture.py index 1657d8f46..4e0977e5d 100644 --- a/utils/test/fixture.py +++ b/utils/test/fixture.py @@ -201,6 +201,8 @@ def build_input(ssh_user=None, hosts=None, variant_num=None, inputs.append(storage) inputs.append('subdomain.example.com') + inputs.append('proxy.example.com') + inputs.append('exclude.example.com') # TODO: support option 2, fresh install if add_nodes: |