
Hello Team, Could you please help me in answering a query about OST run.I am trying to run on a virtual machine and it is failing with an error that libvirtError: unsupported configuration: Domain requires KVM, but it is not available. Is it necessary to run this Ovirt System Test on a hypervisor only?Please reply on this so that I can proceed further.Thanks.... Regards, Pooja -- DISCLAIMER - *MSysTechnologies LLC* This email message, contents and its attachments may contain confidential, proprietary or legally privileged information and is intended solely for the use of the individual or entity to whom it is actually intended. If you have erroneously received this message, please permanently delete it immediately and notify the sender. If you are not the intended recipient of the email message,you are notified strictly not to disseminate,distribute or copy this e-mail.E-mail transmission cannot be guaranteed to be secure or error-free as Information could be intercepted, corrupted, lost, destroyed, incomplete or contain viruses and MSysTechnologies LLC accepts no liability for the contents and integrity of this mail or for any damage caused by the limitations of the e-mail transmission.

Hi, OST should be run on bare metal. You might be able to get it working in a nested KVM setup [1] but this is untested afaik. [1] https://docs.fedoraproject.org/en-US/quick-docs/using-nested-virtualization-... Best wishes, Greg On Mon, Nov 19, 2018 at 7:13 AM Pooja Pandey < pooja.pandey@msystechnologies.com> wrote:
Hello Team,
Could you please help me in answering a query about OST run.I am trying to run on a virtual machine and it is failing with an error that libvirtError: unsupported configuration: Domain requires KVM, but it is not available.
Is it necessary to run this Ovirt System Test on a hypervisor only?Please reply on this so that I can proceed further.Thanks....
Regards, Pooja
DISCLAIMER - *MSysTechnologies LLC*
This email message, contents and its attachments may contain confidential, proprietary or legally privileged information and is intended solely for the use of the individual or entity to whom it is actually intended. If you have erroneously received this message, please permanently delete it immediately and notify the sender. If you are not the intended recipient of the email message,you are notified strictly not to disseminate,distribute or copy this e-mail.E-mail transmission cannot be guaranteed to be secure or error-free as Information could be intercepted, corrupted, lost, destroyed, incomplete or contain viruses and MSysTechnologies LLC accepts no liability for the contents and integrity of this mail or for any damage caused by the limitations of the e-mail transmission.
_______________________________________________ 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/E4ML6ED5GU46F5...
-- GREG SHEREMETA SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX Red Hat NA <https://www.redhat.com/> gshereme@redhat.com IRC: gshereme <https://red.ht/sig>

Hi Greg, Greetings! Cold you please help me in answer in my quieres on OST==> 1>can we run OST on customised oVirt? 2>the test sites which are available under OST are independent of each other?Example in basic test suite it creates engine so for performance and network also does it create engine or it uses basic test suite engine? Regards, Pooja On Nov 19, 2018 6:09 PM, "Greg Sheremeta" <gshereme@redhat.com> wrote:
Hi,
OST should be run on bare metal. You might be able to get it working in a nested KVM setup [1] but this is untested afaik.
[1] https://docs.fedoraproject.org/en-US/quick-docs/using-nested- virtualization-in-kvm/
Best wishes, Greg
On Mon, Nov 19, 2018 at 7:13 AM Pooja Pandey <pooja.pandey@ msystechnologies.com> wrote:
Hello Team,
Could you please help me in answering a query about OST run.I am trying to run on a virtual machine and it is failing with an error that libvirtError: unsupported configuration: Domain requires KVM, but it is not available.
Is it necessary to run this Ovirt System Test on a hypervisor only?Please reply on this so that I can proceed further.Thanks....
Regards, Pooja
DISCLAIMER - *MSysTechnologies LLC*
This email message, contents and its attachments may contain confidential, proprietary or legally privileged information and is intended solely for the use of the individual or entity to whom it is actually intended. If you have erroneously received this message, please permanently delete it immediately and notify the sender. If you are not the intended recipient of the email message,you are notified strictly not to disseminate,distribute or copy this e-mail.E-mail transmission cannot be guaranteed to be secure or error-free as Information could be intercepted, corrupted, lost, destroyed, incomplete or contain viruses and MSysTechnologies LLC accepts no liability for the contents and integrity of this mail or for any damage caused by the limitations of the e-mail transmission.
_______________________________________________ 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/E4ML6ED5GU46F52ZMN2J5AZFL6PXF6CG/
--
GREG SHEREMETA
SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
Red Hat NA
gshereme@redhat.com IRC: gshereme <https://red.ht/sig>
-- DISCLAIMER - *MSysTechnologies LLC* This email message, contents and its attachments may contain confidential, proprietary or legally privileged information and is intended solely for the use of the individual or entity to whom it is actually intended. If you have erroneously received this message, please permanently delete it immediately and notify the sender. If you are not the intended recipient of the email message,you are notified strictly not to disseminate,distribute or copy this e-mail.E-mail transmission cannot be guaranteed to be secure or error-free as Information could be intercepted, corrupted, lost, destroyed, incomplete or contain viruses and MSysTechnologies LLC accepts no liability for the contents and integrity of this mail or for any damage caused by the limitations of the e-mail transmission.

On Sat, 19 Jan 2019, 8:34 Pooja Pandey <pooja.pandey@msystechnologies.com wrote:
Hi Greg,
Greetings!
Cold you please help me in answer in my quieres on OST==>
1>can we run OST on customised oVirt?
I don't believe you can. OST creates virtual hypervisors, which run L2 virtuel machines. Nesting it all in an oVirt VM would take this to L3 nesting, which I don't think exists in KVM. oVirt CI uses Jenkins to manage bare-metal hosts, and allocate one when it is needed. I'm not sure what you are trying to do with your modified oVirt, but consider doing the same. 2>the test sites which are available under OST are independent of each
other?Example in basic test suite it creates engine so for performance and network also does it create engine or it uses basic test suite engine?
I'm not sure I understand your question. Each suite creates an independent oVirt deployment, with its own hypervisors, engine and networks.
Regards, Pooja
On Nov 19, 2018 6:09 PM, "Greg Sheremeta" <gshereme@redhat.com> wrote:
Hi,
OST should be run on bare metal. You might be able to get it working in a nested KVM setup [1] but this is untested afaik.
[1] https://docs.fedoraproject.org/en-US/quick-docs/using-nested-virtualization-...
Best wishes, Greg
On Mon, Nov 19, 2018 at 7:13 AM Pooja Pandey < pooja.pandey@msystechnologies.com> wrote:
Hello Team,
Could you please help me in answering a query about OST run.I am trying to run on a virtual machine and it is failing with an error that libvirtError: unsupported configuration: Domain requires KVM, but it is not available.
Is it necessary to run this Ovirt System Test on a hypervisor only?Please reply on this so that I can proceed further.Thanks....
Regards, Pooja
DISCLAIMER - *MSysTechnologies LLC*
This email message, contents and its attachments may contain confidential, proprietary or legally privileged information and is intended solely for the use of the individual or entity to whom it is actually intended. If you have erroneously received this message, please permanently delete it immediately and notify the sender. If you are not the intended recipient of the email message,you are notified strictly not to disseminate,distribute or copy this e-mail.E-mail transmission cannot be guaranteed to be secure or error-free as Information could be intercepted, corrupted, lost, destroyed, incomplete or contain viruses and MSysTechnologies LLC accepts no liability for the contents and integrity of this mail or for any damage caused by the limitations of the e-mail transmission.
_______________________________________________ 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/E4ML6ED5GU46F5...
--
GREG SHEREMETA
SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
Red Hat NA
gshereme@redhat.com IRC: gshereme <https://red.ht/sig>
DISCLAIMER - *MSysTechnologies LLC*
This email message, contents and its attachments may contain confidential, proprietary or legally privileged information and is intended solely for the use of the individual or entity to whom it is actually intended. If you have erroneously received this message, please permanently delete it immediately and notify the sender. If you are not the intended recipient of the email message,you are notified strictly not to disseminate,distribute or copy this e-mail.E-mail transmission cannot be guaranteed to be secure or error-free as Information could be intercepted, corrupted, lost, destroyed, incomplete or contain viruses and MSysTechnologies LLC accepts no liability for the contents and integrity of this mail or for any damage caused by the limitations of the e-mail transmission.
_______________________________________________ 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/QKKIUFZYYFTP22...

Hi Dan, Thankyou so much for the reply.I really appreciate your quick response on this. I have one more query==> Can we run OST with the ovirt source code if I want to run on any Hyper converged system? Regards, Pooja On Sat, Jan 19, 2019 at 12:51 PM Dan Kenigsberg <danken@redhat.com> wrote:
On Sat, 19 Jan 2019, 8:34 Pooja Pandey <pooja.pandey@msystechnologies.com wrote:
Hi Greg,
Greetings!
Cold you please help me in answer in my quieres on OST==>
1>can we run OST on customised oVirt?
I don't believe you can. OST creates virtual hypervisors, which run L2 virtuel machines. Nesting it all in an oVirt VM would take this to L3 nesting, which I don't think exists in KVM.
oVirt CI uses Jenkins to manage bare-metal hosts, and allocate one when it is needed.
I'm not sure what you are trying to do with your modified oVirt, but consider doing the same.
2>the test sites which are available under OST are independent of each
other?Example in basic test suite it creates engine so for performance and network also does it create engine or it uses basic test suite engine?
I'm not sure I understand your question. Each suite creates an independent oVirt deployment, with its own hypervisors, engine and networks.
Regards, Pooja
On Nov 19, 2018 6:09 PM, "Greg Sheremeta" <gshereme@redhat.com> wrote:
Hi,
OST should be run on bare metal. You might be able to get it working in a nested KVM setup [1] but this is untested afaik.
[1] https://docs.fedoraproject.org/en-US/quick-docs/using-nested-virtualization-...
Best wishes, Greg
On Mon, Nov 19, 2018 at 7:13 AM Pooja Pandey < pooja.pandey@msystechnologies.com> wrote:
Hello Team,
Could you please help me in answering a query about OST run.I am trying to run on a virtual machine and it is failing with an error that libvirtError: unsupported configuration: Domain requires KVM, but it is not available.
Is it necessary to run this Ovirt System Test on a hypervisor only?Please reply on this so that I can proceed further.Thanks....
Regards, Pooja
DISCLAIMER - *MSysTechnologies LLC*
This email message, contents and its attachments may contain confidential, proprietary or legally privileged information and is intended solely for the use of the individual or entity to whom it is actually intended. If you have erroneously received this message, please permanently delete it immediately and notify the sender. If you are not the intended recipient of the email message,you are notified strictly not to disseminate,distribute or copy this e-mail.E-mail transmission cannot be guaranteed to be secure or error-free as Information could be intercepted, corrupted, lost, destroyed, incomplete or contain viruses and MSysTechnologies LLC accepts no liability for the contents and integrity of this mail or for any damage caused by the limitations of the e-mail transmission.
_______________________________________________ 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/E4ML6ED5GU46F5...
--
GREG SHEREMETA
SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
Red Hat NA
gshereme@redhat.com IRC: gshereme <https://red.ht/sig>
DISCLAIMER - *MSysTechnologies LLC*
This email message, contents and its attachments may contain confidential, proprietary or legally privileged information and is intended solely for the use of the individual or entity to whom it is actually intended. If you have erroneously received this message, please permanently delete it immediately and notify the sender. If you are not the intended recipient of the email message,you are notified strictly not to disseminate,distribute or copy this e-mail.E-mail transmission cannot be guaranteed to be secure or error-free as Information could be intercepted, corrupted, lost, destroyed, incomplete or contain viruses and MSysTechnologies LLC accepts no liability for the contents and integrity of this mail or for any damage caused by the limitations of the e-mail transmission.
_______________________________________________ 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/QKKIUFZYYFTP22...
-- DISCLAIMER - *MSysTechnologies LLC* This email message, contents and its attachments may contain confidential, proprietary or legally privileged information and is intended solely for the use of the individual or entity to whom it is actually intended. If you have erroneously received this message, please permanently delete it immediately and notify the sender. If you are not the intended recipient of the email message,you are notified strictly not to disseminate,distribute or copy this e-mail.E-mail transmission cannot be guaranteed to be secure or error-free as Information could be intercepted, corrupted, lost, destroyed, incomplete or contain viruses and MSysTechnologies LLC accepts no liability for the contents and integrity of this mail or for any damage caused by the limitations of the e-mail transmission.

On Sat, 19 Jan 2019, 9:34 Pooja Pandey <pooja.pandey@msystechnologies.com wrote:
Hi Dan,
Thankyou so much for the reply.I really appreciate your quick response on this.
I have one more query==>
Can we run OST with the ovirt source code if I want to run on any Hyper converged system?
I'm not sure that I'm answering your question, but... Unfortunately, in OST we have a tight coupling between the provisioning tool (Lago) and the tests. It is possible to decouple them in order to run the tests (minus oVirt deployment test) on an existing system. +Eitan used to have a private patch for that (limited to the network suite). Finishing it would require some effort from you.

On Sat, Jan 19, 2019 at 5:10 AM Dan Kenigsberg <danken@redhat.com> wrote:
On Sat, 19 Jan 2019, 9:34 Pooja Pandey <pooja.pandey@msystechnologies.com wrote:
Hi Dan,
Thankyou so much for the reply.I really appreciate your quick response on this.
I have one more query==>
Can we run OST with the ovirt source code if I want to run on any Hyper converged system?
I'm not sure that I'm answering your question, but...
Unfortunately, in OST we have a tight coupling between the provisioning tool (Lago) and the tests.
It is possible to decouple them in order to run the tests (minus oVirt deployment test) on an existing system. +Eitan used to have a private patch for that (limited to the network suite). Finishing it would require some effort from you.
Also not sure I'm answering your question, specifically re "on any hyperconverged system" -- ? But this might help: https://ovirt.org/blog/2016/12/ci-please-build.html
^ that allows us to build rpms from code (an existing gerrit patch), which we can then feed to OST. We do this in Jenkins quite frequently -- if you want to do something like this outside of Jenkins, that's probably possible. I guess you would just have to feed it your rpms, perhaps the same way it's done in Jenkins, but I'm not sure. Greg -- GREG SHEREMETA SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX Red Hat NA <https://www.redhat.com/> gshereme@redhat.com IRC: gshereme <https://red.ht/sig>

Greg Sheremeta <gshereme@redhat.com> writes:
On Sat, Jan 19, 2019 at 5:10 AM Dan Kenigsberg <danken@redhat.com> wrote:
On Sat, 19 Jan 2019, 9:34 Pooja Pandey <pooja.pandey@msystechnologies.com wrote:
Hi Dan,
Thankyou so much for the reply.I really appreciate your quick response on this.
I have one more query==>
Can we run OST with the ovirt source code if I want to run on any Hyper converged system?
I'm not sure that I'm answering your question, but...
Unfortunately, in OST we have a tight coupling between the provisioning tool (Lago) and the tests.
It is possible to decouple them in order to run the tests (minus oVirt deployment test) on an existing system. +Eitan used to have a private patch for that (limited to the network suite). Finishing it would require some effort from you.
Also not sure I'm answering your question, specifically re "on any hyperconverged system" -- ? But this might help: https://ovirt.org/blog/2016/12/ci-please-build.html
^ that allows us to build rpms from code (an existing gerrit patch), which we can then feed to OST. We do this in Jenkins quite frequently -- if you want to do something like this outside of Jenkins, that's probably possible. I guess you would just have to feed it your rpms, perhaps the same way it's done in Jenkins, but I'm not sure.
Yes, it's possible to give a local or another repo to -s option of run_suite.sh. You can put your rpm's somewhere, run `createrepo' on the given directory and pass it to `run_suite.sh -s'.

you may be interested in reading: https://ovirt-infra-docs.readthedocs.io/en/latest/CI/Build_and_test_standard... https://ovirt-infra-docs.readthedocs.io/en/latest/CI/Using_mock_runner/index... and as Milan mentioned, you can also test on your own custom built rpms which is detailed here: https://www.ovirt.org/blog/2016/12/ci-please-build.html Dafna On Mon, Jan 21, 2019 at 11:30 AM Milan Zamazal <mzamazal@redhat.com> wrote:
Greg Sheremeta <gshereme@redhat.com> writes:
On Sat, Jan 19, 2019 at 5:10 AM Dan Kenigsberg <danken@redhat.com> wrote:
On Sat, 19 Jan 2019, 9:34 Pooja Pandey < pooja.pandey@msystechnologies.com wrote:
Hi Dan,
Thankyou so much for the reply.I really appreciate your quick response on this.
I have one more query==>
Can we run OST with the ovirt source code if I want to run on any Hyper converged system?
I'm not sure that I'm answering your question, but...
Unfortunately, in OST we have a tight coupling between the provisioning tool (Lago) and the tests.
It is possible to decouple them in order to run the tests (minus oVirt deployment test) on an existing system. +Eitan used to have a private patch for that (limited to the network suite). Finishing it would require some effort from you.
Also not sure I'm answering your question, specifically re "on any hyperconverged system" -- ? But this might help: https://ovirt.org/blog/2016/12/ci-please-build.html
^ that allows us to build rpms from code (an existing gerrit patch), which we can then feed to OST. We do this in Jenkins quite frequently -- if you want to do something like this outside of Jenkins, that's probably possible. I guess you would just have to feed it your rpms, perhaps the same way it's done in Jenkins, but I'm not sure.
Yes, it's possible to give a local or another repo to -s option of run_suite.sh. You can put your rpm's somewhere, run `createrepo' on the given directory and pass it to `run_suite.sh -s'. _______________________________________________ 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/LXKKPKVXXJUOAG...

Thanks all for reply... Actually I am trying to run OST on another vendors oVirt. So would it be possible to run this OST on it. Regards, Pooja On Mon, Jan 21, 2019 at 9:45 PM Dafna Ron <dron@redhat.com> wrote:
you may be interested in reading:
https://ovirt-infra-docs.readthedocs.io/en/latest/CI/Build_and_test_standard...
https://ovirt-infra-docs.readthedocs.io/en/latest/CI/Using_mock_runner/index...
and as Milan mentioned, you can also test on your own custom built rpms which is detailed here: https://www.ovirt.org/blog/2016/12/ci-please-build.html
Dafna
On Mon, Jan 21, 2019 at 11:30 AM Milan Zamazal <mzamazal@redhat.com> wrote:
Greg Sheremeta <gshereme@redhat.com> writes:
On Sat, Jan 19, 2019 at 5:10 AM Dan Kenigsberg <danken@redhat.com> wrote:
On Sat, 19 Jan 2019, 9:34 Pooja Pandey < pooja.pandey@msystechnologies.com wrote:
Hi Dan,
Thankyou so much for the reply.I really appreciate your quick response on this.
I have one more query==>
Can we run OST with the ovirt source code if I want to run on any Hyper converged system?
I'm not sure that I'm answering your question, but...
Unfortunately, in OST we have a tight coupling between the provisioning tool (Lago) and the tests.
It is possible to decouple them in order to run the tests (minus oVirt deployment test) on an existing system. +Eitan used to have a private patch for that (limited to the network suite). Finishing it would require some effort from you.
Also not sure I'm answering your question, specifically re "on any hyperconverged system" -- ? But this might help: https://ovirt.org/blog/2016/12/ci-please-build.html
^ that allows us to build rpms from code (an existing gerrit patch), which we can then feed to OST. We do this in Jenkins quite frequently -- if you want to do something like this outside of Jenkins, that's probably possible. I guess you would just have to feed it your rpms, perhaps the same way it's done in Jenkins, but I'm not sure.
Yes, it's possible to give a local or another repo to -s option of run_suite.sh. You can put your rpm's somewhere, run `createrepo' on the given directory and pass it to `run_suite.sh -s'. _______________________________________________ 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/LXKKPKVXXJUOAG...
-- DISCLAIMER - *MSysTechnologies LLC* This email message, contents and its attachments may contain confidential, proprietary or legally privileged information and is intended solely for the use of the individual or entity to whom it is actually intended. If you have erroneously received this message, please permanently delete it immediately and notify the sender. If you are not the intended recipient of the email message,you are notified strictly not to disseminate,distribute or copy this e-mail.E-mail transmission cannot be guaranteed to be secure or error-free as Information could be intercepted, corrupted, lost, destroyed, incomplete or contain viruses and MSysTechnologies LLC accepts no liability for the contents and integrity of this mail or for any damage caused by the limitations of the e-mail transmission.
participants (5)
-
Dafna Ron
-
Dan Kenigsberg
-
Greg Sheremeta
-
Milan Zamazal
-
Pooja Pandey