Actions
action #628
closedfix NET iso in openQA
Start date:
2013-08-09
Due date:
% Done:
100%
Estimated time:
Description
NET isos are currently not tested as a factory repo mirror is not there yet. There's already an rsync cron job running that mirrors the repo to /var/lib/openqa/factory/repo/oss. This needs to be integrated.
My idea would be to have dnsmasq running that redirect download.opensuse.org to the openqa host. Then have a virtual host there that serves the repo. Qemu offers parameters to change the DNS server of the guest.
Updated by lnussel over 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
The idea with dnsmasq didn't work out as qemu wants to internally listen at the ip of the name server. It doesn't allow to simply forward the ip address to the real dns server. So the test cases now enter the url with the iso name as url.
Actions