~rodrigo-zaiden/qa-regression-testing:change-qrt-alternates-readme

Last commit made on 2022-04-05
Get this branch:
git clone -b change-qrt-alternates-readme https://git.launchpad.net/~rodrigo-zaiden/qa-regression-testing
Only Rodrigo Figueiredo Zaiden can upload to this branch. If you are Rodrigo Figueiredo Zaiden please log in for upload directions.

Branch merges

Branch information

Name:
change-qrt-alternates-readme
Repository:
lp:~rodrigo-zaiden/qa-regression-testing

Recent commits

b15fd3d... by Rodrigo Figueiredo Zaiden

README: Change QRT-Alternates flag definition

QRT-Alternates does not stop at first successful installation,
instead it goes through the whole list. It has the ability to
specify the package to be installed according to the release.
Also adding a note to try to keep one line per package
specification for a better maintainability.

a230a30... by "Leonidas S. Barbosa" <leo.barbosa@canonical>

Adding notes_testing for waitress

fe5df59... by Marc Deslauriers

test-apt.py: updated for impish

58cf982... by Rodrigo Figueiredo Zaiden

test-gnutls: adding tests for libtasn1

 Tests for CVE-2018-1000654, including the input file
 recursion-input.asn, that is the Bug-POC file from:
    https://gitlab.com/gnutls/libtasn1/-/issues/4

875b5d6... by Steve Beattie

test-apparmor: fix service start failure due to StartLimitBurst

Merge fix from Georgia.

Signed-off-by: Steve Beattie <email address hidden>
MR: https://code.launchpad.net/~georgiag/qa-regression-testing/+git/qa-regression-testing/+merge/413985

f4791d5... by David Fernandez Gonzalez

Added tests for netkit-rsh client

0ff94a9... by Marc Deslauriers

fix openvpn testing notes

b8aa41d... by Steve Beattie

test-kernel-security: adjust for features landing on ppc64el in 5.15

ppc64el picked up CONFIG_STRICT_MODULE_RWX and CONFIG_DEBUG_WX in 5.15,
enforce they are set.

Merge remote-tracking branch 'ppisati/master'

Signed-off-by: Steve Beattie <email address hidden>
MR: https://code.launchpad.net/~p-pisati/qa-regression-testing/+git/qa-regression-testing/+merge/414452

a7f3750... by Steve Beattie

test-kernel-security: compensate for changed unpriv_bpf default

For many reasons, we have now changed the default setting for
unprivileged ebpf to be disabled by default, but possible to re-enable
by a systems administrator without rebooting for all kernels back to
4.4. Adjust bpf default setting test to compensate.

TODO: write tests to validate the setting enforces as expected.

Merge remote-tracking branch 'cascardo/unprivileged_bpf'

Signed-off-by: Steve Beattie <email address hidden>
MR: https://code.launchpad.net/~cascardo/qa-regression-testing/+git/qa-regression-testing/+merge/416816

9342a5e... by Thadeu Lima de Souza Cascardo

test-kernel-security: update expected value for kernel.unprivileged_bpf_disabled

All kernels that support ebpf have now had unprivileged ebpf disabled by
default.

Signed-off-by: Thadeu Lima de Souza Cascardo <email address hidden>