~lukenow/qa-regression-testing:test-kernel-security-520-test-fix

Last commit made on 2022-09-20
Get this branch:
git clone -b test-kernel-security-520-test-fix https://git.launchpad.net/~lukenow/qa-regression-testing
Only Luke Nowakowski-Krijger can upload to this branch. If you are Luke Nowakowski-Krijger please log in for upload directions.

Branch merges

Branch information

Name:
test-kernel-security-520-test-fix
Repository:
lp:~lukenow/qa-regression-testing

Recent commits

4c5bd1e... by Luke Nowakowski-Krijger

test-kernel-security.py: Update RANDOM_TRUST_CPU testcase

This config is now enabled for all architectures and has been
backported to all upstream stable trees from linux-4.9y and up.

Update the test case so it now passes on bionic 4.15 kernels as we now
carry this config on all architectures.

Signed-off-by: Luke Nowakowski-Krijger <email address hidden>

c8d38c2... by Marc Deslauriers

updated sqlite3 testing notes

f98250a... by Steve Beattie

test-tzdata.py: remove unused imports and reorder

To make pycodestyle and pylint happy

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

085b73f... by Steve Beattie

test-tzdata.py: add test for prior gaza change

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

bb286cf... by Steve Beattie

test-tzdata.py: convert to using python3-tz

Python's datetime module is pretty broken when it comes to handling DST
and date offsets; the tests for the chile DST change would fail on
trusty and xenial due to this, even with the corrected tzdata files.

To addrss this, this commit converts the script to use the pytz
(python3-tz) library, as documented at http://pytz.sourceforge.net/.
This gives better, more accurate results for testing.

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

b1f9c7a... by Steve Beattie

test-tzdata.py: add test to ensure sysv tzs do not disappear

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

a86c66c... by Steve Beattie

add simple tzdata test

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

5fec602... by Nishit Majithia

Add test notes for node-hosted-git-info

Signed-off-by: Nishit Majithia <email address hidden>

7142186... by Alex Murray

test-apparmor.py: Fix LP: #1988424

shutil.copytree() only supports the ignore_dangling_symlinks parameter in newer
python versions and so this does not exist on older Ubuntu releases - so far
this is only needed for apparmor-3.0.7 and newer which is only in Ubuntu 22.10
and so we then now only use this parameter in that case. Otherwise fallback to
the code we used to use before 1aa2b80c0917fe8d8a46f929e0cdb9c60cec477b

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

009b190... by Nishit Majithia

Add systemd regression test in notes

Signed-off-by: Nishit Majithia <email address hidden>