ansible-collections / community.libvirt

Manage libvirt with Ansible
http://galaxy.ansible.com/community/libvirt
GNU General Public License v3.0
61 stars 42 forks source link

Add integration test for virt_pool module #90

Closed saito-hideki closed 3 years ago

saito-hideki commented 3 years ago
SUMMARY

Add integration test for virt_pool module

ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
saito-hideki commented 3 years ago

@Andersson007 thank you for your advice :) Yeah, that's true. I'll append some tests with check_mode: true.

saito-hideki commented 3 years ago

@Andersson007 I have added check_mode tasks to the integration test. Also, I have removed Python2 environment from CI docker tests on devel branch. I would appreciate it if you could review this PR again :)