Skip to content

Commit

Permalink
Update platforms to test on locally
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Sep 9, 2016
1 parent 6b63b1b commit ec6067e
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@ verifier:
name: inspec

platforms:
- name: centos-6.7
- name: centos-6.8
run_list:
- recipe[chef-yum-docker]

- name: centos-7.2
run_list:
- recipe[chef-yum-docker]

- name: fedora-23
- name: fedora-24
run_list:
- recipe[yum::dnf_yum_compat]
- recipe[chef-yum-docker]

- name: debian-7.10
- name: debian-7.11
run_list:
- recipe[apt]
- recipe[chef-apt-docker]

- name: debian-8.4
- name: debian-8.5
run_list:
- recipe[apt]
- recipe[chef-apt-docker]
Expand Down Expand Up @@ -128,8 +128,8 @@ suites:
- name: installation_package-171
includes: [
'centos-7.2',
'debian-7.10',
'debian-8.4',
'debian-7.11',
'debian-8.5',
'ubuntu-12.04',
'ubuntu-14.04'
]
Expand All @@ -142,8 +142,8 @@ suites:
- name: installation_package-183
includes: [
'centos-7.2',
'debian-7.10',
'debian-8.4',
'debian-7.11',
'debian-8.5',
'ubuntu-12.04',
'ubuntu-14.04'
]
Expand All @@ -157,11 +157,11 @@ suites:
- name: installation_package-191
includes: [
'centos-7.2',
'debian-7.10',
'debian-8.4',
'debian-7.11',
'debian-8.5',
'ubuntu-12.04',
'ubuntu-14.04',
'fedora-23',
'fedora-24',
]
attributes:
docker:
Expand All @@ -172,11 +172,11 @@ suites:
- name: installation_package-1103
includes: [
'centos-7.2',
'debian-7.10',
'debian-8.4',
'debian-7.11',
'debian-8.5',
'ubuntu-12.04',
'ubuntu-14.04',
'fedora-23'
'fedora-24'
]
attributes:
docker:
Expand All @@ -187,12 +187,12 @@ suites:
- name: installation_package-1111
includes: [
'centos-7.2',
'debian-7.10',
'debian-8.4',
'debian-7.11',
'debian-8.5',
'ubuntu-12.04',
'ubuntu-14.04',
'ubuntu-16.04',
'fedora-23'
'fedora-24'
]
attributes:
docker:
Expand Down Expand Up @@ -222,14 +222,14 @@ suites:
##################################
- name: service-sysvinit
includes: [
'debian-7.10'
'debian-7.11'
]
run_list:
- recipe[docker_test::service_sysvinit]

- name: service-sysvinit-multi
includes: [
'debian-7.10'
'debian-7.11'
]
run_list:
- recipe[docker_test::service_sysvinit_multi]
Expand Down Expand Up @@ -259,8 +259,8 @@ suites:
- name: service-systemd
includes: [
'centos-7.2',
'fedora-23',
'debian-8.4',
'fedora-24',
'debian-8.5',
'ubuntu-16.04'
]
run_list:
Expand All @@ -269,8 +269,8 @@ suites:
- name: service-systemd-multi
includes: [
'centos-7.2',
'fedora-23',
'debian-8.4',
'fedora-24',
'debian-8.5',
'ubuntu-16.04'
]
run_list:
Expand Down Expand Up @@ -336,8 +336,8 @@ suites:
- name: auto
includes: [
'centos-7.2',
'fedora-23',
'debian-8.4',
'fedora-24',
'debian-8.5',
'ubuntu-12.04',
'ubuntu-14.04',
'ubuntu-16.04'
Expand Down

0 comments on commit ec6067e

Please sign in to comment.