~arighi/qa-regression-testing:support-new-gdb-error

Last commit made on 2021-07-05
Get this branch:
git clone -b support-new-gdb-error https://git.launchpad.net/~arighi/qa-regression-testing
Only Andrea Righi can upload to this branch. If you are Andrea Righi please log in for upload directions.

Branch merges

Branch information

Name:
support-new-gdb-error
Repository:
lp:~arighi/qa-regression-testing

Recent commits

e39cb7e... by Andrea Righi

kernel-security/ptrace: support new gdb error message

To determine if ptrace() is allowed or not ptrace-restrictions.sh is
checking the error message returned by gdb. However newer versions of
gdb (in impish) changed the error string from 'Operation not permitted'
to 'Inappropriate ioctl for device', but the result is still the same.

Make sure to recognize both strings to prevent false positive failures.

Signed-off-by: Andrea Righi <email address hidden>

d0aa02a... by Alex Murray

test-rabbitmq-server: Port to python3 for impish

01f09ad... by Marc Deslauriers

test-dovecot: does not need sudo, only root

2a54ab4... by Marc Deslauriers

updated imagemagick test with new images

8293295... by Steve Beattie

test-kernel-security: ppc64el now supports STRICT_KERNEL_RWX

Merge branch from Seth Forshee.

Signed-off-by: Steve Beattie <email address hidden>

d93edbb... by Steve Beattie

test-kernel-security: powerpc kernels don't support DEBUG_RODATA

We sill build powerpc kernels in trusty/esm even if they aren't
supported.

Signed-off-by: Steve Beattie <email address hidden>

4786d08... by Steve Beattie

test-kernel-security: adjust unprivileged bpf default setting

Merge fix from Seth Forshee.

Signed-off-by: Steve Beattie <email address hidden>

227ad76... by Seth Forshee

test-kernel-security: CONFIG_STRICT_KERNEL_RWX supported for ppc64el in 5.13+

Starting with Linux 5.13 ppc64el supports CONFIG_STRICT_KERNEL_RWX.
With this, all archictures for any suppored Ubuntu kernel have strict
RWX support for at least some kernel versions, so we can get rid of
the supported architecture check. Replace that with checks to expect
strict RWX support in 5.13+ for ppc64el.

Signed-off-by: Seth Forshee <email address hidden>

532ac7a... by Seth Forshee

test-kernel-security: update for new unprivileged_bpf_disabled sysctl value in 5.13

Upstream commit 08389d888287 ("bpf: Add kconfig knob for disabling
unpriv bpf by default") adds support for disabling unprivileged bpf by
default while allowing a system administrator to enable it. The 5.13
kernel for Ubuntu has enabled this feature. With this in place the
sysctl will have a value of 2, so update the test to expect this
value.

Signed-off-by: Seth Forshee <email address hidden>

2d73ace... by Marc Deslauriers

test-dhcp.py: add regression test