Hi,
I wrote a tempest
test which requires keepalived to be running inside vm instance.
The test tries to install keepalived package inside vm by running "apt install/yum install".
However as I see in upstream gates logs this does not work while the same code works perfectly in our downstream CI using the same image.
Do vm instances spawned on upstream gates during tests have a route to the internet?
Is there an alternative way that I can use in order to install a package?
Thanks in advance