-
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathkitchen.yml
More file actions
39 lines (35 loc) · 794 Bytes
/
kitchen.yml
File metadata and controls
39 lines (35 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
product_name: cinc
verifier:
name: inspec
platforms:
- name: almalinux-8
- name: almalinux-9
- name: amazonlinux-2023
- name: centos-stream-9
- name: debian-12
- name: fedora-latest
- name: rockylinux-8
- name: rockylinux-9
- name: ubuntu-22.04
- name: ubuntu-24.04
suites:
- name: default
run_list:
- recipe[resolver-test::test_packages]
- recipe[resolver-test::default]
- name: systemd_resolved
run_list:
- recipe[resolver-test::test_packages]
- recipe[resolver-test::systemd_resolved]
includes:
- fedora-latest
- ubuntu-22.04
- ubuntu-24.04
verifier:
inspec_tests:
- test/integration/systemd_resolved