Open lstocchi opened 2 days ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: lstocchi Once this PR has been reviewed and has the lgtm label, please assign baude for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
This is the first patch to start adding support to run tests against a vfkit machine.
There is a lot of code that can be reused when testing on different virtualization frameworks and they were moved to a shared folder (test-utils). The
test
folder still contains the original qemu tests, while the newtest-vfkit
folder contains the tests dedicated to vfkit.There is still some improvement to do as many other functions can be shared among those implementations but I wanted a feedback about this organization - if this is correct in golang or we want the code to be organized differently.
cc @cfergeau @evidolob