mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: Add basic integration testing
Add basic integration testing of the hypervisor using a cloud-init to configure the VM at boot and SSH to control it at runtime. Initial test just boots the VM up checks some basic resources and reboots. With a second test that calls into the first to check that subsequent tests work correctly. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
3
test_data/cloud-init/openstack/latest/meta_data.json
Normal file
3
test_data/cloud-init/openstack/latest/meta_data.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"hostname" : "cloud"
|
||||
}
|
||||
Reference in New Issue
Block a user