diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:45:21 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:45:21 +0200 |
commit | 582e7612f4e997aa2f294d0335b0553ec6e58a9d (patch) | |
tree | 16a0f7319f7c3eb54b3d294ebbdfd29b1fae0c53 | |
parent | 8a864c7d996a33c347178fa3c512152af6287b96 (diff) |
bin:efi-pxeboot -> efi-pxeboot.py
-rwxr-xr-x | bin/efi-pxeboot.py (renamed from bin/efi-pxeboot) | 2 | ||||
-rw-r--r-- | units/miscellanea/jobs.pxu | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/efi-pxeboot b/bin/efi-pxeboot.py index 24ac231..52eace9 100755 --- a/bin/efi-pxeboot +++ b/bin/efi-pxeboot.py @@ -25,7 +25,7 @@ system booted from the network (test passes) or from a local disk (test fails). Usage: - efi-pxeboot + efi-pxeboot.py """ import os diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu index ba42da8..96b8562 100644 --- a/units/miscellanea/jobs.pxu +++ b/units/miscellanea/jobs.pxu @@ -173,7 +173,7 @@ _summary: Test that system booted from the network _description: Test to verify that the system booted from the network. Works only on EFI-based systems. -command: efi-pxeboot +command: efi-pxeboot.py plugin: shell category_id: com.canonical.plainbox::miscellanea |