fix broken etcd3 module integration test (#239)

* fix broken etcd3 module integration test

* rewrite etcd3 test role as role-only integration test

* etcd3 module integration test changes:
- add setup_etcd3 as dependency in meta
- skip python2.6 target as etcd3 won't install

* fix aliases
This commit is contained in:
Eric Belhomme 2020-04-28 08:51:10 +02:00 committed by GitHub
commit da4e5d3592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 6 additions and 110 deletions

View file

@ -1,5 +1,6 @@
destructive
shippable/posix/group1
destructive
skip/aix
skip/osx
skip/freebsd
disabled
skip/python2.6 # installing etcd3 python module will fail on python < 2.7