summaryrefslogtreecommitdiff
diff options
authorSergio Cazzolato <sergio.cazzolato@canonical.com>2021-04-20 09:32:32 -0300
committerSergio Cazzolato <sergio.cazzolato@canonical.com>2021-04-20 09:32:32 -0300
commit5f06140f2afe4188cf0071035dbc34d0044db367 (patch)
tree2260241ec8bcd992de1f98c89050fd838c66481a
parentf880e5a51a9741d3812a237f8547c73d8e57fd66 (diff)
Fix for 1 test missing
Checking tests formatting Checks failed for task ./tests/nested/manual/core20-boot-config-update/task.yaml - Keys 'environment' and 'systems' do not follow the desired order: ['summary', 'details', 'backends', 'systems', 'manual', 'priority', 'warn-timeout', 'kill-timeout', 'environment', 'prepare', 'restore', 'debug', 'execute'] Crushing failure and despair. Error: Process completed with exit code 1.
-rw-r--r--tests/nested/manual/core20-boot-config-update/task.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/nested/manual/core20-boot-config-update/task.yaml b/tests/nested/manual/core20-boot-config-update/task.yaml
index 756fa7377a..e1b8626272 100644
--- a/tests/nested/manual/core20-boot-config-update/task.yaml
+++ b/tests/nested/manual/core20-boot-config-update/task.yaml
@@ -1,5 +1,7 @@
summary: Check that the boot config is correctly updated when snapd is refreshed
+systems: [ubuntu-20.04-64]
+
environment:
VARIANT/nogadget: "no-gadget"
NESTED_IMAGE_ID/nogadget: core20-kernel-commandline-bootconfig-no-gadget
@@ -12,8 +14,6 @@ environment:
NESTED_ENABLE_TPM: true
NESTED_ENABLE_SECURE_BOOT: true
-systems: [ubuntu-20.04-64]
-
prepare: |
if [ "$TRUST_TEST_KEYS" = "false" ]; then
echo "This test needs a build of snapd with testing features enabled"