© Qualcomm Technologies, Inc. and/or its subsidiaries. SPDX-License-Identifier: BSD-3-Clause-Clear
This test case initializes the KVM environment by defining the Virtual Machine using an XML configuration and starting the domain. It verifies that the VM transitions to the running state.
- Successful definition of the VM from
vm.xml. - Successful start command execution.
- Verification that the VM state is "running".
- Ensure the
vm.xmland guest image files are present in/var/gunyah/. - Navigate to the test directory.
- Run the script.
cd /var/Runner/suites/Kernel/Virtualization/Kvm-Setup
./run.sh- virsh tool must be installed.
- Gunyah hypervisor must be enabled.
- Root access is required.
Test result will be saved in Kvm-Setup.res.
Kvm-Setup PASS OR Kvm-Setup FAIL