Having setup Lago and wishing to run the system tests
./run_suite.sh basic-suite-4.3
I get the below error which leads to a circular issue...
@ Initialize and populate prefix: ERROR (in 0:00:00)
Unknown VM type: ovirt-engine, available types: default, maybe you need to
install lago plugin
+ on_exit
+ [[ 2 -ne 0 ]]
+ logger.error 'on_exit: Exiting with a non-zero status'
+ logger.log ERROR 'on_exit: Exiting with a non-zero status'
+ set +x
2019-10-14 18:09:43.202994574+0100 run_suite.sh::on_exit::ERROR:: on_exit: Exiting with a
non-zero status
+ logger.info 'Dumping lago env status'
+ logger.log INFO 'Dumping lago env status'
+ set +x
2019-10-14 18:09:43.207157153+0100 run_suite.sh::on_exit::INFO:: Dumping lago env status
+ env_status
+ cd /root/pip-19.2.3/ovirt-system-tests/deployment-basic-suite-4.3
./run_suite.sh: line 265: cd:
/root/pip-19.2.3/ovirt-system-tests/deployment-basic-suite-4.3: No such file or directory
+ lago status
Unable to find workdir in /root/pip-19.2.3/ovirt-system-tests
+ cd -
When i try to install lago, i get this
Error: Package: python-lago-0.46.0-1.el7.noarch (lago)
Requires: qemu-kvm-rhev >= 2.1.2
Error: Package: python-lago-0.46.0-1.el7.noarch (lago)
Requires: qemu-img-rhev >= 2.1.2
Trying to install either gets this
[root@dub-mgrfarm113 ovirt-system-tests]# yum install -y qemu-img-rhev
Loaded plugins: ulninfo, versionlock
Package 10:qemu-img-ev-2.6.0-28.el7_3.3.1.x86_64 is obsoleted by
15:qemu-3.1.0-5.el7.x86_64 which is already installed
Nothing to do
[root@dub-mgrfarm113 ovirt-system-tests]# yum install -y qemu-kvm-rhev
Loaded plugins: ulninfo, versionlock
Package 10:qemu-kvm-ev-2.6.0-28.el7_3.3.1.x86_64 is obsoleted by
15:qemu-3.1.0-5.el7.x86_64 which is already installed
Nothing to do
Chicken and egg issue,any ideas?
Show replies by date