~cypressyew/qa-regression-testing:phlin/skip-aastatus-json

Last commit made on 2023-08-29
Get this branch:
git clone -b phlin/skip-aastatus-json https://git.launchpad.net/~cypressyew/qa-regression-testing
Only Po-Hsu Lin can upload to this branch. If you are Po-Hsu Lin please log in for upload directions.

Branch merges

Branch information

Name:
phlin/skip-aastatus-json
Repository:
lp:~cypressyew/qa-regression-testing

Recent commits

4f3314e... by Po-Hsu Lin

scripts/test-apparmor.py: skip aa-status --json on older releases

This --json flag is not available for apparmor on T/X.
Run this test only for apparmor 2.12-4ubuntu5 (the one in Bionic) and newer.

Bug: https://bugs.launchpad.net/qa-regression-testing/+bug/2033379
Signed-off-by: Po-Hsu Lin <email address hidden>

Succeeded
[SUCCEEDED] imagemagick:0 (build)
[SUCCEEDED] imagemagick:1 (build)
[SUCCEEDED] imagemagick:2 (build)
[SUCCEEDED] gcc-security:0 (build)
[SUCCEEDED] gcc-security:1 (build)
[SUCCEEDED] gcc-security:2 (build)
[SUCCEEDED] glibc:0 (build)
[SUCCEEDED] glibc:1 (build)
[SUCCEEDED] glibc:2 (build)
[SUCCEEDED] gnupg:0 (build)
[SUCCEEDED] gnupg:1 (build)
[SUCCEEDED] gnupg:2 (build)
[SUCCEEDED] sudo:0 (build)
[SUCCEEDED] sudo:1 (build)
[SUCCEEDED] sudo:2 (build)
[SUCCEEDED] git:0 (build)
[SUCCEEDED] git:1 (build)
[SUCCEEDED] git:2 (build)
[SUCCEEDED] ghostscript:0 (build)
[SUCCEEDED] ghostscript:1 (build)
[SUCCEEDED] ghostscript:2 (build)
[SUCCEEDED] busybox:0 (build)
[SUCCEEDED] busybox:1 (build)
[SUCCEEDED] busybox:2 (build)
[SUCCEEDED] util-linux:0 (build)
[SUCCEEDED] util-linux:1 (build)
[SUCCEEDED] util-linux:2 (build)
127 of 27 results
897c616... by Alex Murray

scripts/test-apparmor.py: add a basic test for aa-status --json

Hopefully will catch issues like
https://gitlab.com/apparmor/apparmor/-/merge_requests/1097 earlier in the
future.

Signed-off-by: Alex Murray <email address hidden>

601986c... by Marc Deslauriers

test-clamav.py: migrate to python3

59da767... by Alex Murray

build_testing/intel-microcode/README.md: clarify instructions

the script to compare microcodes is now in ubuntu-security-tools so use this
instead.

Signed-off-by: Alex Murray <email address hidden>

75cfce5... by Alex Murray

scripts/test-apparmor.py: run tests that require liburing

add liburing-dev to QRT-Alternates so that the tests which require this get run
where possible.

Signed-off-by: Alex Murray <email address hidden>

b29a647... by Alex Murray

scripts/test-apparmor.py: updates for apparmor-4.0.0-alpha2

Signed-off-by: Alex Murray <email address hidden>

a61b2dd... by Mark Esler

qemu-aarch64 notes

Signed-off-by: Mark Esler <email address hidden>

6fcffea... by Rodrigo Figueiredo Zaiden

notes_testing/haproxy: add notes for running haproxy/reg-tests

Signed-off-by: Rodrigo Figueiredo Zaiden <email address hidden>

fc7ae76... by Rodrigo Figueiredo Zaiden

scripts/test-haproxy.py: add empty content-length header test

 test case for CVE-2023-40225, where an empty content-length header
 was being forwarded to the server when haproxy should have rejected.
 it is still expected that the backend server will reject it (400 bad
 request), but the invalid request message from haproxy is what we are
 looking for.

Signed-off-by: Rodrigo Figueiredo Zaiden <email address hidden>

dab3570... by Marc Deslauriers

convert test-evince.py and test-poppler.py to py3