vmm-tests Skill
Run VMM tests locally with cargo xflowey vmm-tests-run. Load when running or debugging VMM tests, or when you need to understand the petri test framework, artifact handling, or cross-compilation for VMM tests. Published by microsoft in openvmm.
What is vmm-tests Skill?
Run VMM tests locally with cargo xflowey vmm-tests-run. Load when running or debugging VMM tests, or when you need to understand the petri test framework, artifact handling, or cross-compilation for VMM tests. Published by microsoft in openvmm. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use vmm-tests Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/openvmm
- Skill file: .github/skills/vmm-tests/SKILL.md
What it does
Run VMM tests locally with cargo xflowey vmm-tests-run. Load when running or debugging VMM tests, or when you need to understand the petri test framework, artifact handling, or cross-compilation for VMM tests.
Skill instructions
Running VMM Tests VMM tests boot full virtual machines and validate behavior. They live in vmmtests/vmmtests/tests/tests/ and use the petri test framework. Always use cargo xflowey vmm-tests-run — never raw cargo nextest run -p vmmtests. The xflowey command handles artifact discovery, dependency building, and test execution automatically. Quick Start bash Run a specific test cargo xflowey vmm-tests-run --filter "test(mytestname)" Run all tests matching a prefix cargo xflowey vmm-tests-run --filter "test(/^boot/)" Run all tests (rarely needed locally) cargo xflowey vmm-tests-run --filter "all()" Usually you don't need --dir — it defaults to target/vmmtests. When cross-compiling for Windows from WSL2, --dir on the Windows filesystem (e.g., --dir /mnt/d/vmmtests) is required only when the selected tests use disk images that need a Windows filesystem: Hyper-V tests, or tests using VHDX / dynamic VHD1 images. For everything else (streamed disks, or plain fixed VHD1 / VMGS / ISO files), the
Explore related resources
Frequently asked questions
What is vmm-tests?
vmm-tests is a open-source AI agent skill with Copy skill directory. Run VMM tests locally with cargo xflowey vmm-tests-run. Load when running or debugging VMM tests, or when you need to understand the petri test framework, artifact handling, or cross-compilation for VMM tests.
Who is vmm-tests best for?
vmm-tests is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install vmm-tests?
Install or run vmm-tests using Copy skill directory. Check vmm-tests for the latest setup command.
Is vmm-tests actively maintained?
vmm-tests may need a closer maintenance check before production use.
Auto-fetched from GitHub.