~paelzer/qa-regression-testing:fix-virt-cosmic

Last commit made on 2018-06-26
Get this branch:
git clone -b fix-virt-cosmic https://git.launchpad.net/~paelzer/qa-regression-testing
Only Christian Ehrhardt  can upload to this branch. If you are Christian Ehrhardt  please log in for upload directions.

Branch merges

Branch information

Name:
fix-virt-cosmic
Repository:
lp:~paelzer/qa-regression-testing

Recent commits

45c4928... by Christian Ehrhardt 

test-libvirt: test-qemu: switch to new boot specification

boot=on as disk argument was deprecated for a long time with a message
like:
  qemu-kvm: boot=on|off is deprecated and will be ignored.
  Future versions will reject this parameter. Please update your scripts.

This time has come and now it is a Fatal error:
  Block format 'qcow2' does not support the option 'boot'

Switch all calls using boot=on as disk argument to use the recommended
global -boot argument - our cases always boot the first disk, so this is
always -boot c.

Signed-off-by: Christian Ehrhardt <email address hidden>

966e0a1... by Marc Deslauriers

test-openssh.py: fix for bionic version

83c64f3... by Marc Deslauriers

test-openssl.py: fix for testing openssl 1.0 in bionic

589fdfa... by Marc Deslauriers

test-openssl.py: remove old compression tests

6617fe4... by Marc Deslauriers

test-openssl.py: fixed compatibility with OpenSSL 1.1

ef26eb3... by Marc Deslauriers

test-openssl1.0.py, test-openssl.py: allow testing an alternate binary.

04dd0a2... by Marc Deslauriers

rename helper script, add missing arguments

43053bb... by Marc Deslauriers

rename install-packages and make a wrapper that install python if
it's missing, until we migrate to python3

f5638ad... by Marc Deslauriers

test-file.py: updated for bionic

e189351... by Steve Beattie

test-gnupg: run dirmngr for 18.04 and newer

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