Skip to content

Commit

Permalink
3mdeb-templates: Update START_AFTER for EFI/legacy test variants
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Gołaś <[email protected]>
  • Loading branch information
philipandag committed Feb 5, 2025
1 parent ef12ef0 commit 2ad98a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions 3mdeb-templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
},
{
"key" : "START_AFTER_TEST",
"value" : "installation"
"value" : "installation-legacy"
},
{
"value" : "setup",
Expand Down Expand Up @@ -374,7 +374,7 @@
},
{
"key" : "START_AFTER_TEST",
"value" : "installation"
"value" : "installation-uefi"
},
{
"value" : "setup",
Expand All @@ -400,7 +400,7 @@
"description" : "Check that AEM unsealed secret successfully and dump TPM event log.",
"settings" : [
{
"value" : "aem-first-run",
"value" : "aem-first-run-uefi",
"key" : "START_AFTER_TEST"
},
{
Expand All @@ -418,7 +418,7 @@
"description" : "Check that AEM unsealed secret successfully and dump TPM event log.",
"settings" : [
{
"value" : "aem-first-run",
"value" : "aem-first-run-legacy",
"key" : "START_AFTER_TEST"
},
{
Expand All @@ -438,7 +438,7 @@
"settings" : [
{
"key" : "START_AFTER_TEST",
"value" : "aem-setup"
"value" : "aem-setup-legacy"
},
{
"key" : "TEST_AEM_HW",
Expand All @@ -456,7 +456,7 @@
"settings" : [
{
"key" : "START_AFTER_TEST",
"value" : "aem-setup"
"value" : "aem-setup-uefi"
},
{
"key" : "TEST_AEM_HW",
Expand Down

0 comments on commit 2ad98a3

Please sign in to comment.