You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detection of host IP till now relies on the fact we download the
answerfile from PXE server. Once we generate it this network traffic
won't happen so we need some other mechanism to fill the server's ARP
tables. Similarly, once installed the host needs the same mechanism
so the test can find it.
test-pingpxe.service is installed in install.img by iso-remaster, and
copied to host using an installer hook.
Since it is difficult to wait until the IP has been assigned before
launching the service, make it ping continuously until we can reach
the PXE server.
Signed-off-by: Yann Dirson <[email protected]>
0 commit comments