mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00

Same fix as provided for the SaltStack Formulas organisation: * https://github.com/myii/ssf-formula/pull/392
35 lines
814 B
YAML
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/
|