bareos: master b7defd65

Author Committer Branch Timestamp Parent
stephand stephand master 2019-12-14 00:11 master 1727fdbb Pending
Changeset systemtests: implement python-fd-ovirt-plugin-test

Implented systemtest to test the oVirt Plugin.
The oVirt environment to run the test against must be
set up and be network accessible by the system that
runs this test. A vm to backup must already exist and
have an additional disk that must contain nothing
but the test string "BareosTest", can by done by eg.
echo "BareosTest" > /dev/vdb

The parameters for the test must be configured by
cmake3 ../bareos -D postgresql=yes \
  -D ovirt_server=ovirt-engine1.example.com \
  -D ovirt_user=admin@internal \
  -D ovirt_password=secret \
  -D ovirt_vm_name=testvmname \
  -D ovirt_include_disk_alias=testvm1_testdisk
mod - systemtests/environment.in Diff File
mod - systemtests/tests/python-fd-ovirt-plugin-test/etc/bareos/bareos-dir.d/fileset/OvirtTest.conf.in Diff File
mod - systemtests/tests/python-fd-ovirt-plugin-test/testrunner Diff File