forked from techish-io/ci.chef.wlp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
50 lines (46 loc) · 1.16 KB
/
.kitchen.yml
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
40
41
42
43
44
45
46
47
48
49
50
#
# See https://github.com/WASdev/ci.chef.wlp/wiki/How-to-run-%27test-kitchen%27-tests for information
# on how to configure and run the test-kitchen tests.
#
---
driver_plugin: vagrant
platforms:
- name: ubuntu-12.04
driver_config:
box: opscode-ubuntu-12.04
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04-i386_chef-11.4.4.box
run_list:
- recipe[apt]
- recipe[test_helper::fix_permissions]
- name: centos-6.4
driver_config:
box: opscode-centos-6.4
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-6.4_chef-11.4.4.box
run_list:
- recipe[test_helper::fix_permissions]
suites:
- name: basic
run_list:
- recipe[minitest-handler]
- recipe[wlp_test::basic]
- name: custom
run_list:
- recipe[minitest-handler]
- recipe[wlp_test::custom]
attributes:
wlp:
base_dir: /opt/liberty
user_dir: /opt/liberty/user
archive:
extended:
install: false
extras:
install: true
base_dir: /opt/liberty-extra
- name: app
run_list:
- recipe[minitest-handler]
- recipe[wlp_test::app]
attributes:
wlp:
user_dir: /var/liberty