salt-bootstrap/kitchen.windows.yml
Dafydd Jones bd6a408aac ci(proxy): fix setting up WinRM
Same fix as provided for the SaltStack Formulas organisation:

* https://github.com/myii/ssf-formula/pull/392
2022-03-15 13:03:48 +00:00

35 lines
814 B
YAML

---
driver:
name: proxy
host: localhost
reset_command: "exit 0"
port: 5985
username: kitchen
password: Password1
provisioner:
salt_bootstrap_url: D:/a/salt-bootstrap/salt-bootstrap/bootstrap-salt.ps1
salt_bootstrap_options: -pythonVersion 3 -version %s
init_environment: ''
platforms:
- name: windows-2019
- name: windows-2016
suites:
- name: py3-stable-3001
provisioner:
salt_version: 3001.7
- name: py3-stable-3002
provisioner:
salt_version: 3002
- name: py3-stable-3003
provisioner:
salt_version: 3003
- name: latest
provisioner:
salt_version: latest
salt_call_command: c:\Program Files\Salt Project\Salt\salt-call.bat
verifier:
command: pytest --cache-clear -v -s -ra --log-cli-level=debug -k "not test_ping" tests/integration/