~georgiag/qa-regression-testing:abi-mqueue-test

Last commit made on 2022-12-08
Get this branch:
git clone -b abi-mqueue-test https://git.launchpad.net/~georgiag/qa-regression-testing
Only Georgia Garcia can upload to this branch. If you are Georgia Garcia please log in for upload directions.

Branch merges

Branch information

Name:
abi-mqueue-test
Repository:
lp:~georgiag/qa-regression-testing

Recent commits

b598168... by Georgia Garcia

test-apparmor.py: add abi regression test using mqueue

Add a regression test to make sure abi is working as expected.
The test added is using mqueue mediation to test abi.
Test added for LP: #1994146

Signed-off-by: Georgia Garcia <email address hidden>

a9e4346... by Steve Beattie

test-sudo.py: fix CVE-2019-14287 tests for slight error format change

In at least jammy and newer sudo reports:

  sudo: unknown user #-1

instead of:

  sudo: unknown user: #-1

so accept that format as well.

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

80d04d5... by Steve Beattie

test-sudo.py: merge fix for unavailable private tests

Fixes: c1296903 ("test-sudo: add support for private tests")
Approved-by: Steve Beattie <email address hidden>
MR: https://code.launchpad.net/~pkopylov/qa-regression-testing/+git/qa-regression-testing/+merge/433994

f67eab8... by Pavel Kopylov

Fix test-sudo.py to run both variants with and without a private test-suite.

b4a0304... by Alex Murray

scripts/test-snapd.py: Add functional test for /tmp/snap-private-tmp

This comes from the fix for CVE-2022-3328

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

0b01938... by Alex Murray

scripts/test-snapd.py: Fix checking of snapd version in test_seccomp_daemon_user

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

ce77bc5... by Alex Murray

scripts/test-snapd.py: Skip test_seccomp_daemon_user test on older snapd

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

301d59d... by Alex Murray

scripts/test-snapd.py: Actually exit with error on test failures

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

fac818d... by Alex Murray

scripts/test-snapd.py: Support testing on older snapd versions

Older versions of snapd (such as in Debian buster) may only output the grade or
only the channel name (instead of the complete track name - which is
"<channel>/<grade>") in snap info - so ensure the tests can support this older
format.

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

699f269... by Po-Hsu Lin

test-apparmor.py: make sure opened files are closed

Use with open to make sure files will be closed properly.

Signed-off-by: Po-Hsu Lin <email address hidden>