Library to manage cloud crash tests
my $name = crash_deploy_name();
Return the deploy name. Azure use it as resource group name
Run the Azure deployment for the crash test
Run the AWS deployment for the crash test Returns the instance ID
Get the deployment public IP of the VM. Die if an unsupported csp name is provided.
Polls C<systemctl is-system-running> via SSH for up to 5 minutes.
If C<reg_code> is provided, registers the system using C<registercloudguest> and verifies with C<SUSEConnect -s>.
crash_softrestart(instance => $instance [, timeout => 600]);
Does a soft restart of the given instance by running the command shutdown -r.
Delete the Azure deployment
Delete the AWS deployment