tests: manually convert to streamOptimized vmdk
This commit is contained in:
parent
dcee05d8b6
commit
5a395cda38
2 changed files with 26 additions and 0 deletions
|
|
@ -344,6 +344,12 @@ func testBootUsingVMware(t *testing.T, imagePath string) {
|
|||
}
|
||||
require.NoError(t, err)
|
||||
|
||||
// convert to streamOptimized vmdk
|
||||
imagePath, err = vmwaretest.ConvertToStreamOptimizedVmdk(imagePath)
|
||||
require.NoError(t, err)
|
||||
require.NotEqual(t, "", imagePath)
|
||||
defer os.Remove(imagePath)
|
||||
|
||||
// create a random test id to name all the resources used in this test
|
||||
imageName, err := generateRandomString("osbuild-image-tests-vmware-image-")
|
||||
require.NoError(t, err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue