microsoft/openvmm

Public

mirrored fromhttps://github.com/microsoft/openvmmAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
103c0519b1d721f9b666c6e28a329b0fabff3e37

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

Guide/src/dev_guide/tests/vmm/azure_images.md

20lines · modecode

1# Azure-hosted Test Images
2
3OpenVMM utilizes pre-made VHDs in order to run tests with multiple guest
4operating systems. These images are as close to a "stock" installation as
5possible, created from the Azure Marketplace or downloaded directly from a
6trusted upstream source.
7
8These VHDs are stored in Azure Blob Storage, and are downloaded when running VMM
9tests in CI.
10
11## Downloading VHDs
12
13The `cargo xtask guest-test download-image` command can be used to download vhds
14to your machine.
15
16By default it will download all available VHDs, however the `--vhd` option can
17be used to only download select guests. After running it the tests can be run
18just like any other. This command requires having
19[AzCopy](https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10)
20installed.
21