summaryrefslogtreecommitdiff
path: root/acceptance/top-cookbooks/.kitchen.docker.yml
blob: 8e3edb3700168e23878fadd8df0afc5f0580773a (plain)
1
2
3
4
5
6
7
8
suites:
  - name: docker-default
    # Ubuntu images need to run apt update
    run_list: ["recipe[apt]","recipe[docker]"]
    includes: [ubuntu-14.04]
  - name: docker-source
    run_list: ["recipe[docker::source]"]
    includes: [nonexistent]