~rayveldkamp/qa-regression-testing:master

Last commit made on 2021-12-06
Get this branch:
git clone -b master https://git.launchpad.net/~rayveldkamp/qa-regression-testing
Only Ray Veldkamp can upload to this branch. If you are Ray Veldkamp please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~rayveldkamp/qa-regression-testing

Recent commits

090e9ce... by Marc Deslauriers

test-busybox.py: add basic awk test

5fd68b7... by Rodrigo Figueiredo Zaiden

glib2.0: Update tests with CVE-2021-3800

The test for CVE-2021-3800 is checking for the output of pkexec binary
(from policykit-1 package) to validate if GLib is patched correctly.
With a crafted charset alias, it should not print GLib errors.

a4cb9b9... by Steve Beattie

openjdk/README: describe how to manually run GetProps test

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

3ca1f6a... by Steve Beattie

test-docker.io.py: merge added CVE-2021-41092 regression test

* tests/dockerio-cve-2021-41092:
  Replace shell /etc/hosts modification with testlib.config_replace()
  Ensure certificate is added and add registry host to daemon.json conf
  Update to dynamically generate cert/key each test run
  Add python3-pexpect to QRT dependencies
  Add test for CVE-2021-41092

[sbeattie - fixed up a couple of issues with the following commits:
  test-docker.io.py: use ssl.PROTOCOL_TLSv1_2 in xenial and older
  test-docker.io.py: fix QRT-Packages separator
and added to silence deprecation warnings:
  test-docker.io.py: use testunit.assertRegex instead of assertRegexpMatches
]

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

dcc2781... by Steve Beattie

test-docker.io.py: use testunit.assertRegex instead of assertRegexpMatches

The latter has been deprecated since at least python 3.5

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

e85f7dc... by Steve Beattie

test-docker.io.py: use ssl.PROTOCOL_TLSv1_2 in xenial and older

xenial's pythons do not support PROTOCOL_TLS, so fall back to using
ssl.PROTOCOL_TLSv1_2 for test https server thread.

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

9aa7459... by Steve Beattie

test-docker.io.py: fix QRT-Packages separator

Entries are space separated.

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

23209a6... by Ray Veldkamp

Replace shell /etc/hosts modification with testlib.config_replace()

6cc52b9... by Alex Murray

scripts/install-packages: Install bc if needed

This is not installed by default on LXD VMs

fc4350b... by Ray Veldkamp

Ensure certificate is added and add registry host to daemon.json conf