~paelzer/qa-regression-testing:cosmic-squid

Last commit made on 2018-08-15
Get this branch:
git clone -b cosmic-squid 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:
cosmic-squid
Repository:
lp:~paelzer/qa-regression-testing

Recent commits

9547150... by Christian Ehrhardt 

squid: squid 4 changed binary name in ps output

We are working on squid4 for cosmic, that will change how the process
looks in ps output (again).
The check already has a version dependent selection of expected names,
this commit adds one more for Releases >=18.10.

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

ab5ba15... by Steve Beattie

test-kernel-security: correct arm64/trusty readmem result

Strict devmem is not set on arm64/trusty, so the readmem test is able to
read actual values, and thus the test returns a different value to
reflect that. Given that we expect this failure, accept either of the
fail values for arm64 older than 3.16.

Bug: https://bugs.launchpad.net/bugs/1747852
Signed-off-by: Steve Beattie <email address hidden>

f405927... by Steve Beattie

test-kernel-security: kernels older than 3.19 don't have CONFIG_DEVMEM

When checking whether the pre-requisite CONFIG_DEVMEM is set, it only
started existing as a configurable option in kernel 3.19, so before
that, we should not skip the test for this reason.

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

63a5c8e... by Steve Beattie

test-kernel-security: trusty gcc does not support ssp for arm64

gcc-4.8 and older did not support -fstack-protector for arm64.

Bug: https://bugs.launchpad.net/bugs/1712007
Signed-off-by: Steve Beattie <email address hidden>

3e1fa6b... by Steve Beattie

test-kernel-security: mention gcc lack of support

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

1261ef7... by Steve Beattie

test-kernel-security: gcc-4.8/trusty does not support stack-protector-strong

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

9040cc5... by Steve Beattie

test-kernel-security: fix check for modules compiled w/retpoline

modinfo fails if you ask for a specific module that is aliased away by
an alternative module implementation; e.g. crc32 versus crc32-pclmul.
Since we want to verify every module, includng all alternatives, are
compiled with retpoline, just point modinfo at the ko file directly.

Bug: https://bugs.launchpad.net/bugs/1786392
Signed-off-by: Steve Beattie <email address hidden>

5729a80... by Emily Ratliff

added files for 18.04.1 install audit

49f0207... by Eduardo Barretto

Add regression test instructions for jansson

3eb5dc1... by Marc Deslauriers

test-django.py: fix for 1.11 in bionic