~cascardo/qa-regression-testing:tomcat_9_tests

Last commit made on 2019-09-19
Get this branch:
git clone -b tomcat_9_tests https://git.launchpad.net/~cascardo/qa-regression-testing
Only Thadeu Lima de Souza Cascardo can upload to this branch. If you are Thadeu Lima de Souza Cascardo please log in for upload directions.

Branch merges

Branch information

Name:
tomcat_9_tests
Repository:
lp:~cascardo/qa-regression-testing

Recent commits

2e721d0... by Emilia Torino

adding condition on how the encoded string should be depending on versions as tomcat7 and tomcat8 <= 16.04 are missing single quotes and backslash encoding

ddfe1c3... by Emilia Torino

updating test_daemon to verify for service status and renaming test to match this behaviour

8575d5a... by Emilia Torino

fixing typo + replacing tomcatx strings by constants

34665d0... by Emilia Torino

adding tomcat service restart to TomcatApacheTest class

d4d60a9... by Steve Beattie

test-tomcat.py: add gross hack for dbug 928813

The apache module .conf and .load for libapache2-mod-jk do not have the
same name prefix and so a2enmod would only half set up the module
correctly. This commit is a gross hack to compensate for that.

(It ought to clean up the symlink it creates during teardown.)

Signed-off-by: Steve Beattie <email address hidden>
Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928813

11dac87... by Emilia Torino

initial version for tomcat9 tests

da5ee00... by Emilia Torino

Merge branch 'master' of git+ssh://git.launchpad.net/qa-regression-testing into docker_test

e3fc6dc... by Emilia Torino

Adding copy from container with symlink test + considering variations of regex in test docker bash ps depending on docker package version

fed8d43... by Steve Beattie

test-apparmor: remove 17.10/zesty only fixup

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

8203725... by Steve Beattie

test-apparmor: add getdents/arm64 fix to old trusty apparmor tests

The old apparmor tests were also missing the patch for arm64 only
supporting the getdents64 syscall.

Signed-off-by: Steve Beattie <email address hidden>
Bug: https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1699987