diff options
author | Samuel Munilla <smunilla@redhat.com> | 2016-08-09 13:31:02 -0400 |
---|---|---|
committer | Samuel Munilla <smunilla@redhat.com> | 2016-08-09 13:31:02 -0400 |
commit | be5414d9b480423dea55defd6e57bf4b833ee54d (patch) | |
tree | c57201709f774fc46b4488ad39493834abecbe14 /utils/test/fixture.py | |
parent | 47fbb92cf3727299c06c6c139c813c065494478d (diff) | |
download | openshift-be5414d9b480423dea55defd6e57bf4b833ee54d.tar.gz openshift-be5414d9b480423dea55defd6e57bf4b833ee54d.tar.bz2 openshift-be5414d9b480423dea55defd6e57bf4b833ee54d.tar.xz openshift-be5414d9b480423dea55defd6e57bf4b833ee54d.zip |
a-o-i: Update nosetests for ansible_ssh_user
Update the nosetests to reflect the new location of ansible_ssh_user
in the config file.
Diffstat (limited to 'utils/test/fixture.py')
-rw-r--r-- | utils/test/fixture.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/fixture.py b/utils/test/fixture.py index 006df739b..152c06da8 100644 --- a/utils/test/fixture.py +++ b/utils/test/fixture.py @@ -11,9 +11,9 @@ from click.testing import CliRunner SAMPLE_CONFIG = """ variant: %s variant_version: 3.2 -ansible_ssh_user: root master_routingconfig_subdomain: example.com deployment: + ansible_ssh_user: root hosts: - connect_to: 10.0.0.1 ip: 10.0.0.1 |