To support the use case where we want to do more than just start the containers described in the target (i.e. Start and stop them over and over) We can expose the run_on_vm function to allow client side tests which do operations at the host vm level.
This keeps the meta level of commands separate and in the domain of the test rather than the domain of the package
To support the use case where we want to do more than just start the containers described in the target (i.e. Start and stop them over and over) We can expose the
run_on_vmfunction to allow client side tests which do operations at the host vm level.This keeps the meta level of commands separate and in the domain of the test rather than the domain of the package