Need to install lago plugin but get circular issue with dependancies

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?

Hi, I assume you don't want plain Lago, but you want to run oVirt system tests in Lago. Am I right? If so have you installed Lago according to docs? https://ovirt-system-tests.readthedocs.io/en/latest/general/installation/ind... Regards, Martin On Mon, Oct 14, 2019 at 7:16 PM <raymond.francis@oracle.com> wrote:
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?
_______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/devel@ovirt.org/message/CXOAXXAGT5KZDL...
-- Martin Perina Manager, Software Engineering Red Hat Czech s.r.o.

Hi yes i used the guide you referened and yes for ovirt system tests
participants (2)
-
Martin Perina
-
raymond.francis@oracle.com