configsnap-tester

Created 7 years ago
Maintained by rjmco
An automatic test tool for rjmco/configsnap copr  |  https://copr.fedorainfracloud.org/coprs/rjmco/configsnap/
Members 2
Ricardo Cordeiro committed 7 years ago

configsnap-tester

An automatic test tool for rjmco/configsnap copr (https://pagure.io/configsnap)

Tests performed

  • Install configsnap from rjmco/configsnap copr repository
  • Execute configsnap -t TEST

Requirements

  • Ansible 2.x
  • Libvirt
  • Vagrant

On Fedora 24 install:

$ sudo dnf install vagrant vagrant-libvirt ansible

Set-up

No set-up steps required

Performing the tests

Vagrant will provision VMs for all supported and in development releases of Fedora and CentOS and run the tests as a last step of the provisioning phase. If all goes well, Ansible's play recap should be clean with no unreachable or failed tasks.

$ vagrant up
$ vagrant destroy -f

License

Copyright (C) 2017 Ricardo Cordeiro <ricardo.cordeiro@tux.com.pt>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.