eden icon indicating copy to clipboard operation
eden copied to clipboard

Add virtualization workflow with no TPM

Open milan-zededa opened this issue 5 months ago • 1 comments

We want to test deploying container-in-VM to a device without TPM. In the past we had some bug merged because this was not tested. Also, it is better to use string attributes for workflow matrix, even for the boolean tpm option.

Then instead of workflow names:

eden-report-smoke.tests.txt-tpm-true-ext4
eden-report-smoke.tests.txt-tpm-false-zfs

We get somewhat more readable:

eden-report-smoke.tests.txt-tpm-ext4
eden-report-smoke.tests.txt-no-tpm-zfs

I'm open for one-word suggestions to replace "no-tpm". What EVE uses when TPM is not available? Golang crypto library? Should we call it "gocrypto"? I don't know.

milan-zededa avatar Sep 13 '24 15:09 milan-zededa