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
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
=== RUN TestCreateMockSandbox
ERRO[0000] Create new sandbox failed error="QEMU path (/tmp/vc-tmp-007004370/hypervisor) does not exist" sandbox=7f49d00d-1995-4156-8c79-5f5ab24ce138 sandboxid=7f49d00d-1995-4156-8c79-5f5ab24ce138 source=virtcontainers subsystem=sandbox
exit status 1
It is because cleanUp() removes the /tmp/vc-tmp-007004370/hypervisor initially created by TestMain() for all UTs. But we are calling cleanUp() in almost every UT...
running
make testgot me following error:It is because
cleanUp()removes the/tmp/vc-tmp-007004370/hypervisorinitially created byTestMain()for all UTs. But we are callingcleanUp()in almost every UT...