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
TestImport functions create some artefacts under /var/lib/machines which
require "machinectl remove" invocation to clean up.
Unfortunately, Import operations are async, meaning we either have to
listen to transfer events to ensure they are completed, or just sleep
for some time. Since this is a test I'd like to keep things simple.
Signed-off-by: Kir Kolyshkin <[email protected]>
0 commit comments