Skip to content

Commit

Permalink
Merge pull request #100 from carmstrong/add_tests_for_lxc
Browse files Browse the repository at this point in the history
Adds Test Kitchen suite for testing lxc
  • Loading branch information
bflad committed Mar 27, 2014
2 parents a3a7c77 + 3e131e1 commit 818b784
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,22 @@ platforms:
require_chef_omnibus: latest

suites:
- name: docker-lwrp
- name: docker-lwrp-native
run_list:
- recipe[minitest-handler]
- recipe[docker_test::default]
- recipe[docker_test::image_lwrp]
- recipe[docker_test::container_lwrp]
attributes:
attributes:
docker:
container_cmd_timeout: 30
- name: docker-lwrp-lxc
run_list:
- recipe[minitest-handler]
- recipe[docker_test::default]
- recipe[docker_test::image_lwrp]
- recipe[docker_test::container_lwrp]
attributes:
docker:
container_cmd_timeout: 30
exec_driver: 'lxc'

0 comments on commit 818b784

Please sign in to comment.