cloudapi: add azure-cvm image type
Introduce the azure-cvm (confidential VM) in the cloud API.
This commit is contained in:
parent
f1afe0ce26
commit
f6c1709d8d
5 changed files with 226 additions and 212 deletions
|
|
@ -888,6 +888,12 @@ func TestGetImageRequests_ImageTypeConversion(t *testing.T) {
|
|||
expectedImageType: "azure-eap7-rhui",
|
||||
expectedTargetName: target.TargetNameAzureImage,
|
||||
},
|
||||
{
|
||||
requestedImageType: ImageTypesAzureCvm,
|
||||
requestedDistros: []string{rhel9},
|
||||
expectedImageType: "azure-cvm",
|
||||
expectedTargetName: target.TargetNameAzureImage,
|
||||
},
|
||||
{
|
||||
requestedImageType: ImageTypesAzureRhui,
|
||||
requestedDistros: []string{rhel8, rhel9},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue