~sforshee/+git/qa-regression-testing:fixes-5.13

Last commit made on 2021-06-07
Get this branch:
git clone -b fixes-5.13 https://git.launchpad.net/~sforshee/+git/qa-regression-testing
Only Seth Forshee can upload to this branch. If you are Seth Forshee please log in for upload directions.

Branch merges

Branch information

Name:
fixes-5.13
Repository:
lp:~sforshee/+git/qa-regression-testing

Recent commits

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

d7b48a2... by Alex Murray

Add test-openscap.py script with some initial tests

a2fde15... by Marc Deslauriers

test-dnsmasq.py: added missing setup step

3199f49... by Marc Deslauriers

test-dnsmasq.py: add automatic setup option

71bafa1... by Steve Beattie

test-lasso.py: add ability to run upstream testsuite

Unfortunately, for groovy and earlier, it always fails.

If you keep the working directory around, you can reproduce some passing
tests with:

  make check -C bindings

and the failing tests with:

  make check -C tests

or

  cd tests/ && ./tests

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

2c3a8f4... by Alex Murray

Add test for lasso CVE-2021-28091

0e1ab9c... by Marc Deslauriers

updated python tests for newer releases

a094e5b... by Alex Murray

Update libvirt/qatest links to new location