lava: add flexible options for unpack with tar
For AUM tests unpack of overlay with tests in verbose mode
produce too lot of almost useless information. This is the reason
why the job log exceeding 5MB limit and should be downloaded as
plain text which is hard to analyze.
Added common macros `tar_unpack_cmd()` which create dynamic unpack
string depending on variable `tar_additional_options` ('-v' by default).
Additional verbose option for `tar` was switched off for all AUM tests
to simplify log analysis in WEb interface.
It is possible to override default options with `lqa` command, for
example: `lqa -t tar_additional_options:""`.
Signed-off-by:
Denis Pynkin <denis.pynkin@collabora.com>
parent
f43a3a0b
No related branches found
No related tags found
Showing
- lava/aum-tpl.yaml 7 additions, 0 deletionslava/aum-tpl.yaml
- lava/common-boot-macros.yaml 7 additions, 0 deletionslava/common-boot-macros.yaml
- lava/common-boot-tpl-reboot.yaml 1 addition, 1 deletionlava/common-boot-tpl-reboot.yaml
- lava/common-boot-tpl.yaml 1 addition, 1 deletionlava/common-boot-tpl.yaml
- lava/common-qemu-boot-tpl.yaml 1 addition, 1 deletionlava/common-qemu-boot-tpl.yaml
- lava/group-nfs-tpl.yaml 1 addition, 1 deletionlava/group-nfs-tpl.yaml
-
mentioned in commit 2da8edd8
-
mentioned in merge request !255 (merged)
-
mentioned in commit 0dc36df3
Please register or sign in to comment