Skip to content

Commit

Permalink
add acceptance tests for debian buster
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Jan 13, 2020
1 parent 0f6948c commit ca77582
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spec/acceptance/nodesets/debian-buster-amd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
HOSTS:
i2debian10:
roles:
- agent
- default
platform: debian-buster-amd
hypervisor: vagrant
box: bento/debian-10
vagrant_memsize: 1024
CONFIG:
type: aio
12 changes: 12 additions & 0 deletions spec/acceptance/nodesets/debian-stretch-amd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
HOSTS:
i2debian9:
roles:
- agent
- default
platform: debian-stretch-amd
hypervisor: vagrant
box: bento/debian-9
vagrant_memsize: 1024
CONFIG:
type: aio

0 comments on commit ca77582

Please sign in to comment.