Rob Bradford
9f1ac24bed
tests: Make the GuestCommand take a reference to the guest
...
This will be used fill out default parts of the guest command.
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-02-27 17:08:49 +00:00
Rob Bradford
49e70c6203
tests: Port integration tests over to GuestCommand
...
Rather than creating the command itself delegate to the GuestCommand.
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-02-27 17:08:49 +00:00
Rob Bradford
67a5882415
tests: Introduce new GuestCommand to handle launching the guest
...
This is a thin wrapper over std::process:Command which currently only
specifies the default binary but in future will handle more default
behaviour.
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-02-27 17:08:49 +00:00
Rob Bradford
d7b0b9842d
tests: Move integration tests to their own directory
...
Simplify main.rs by moving the integration tests to their own directory.
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-02-25 10:42:54 +00:00