~canonical-kernel-team/+git/autotest-client-tests:phlin/test_parser_testsuite_timeout

Last commit made on 2024-05-03
Get this branch:
git clone -b phlin/test_parser_testsuite_timeout https://git.launchpad.net/~canonical-kernel-team/+git/autotest-client-tests
Members of Canonical Kernel Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
phlin/test_parser_testsuite_timeout
Repository:
lp:~canonical-kernel-team/+git/autotest-client-tests

Recent commits

c941cf5... by Po-Hsu Lin

UBUNTU: SAUCE: ubuntu_qrt_apparmor: update timeout threshold for test_parser_testsuite

BugLink: https://bugs.launchpad.net/bugs/2064586

Test shows this ApparmorTestsuites.test_parser_testsuite test will
take about 40 minutes to run on the newly added Xilinx KD240 device
with J-xilinx kernel.

Bump the timeout to 50 minutes to solve this issue.

Signed-off-by: Po-Hsu Lin <email address hidden>

f4f5664... by Po-Hsu Lin

UBUNTU: SAUCE: ubuntu_xilinx: add support for kd240

BugLink: https://bugs.launchpad.net/bugs/2064552

Add support to detect Xilinx KD240 board from device-tree.

Signed-off-by: Po-Hsu Lin <email address hidden>
Acked-by: Portia Stephens <email address hidden>
Signed-off-by: Po-Hsu Lin <email address hidden>

3c14ee9... by Jacob Martin

UBUNTU: SAUCE: ubuntu_boot: update module taint exceptions for Tegra out-of-tree sound modules

Nvidia renamed a number of out-of-tree sound modules to match their
in-tree counterparts. This allows the in-tree modules to be
automatically overridden by the out-of-tree versions in the updates/
modules subdirectory.

Update the module taint exceptions to match these new names.

Signed-off-by: Jacob Martin <email address hidden>
Acked-by: Sean Feole <email address hidden>
Acked-by: Francis Ginther <email address hidden>
Signed-off-by: Francis Ginther <email address hidden>

8b405a4... by Po-Hsu Lin

UBUNTU: SAUCE: ubuntu_lxc: fix test build for noble

KERNTT-915
Fix the test build issue for noble, it just need to be added to the
series check list like mantic. Rewrite if statement to cover future
releases.

Signed-off-by: Po-Hsu Lin <email address hidden>
Acked-by: Francis Ginther <email address hidden>
Signed-off-by: Po-Hsu Lin <email address hidden>

74f1613... by Po-Hsu Lin

UBUNTU: SAUCE: ubuntu_ltp_controllers: bump timeout for memcg_test_3 to 75m

BugLink: https://bugs.launchpad.net/bugs/1836694

Test shows memcg_test_3 will take slightly over our current 60m
threshold, bump it to 75m to give it a chance to finish.

Signed-off-by: Po-Hsu Lin <email address hidden>
Acked-by: Francis Ginther <email address hidden>
Signed-off-by: Po-Hsu Lin <email address hidden>

1102abe... by Kevin Becker

UBUNTU: SAUCE: rteval: Handle max latency not found.

Signed-off-by: Kevin Becker <email address hidden>
Acked-by: Po-Hsu Lin <email address hidden>
Signed-off-by: Po-Hsu Lin <email address hidden>

82e2eb0... by Kevin Becker

UBUNTU: SAUCE: rteval: Remove unnecessary dep that was breaking on noble.

Signed-off-by: Kevin Becker <email address hidden>
Acked-by: Po-Hsu Lin <email address hidden>
Signed-off-by: Po-Hsu Lin <email address hidden>

e9f9b9a... by Po-Hsu Lin

UBUNTU: SAUCE: ubuntu_kvm_smoke_test: ensure openssh-client-hmac for X/B FIPS

BugLink: https://bugs.launchpad.net/bugs/2061365

We will need to install the openssh-client-hmac for this test after
enabling the fipsdevppa support in our infrastructure code.

Otherwise it will fail with:
    fips: mandatory checksum data missing - aborting

It appears this package is only available in X and B.

Signed-off-by: Po-Hsu Lin <email address hidden>
Acked-by: Magali Lemes <email address hidden>
Signed-off-by: Po-Hsu Lin <email address hidden>

2b56e36... by Po-Hsu Lin

UBUNTU: SAUCE: use https protocol for git clone

There is a firewall rule change in the Intel lab that prevent us to
run git clone command over git protocol.

Use https protocol instead to prevent hitting this issue in the future.

Signed-off-by: Po-Hsu Lin <email address hidden>
Acked-by: Sean Feole <email address hidden>
Signed-off-by: Po-Hsu Lin <email address hidden>

531d262... by Po-Hsu Lin

UBUNTU: SAUCE: ubuntu_nbd_smoke_test: split setup task out

BugLink: https://bugs.launchpad.net/bugs/2058925

Create a pseudo setup test to split the package installation stage out.
It'll make it easier for us to know which part of the test is failing.

Signed-off-by: Po-Hsu Lin <email address hidden>