~krzk/+git/autotest:master

Last commit made on 2021-02-18
Get this branch:
git clone -b master https://git.launchpad.net/~krzk/+git/autotest
Only Krzysztof Kozlowski can upload to this branch. If you are Krzysztof Kozlowski please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~krzk/+git/autotest

Recent commits

873ad4f... by Francis Ginther

UBUNTU: SAUCE: drop the interim encoding to utf-8

Generating output via JUnit_api is still failing with the interim step
to encode to 'utf-8'. Futher testing indicates the input is already a
unicode string so encoding it was the wrong step. This time, just
provide the 'backslashreplace' action to replace the unicode character
during the encode to 'ascii'.

Signed-off-by: Francis Ginther <email address hidden>

e0f93c9... by Francis Ginther

UBUNTU: SAUCE: add a decode to utf-8 step

When generating output via JUnit_api, provide 'backslashreplace' as
the actionwhen encountering encoding errors instead of raising an
exception. This also requires first decoding into 'utf-8' for handling
unicode in the output stream.

Signed-off-by: Francis Ginther <email address hidden>

f21e446... by Paolo Pisati

UBUNTU: SAUCE: sfdisk: let sfdisk decide the first available sector

BugLink: https://bugs.launchpad.net/bugs/1864642

Using 0 as a fixed starting sector causes an error:

>>> Created a new DOS disklabel with disk identifier 0x9b4a9cf7.
/dev/loop1p1: Start sector 0 out of range.
Failed to add #1 partition: Numerical result out of range
Leaving.

Fix it by letting sfdisk pick the first available sector instead of
using a fixed value.

Signed-off-by: Paolo Pisati <email address hidden>

debf8a2... by Paolo Pisati

UBUNTU: SAUCE: move proxy setup to a Canonical specific catch-all

Signed-off-by: Paolo Pisati <email address hidden>
Acked-by: Po-Hsu Lin <email address hidden>
Signed-off-by: Po-Hsu Lin <email address hidden>

12275c9... by Paolo Pisati

UBUNTU: SAUCE: convert python shebangs to python2

Signed-off-by: Paolo Pisati <email address hidden>
Signed-off-by: Po-Hsu Lin <email address hidden>

965d530... by Sean Feole

Revert UBUNTU: SAUCE: Log list of installed module

- This has been causing tracebacks in some cases and
appears to be a problem with autotest. For now, reverting
until proper investigation can be done.

Signed-off-by: sfeole <email address hidden>

24aadbe... by Sean Feole

UBUNTU: SAUCE: Log list of installed modules

Get a list of modules installed on the system Before and After
test iterations.

Before -- Main Kernel Installed
After -- Proposed Kernel Installed

Signed-off-by: sfeole <email address hidden>

c186097... by Po-Hsu Lin

UBUNTU: SAUCE: results2junit.py: handle the runaway unicode dot

Translate the unicode dot that shows before the service:
  ● docker.service - Docker Application Container Engine

Signed-off-by: Po-Hsu Lin <email address hidden>

60e49b6... by Po-Hsu Lin

libaio: typo correction for the tar file

Signed-off-by: Po-Hsu Lin <email address hidden>

725f1a8... by Po-Hsu Lin

UBUNTU: SAUCE: libaio - port upstream library back

ARM64 is not supported in libaio 0.3.106, port the newer package back
from upstream on github, verified and passed on amd64/arm64/i386/ppc64le/s390x

Patch file removed, possible impact limited on m68k, mips, parisc architectures

Signed-off-by: Po-Hsu Lin <email address hidden>