diff options
author | Jonathan Cave <jonathan.cave@canonical.com> | 2020-02-07 12:50:22 +0000 |
---|---|---|
committer | Jonathan Cave <jonathan.cave@canonical.com> | 2020-02-07 12:50:22 +0000 |
commit | c4fcaa6f22ec8608b52aee2caa29a2cf6dd70c9e (patch) | |
tree | 3c94c5eecc81d41b3c078de4238c8fc37e44dbd8 /units/submission | |
parent | 42c65f8ab5810e3d8299974318bd9136532efafc (diff) |
recovery_info: remove guacamole, split out tests
This commit encapsulates changes to: remove guacamole dependency, move out the unit tests to a dedicated script that can be run with the `manage.py tests` framework, and give the script a .py extension to allow importing
Diffstat (limited to 'units/submission')
-rw-r--r-- | units/submission/jobs.pxu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/submission/jobs.pxu b/units/submission/jobs.pxu index b433fd38..7a9b2aae 100644 --- a/units/submission/jobs.pxu +++ b/units/submission/jobs.pxu @@ -62,7 +62,7 @@ _description: The information include: - fish packages - dell recovery stage 2 boot log -command: recovery_info file bto.xml | python3 -m plainbox dev parse bto +command: recovery_info.py file bto.xml | python3 -m plainbox dev parse bto id: recovery_info_attachment_json plugin: attachment @@ -79,7 +79,7 @@ _description: Example: image_version: somerville-trusty-amd64-20140620-0 bto_version: A00_dell-bto-trusty-houston-15-A11-iso-20141203-0.iso -command: recovery_info version | python3 -m plainbox dev parse recovery-info +command: recovery_info.py version | python3 -m plainbox dev parse recovery-info id: system_info_json plugin: attachment |