salt-bootstrap/kitchen.windows.yml
2022-06-07 06:33:22 +01:00

32 lines
752 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-2022
- name: windows-2019
suites:
- name: py3-stable-3003
provisioner:
salt_version: 3003.4-1
- name: py3-stable-3004
provisioner:
salt_version: 3004.1-1
- 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/