~iconstantin/qa-regression-testing:master

Last commit made on 2021-11-29
Get this branch:
git clone -b master https://git.launchpad.net/~iconstantin/qa-regression-testing
Only Ian Constantin can upload to this branch. If you are Ian Constantin please log in for upload directions.

Branch merges

Branch information

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

Recent commits

f70a30a... by Ian Constantin

Added qa script for python3.10: test-python3.10.py

bc7bf52... by Ian Constantin

Added qa script for python3.9: test-python3.9.py

02f0c4c... by Ian Constantin

Updated py3 versions in the descriptions for test-python3.[6-7].py

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