summaryrefslogtreecommitdiff
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2020-07-13 09:54:01 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2020-07-13 10:13:32 +0200
commit47c2728110f0b19673b03a76ec1c812bd2e54898 (patch)
tree904630de3517cf097002ade716582ee185d8fca1
parent74a3d7a3616144e50ad364bb8a1da69f4503fad0 (diff)
bin:boot_mode_test -> boot_mode_test.py
-rwxr-xr-xbin/boot_mode_test.py (renamed from bin/boot_mode_test)0
-rw-r--r--units/miscellanea/jobs.pxu6
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/boot_mode_test b/bin/boot_mode_test.py
index e51a099..e51a099 100755
--- a/bin/boot_mode_test
+++ b/bin/boot_mode_test.py
diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu
index 550a92f..a011148 100644
--- a/units/miscellanea/jobs.pxu
+++ b/units/miscellanea/jobs.pxu
@@ -119,7 +119,7 @@ requires:
_summary: Test that system booted in EFI mode
_description:
Test to verify that the system booted in EFI mode with Secure Boot active.
-command: boot_mode_test efi
+command: boot_mode_test.py efi
plugin: shell
category_id: com.canonical.plainbox::miscellanea
@@ -131,7 +131,7 @@ depends: miscellanea/efi_boot_mode
_summary: Test that system booted with Secure Boot active
_description:
Test to verify that the system booted in Secure Boot active.
-command: boot_mode_test secureboot
+command: boot_mode_test.py secureboot
plugin: shell
category_id: com.canonical.plainbox::miscellanea
@@ -143,7 +143,7 @@ depends: miscellanea/efi_boot_mode
_summary: Test that system supports booting into firmware setup utility
_description:
Test that the system supports rebooting into the firmware setup utility.
-command: boot_mode_test reboot_firmware
+command: boot_mode_test.py reboot_firmware
plugin: shell
category_id: com.canonical.plainbox::miscellanea