mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
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:
parent
c2e37d202a
commit
da4e5d3592
11 changed files with 6 additions and 110 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue