Merge pull request #47755 from dwoz/winrmtests

Be explicit about winrm setting
This commit is contained in:
Daniel Wozniak 2018-05-21 15:39:23 -07:00 committed by GitHub
commit 5cd18b9e70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -252,6 +252,7 @@ class EC2Test(ShellCase):
'userdata_file': self.copy_file('windows-firewall.ps1'),
'win_installer': self.copy_file(self.INSTALLER),
'winrm_ssl_verify': False,
'use_winrm': True,
}
)
@ -287,6 +288,7 @@ class EC2Test(ShellCase):
'userdata_file': self.copy_file('windows-firewall.ps1'),
'win_installer': self.copy_file(self.INSTALLER),
'winrm_ssl_verify': False,
'use_winrm': True,
}
)

View file

@ -1,7 +1,7 @@
ec2-test:
provider: ec2-config
image: ami-98aa1cf0
size: t1.micro
size: m1.small
sh_username: ec2-user
script_args: '-P -Z'
ec2-win2012r2-test: