summaryrefslogtreecommitdiff
path: root/kitchen.yml
blob: 2e2f92eca290e027d517c9dcfeea3d9ba60ef4cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
driver:
  name: vagrant
  customize:
    memory: 1024
    cpus: 4

provisioner:
  name: shell
  data_path: .

platforms:
  - name: ubuntu-14.04
  - name: ubuntu-16.04
  - name: ubuntu-18.04
  - name: freebsd-11

suites:
  - name: default