salt-bootstrap/kitchen.windows.yml

33 lines
744 B
YAML
Raw Normal View History

---
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: stable-3003
2021-06-30 16:10:53 +00:00
provisioner:
salt_version: 3003.4-1
- name: stable-3004
2022-01-10 09:56:28 +01:00
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/