~ebarretto/qa-regression-testing:openjdk

Last commit made on 2023-09-14
Get this branch:
git clone -b openjdk https://git.launchpad.net/~ebarretto/qa-regression-testing
Only Eduardo Barretto can upload to this branch. If you are Eduardo Barretto please log in for upload directions.

Branch merges

Branch information

Name:
openjdk
Repository:
lp:~ebarretto/qa-regression-testing

Recent commits

50e6e24... by Eduardo Barretto

Move OpenJDK scripts to Python3

Succeeded
[SUCCEEDED] imagemagick:0 (build)
[SUCCEEDED] imagemagick:1 (build)
[SUCCEEDED] imagemagick:2 (build)
[SUCCEEDED] gcc-security:0 (build)
[SUCCEEDED] gcc-security:1 (build)
[SUCCEEDED] gcc-security:2 (build)
[SUCCEEDED] glibc:0 (build)
[SUCCEEDED] glibc:1 (build)
[SUCCEEDED] glibc:2 (build)
[SUCCEEDED] gnupg:0 (build)
[SUCCEEDED] gnupg:1 (build)
[SUCCEEDED] gnupg:2 (build)
[SUCCEEDED] sudo:0 (build)
[SUCCEEDED] sudo:1 (build)
[SUCCEEDED] sudo:2 (build)
[SUCCEEDED] git:0 (build)
[SUCCEEDED] git:1 (build)
[SUCCEEDED] git:2 (build)
[SUCCEEDED] ghostscript:0 (build)
[SUCCEEDED] ghostscript:1 (build)
[SUCCEEDED] ghostscript:2 (build)
[SUCCEEDED] busybox:0 (build)
[SUCCEEDED] busybox:1 (build)
[SUCCEEDED] busybox:2 (build)
[SUCCEEDED] coreutils:0 (build)
[SUCCEEDED] coreutils:1 (build)
[SUCCEEDED] coreutils:2 (build)
[SUCCEEDED] util-linux:0 (build)
[SUCCEEDED] util-linux:1 (build)
[SUCCEEDED] util-linux:2 (build)
130 of 30 results
44611e5... by Marc Deslauriers

test-file.py: convert to python 3

d107f0b... by Jorge Sancho Larraz

Add funcional test and poc for atftp package

b98d6d2... by Steve Beattie

scripts/README.md: expanded draft on using skipped() vs decorators

This likely needs some revising, but
here's a first draft at capturing the key points from
https://code.launchpad.net/~cypressyew/qa-regression-testing/+git/qa-regression-testing/+merge/450117
on when to use Python's @unittest skipping decorators versus the
home rolled _skipped() method for tests that are expected to fail in
certain circumstances.

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

81608aa... by Steve Beattie

scripts/README: restructure into running / developing test sections

and expand the section on running tests to include a discussion about
how to run subsets of tests when trying to diagnose a failing testcase.

We may want to split the out these into multiple documents.

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

ba3e866... by Steve Beattie

test-coreutils.py: run in lpci

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

8ecea09... by Steve Beattie

test-coreutils.py: convert command invocation to testlib assertShell helpers

Simplify the testcases significantly.

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

1131b7a... by Steve Beattie

test-coreutils.py: convert to python3, use unittest.main()

For the latter, do this so that we can run individual tests on the
command line; e.g.:

  ./test-coreutils.py -v CoreutilsTest.test_false

when debugging an unexpected test failure.

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

4f3314e... by Po-Hsu Lin

scripts/test-apparmor.py: skip aa-status --json on older releases

This --json flag is not available for apparmor on T/X.
Run this test only for apparmor 2.12-4ubuntu5 (the one in Bionic) and newer.

Bug: https://bugs.launchpad.net/qa-regression-testing/+bug/2033379
Signed-off-by: Po-Hsu Lin <email address hidden>

897c616... by Alex Murray

scripts/test-apparmor.py: add a basic test for aa-status --json

Hopefully will catch issues like
https://gitlab.com/apparmor/apparmor/-/merge_requests/1097 earlier in the
future.

Signed-off-by: Alex Murray <email address hidden>