Conversation
jovatn
left a comment
There was a problem hiding this comment.
LGTM! Note: I have only looked at user documentation and test documentation.
Perhaps you'd like to include gpg encryption in the test too?
Thank you! 🙏
|
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit adds optional support for encrypting the tarball before it leaves the target system. Documentation and usage text updated. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Also, adjust file suffix for json files. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Sync with latest updates, including test path changes. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
|
@wkz would you mind having a final look and approve if you like what you see? |
| if os.path.exists(output_file): | ||
| os.remove(output_file) | ||
|
|
||
| if has_gpg: |
There was a problem hiding this comment.
| if has_gpg: | |
| if not has_gpg: | |
| test.succeed() |
Just for future endeavors: this pattern should work, IIRC. Avoids having to indent the whole following block 🤓
There was a problem hiding this comment.
Ah, of course. Thanks!
Description
This PR adds a
supportscript tailored for gathering system information. The recommended way of running the script is:Also included is an initial prototype of a support analysis utility tool. Implemented in python using the textual framework, tui mode only atm., but possible to extend with a web front-end later on.
Checklist
Tick relevant boxes, this PR is-a or has-a: