forked from techish-io/ci.chef.wlp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
39 lines (35 loc) · 779 Bytes
/
.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
#
# 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-14.04-i386
- name: centos-6.4
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