mirror of
https://github.com/kairos-io/kcrypt-challenger.git
synced 2025-10-18 15:18:51 +00:00
Bump ghw and fix label (#17)
* Bump ghw and fix label old label was the new FilesystemLabel. Now the label refers to the partition label which is different Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com> * bump deps Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com> * Rework ginkgo Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com> * docker login Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com> * [Will drop]Allow building kcrypt from branches Otherwise any changes that need both wont pass tests. Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com> * Dont build the iso 5 times Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com> * This confirms Im dumb and dont know how to program Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com> * debug logs Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com> * debug Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com> * 🤖 run in github CI Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com> * Debug Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com> * debug Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com> * Add /tmp/oem to scan dirs for config Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com> --------- Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
@@ -47,6 +47,7 @@ var _ = Describe("kcrypt encryption", func() {
|
||||
})
|
||||
|
||||
AfterEach(func() {
|
||||
vm.GatherLog("/run/immucore/immucore.log")
|
||||
err := vm.Destroy(func(vm VM) {
|
||||
// Stop TPM emulator
|
||||
tpmPID, err := os.ReadFile(path.Join(vm.StateDir, "tpm", "pid"))
|
||||
|
Reference in New Issue
Block a user