test: add inspect integration tests

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2017-09-12 16:06:20 +02:00
parent e26e48ec87
commit 0c1383fd30
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9
4 changed files with 64 additions and 0 deletions

View file

@ -49,6 +49,7 @@
- oci-systemd-hook
- oci-register-machine
- oci-umount
- socat
async: 600
poll: 10
when: (ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS')
@ -79,6 +80,7 @@
- oci-systemd-hook
- oci-register-machine
- oci-umount
- socat
async: 600
poll: 10
when: ansible_distribution == 'Fedora'