lp:~canonical-kernel-team/+git/autotest

Get this repository:
git clone https://git.launchpad.net/~canonical-kernel-team/+git/autotest
Members of Canonical Kernel Team can upload to this repository. Log in for directions.

Branches

Name Last Modified Last Commit
phlin/results2junit-0x80 2024-01-12 16:24:02 UTC
UBUNTU: SAUCE: results2junit.py: reconstruct unicode translator and catch U+2026

Author: Po-Hsu Lin
Author Date: 2024-01-12 06:16:03 UTC

UBUNTU: SAUCE: results2junit.py: reconstruct unicode translator and catch U+2026

We got the following error while parsing test results of fips_test for
F-fips and J-fips:
  UnicodeDecodeError: 'utf8' codec can't decode byte 0x80 in position
                      194724: invalid start byte

This is because of a "Horizontal Ellipsis (U+2026, \xe2\x80\xa6)"
symbol and we have \xe2 and \xa6 filtered. Therefore it will complain
about the leftover \x80.

Reconstruct the filter to replace character correctly.

In the future if we are seeing this decode error again, we should try
to match the complete string instead of just something like '\xe2'.

Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>

phlin-snap-test-autotest3 2023-09-04 05:01:38 UTC
UBUNTU: SAUCE: set output dir to /tmp/autotest

Author: Po-Hsu Lin
Author Date: 2023-09-04 03:59:02 UTC

UBUNTU: SAUCE: set output dir to /tmp/autotest

Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>

phlin-snap-test 2023-09-04 03:59:02 UTC
UBUNTU: SAUCE: set output dir to /tmp/autotest

Author: Po-Hsu Lin
Author Date: 2023-09-04 03:59:02 UTC

UBUNTU: SAUCE: set output dir to /tmp/autotest

Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>

autotest3 2023-05-31 03:00:42 UTC
python2to3: Remove use of cmp method when comparing version strings

Author: Francis Ginther
Author Date: 2023-04-07 19:10:23 UTC

python2to3: Remove use of cmp method when comparing version strings

The version string comparison utility was using the python2 cmp method.
This is no longer available in python3.

Signed-off-by: Francis Ginther <francis.ginther@canonical.com>
Acked-by: Sean Feole <sean.feole@canonical.com>
Acked-by: Cory Todd <cory.todd@canonical.com>

master 2023-05-31 02:12:56 UTC
UBUNTU: SAUCE: results2junit.py: catch 0xa6

Author: Po-Hsu Lin
Author Date: 2023-05-30 09:43:59 UTC

UBUNTU: SAUCE: results2junit.py: catch 0xa6

We got this UnicieDecodeError while running fips_test on b-fips:
UnicodeDecodeError: 'utf8' codec can't decode byte 0xa6 in position 166751: invalid start byte

Replace this with "" to get report processed properly.

Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
Acked-by: Andrei Gherzan <andrei.gherzan@canonical.com>
Acked-by: Francis Ginther <francis.ginther@canonical.com>
Acked-by: Sean Feole <sean.feale@canonical.com>
Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>

15 of 5 results
This repository contains Public information 
Everyone can see this information.