Skip to content

Commit

Permalink
run the same tests for prefork suite as well
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Jan 4, 2017
1 parent 8a65817 commit ae45d33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .kitchen.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ suites:
# - recipe[apache2_test::mod_proxy_ajp]
- recipe[apache2_test::mod_python]
- recipe[apache2_test::mod_ssl]
verifier:
inspec_tests:
- test/integration/default/inspec/localhost
- name: worker
includes: [
'centos-7.2'
Expand Down
3 changes: 3 additions & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ suites:
# - recipe[apache2_test::mod_proxy_ajp]
- recipe[apache2_test::mod_python]
- recipe[apache2_test::mod_ssl]
verifier:
inspec_tests:
- test/integration/default/inspec/localhost
- name: worker
includes: [
'centos-7.2',
Expand Down

0 comments on commit ae45d33

Please sign in to comment.