[kernel-testing][PATCH] lib/testsprops.py: add ubuntu_unionmount_overlayfs_suite to dep8 testing
Po-Hsu Lin
po-hsu.lin at canonical.com
Fri May 31 07:09:16 UTC 2019
BugLink: https://bugs.launchpad.net/bugs/1387334
This test was requested to be added to the dep8 testing list by Tim.
It's been running in the regression-testing for a while, an example
output could be found here: https://pastebin.ubuntu.com/p/8qgDWDwrKh/
This test will take about 5 second to run, so the overhead cost to dep8
is minimal.
Signed-off-by: Po-Hsu Lin <po-hsu.lin at canonical.com>
---
lib/testsprops.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/testsprops.py b/lib/testsprops.py
index 8d7e19d..d00c63c 100644
--- a/lib/testsprops.py
+++ b/lib/testsprops.py
@@ -360,38 +360,39 @@ TestCollections = {
'dep8' : [
'ubuntu_qrt_kernel_hardening',
'ubuntu_qrt_kernel_panic',
'ubuntu_qrt_kernel_security',
'ubuntu_qrt_kernel_aslr_collisions',
'ubuntu_qrt_apparmor',
'ubuntu_kernel_selftests',
'ubuntu_aufs_smoke_test',
'ubuntu_stress_smoke_test',
'ubuntu_zfs_smoke_test',
# 'ubuntu_fan_smoke_test',
'ubuntu_squashfs_smoke_test',
'ubuntu_cve_kernel',
'ubuntu_zram_smoke_test',
'ubuntu_nbd_smoke_test',
'ubuntu_quota_smoke_test',
'ubuntu_ramfs_stress',
'ubuntu_vfat_stress',
'ubuntu_blkdev_directio',
+ 'ubuntu_unionmount_overlayfs_suite',
],
# The set of tests that Ubuntu Engineering QA run.
#
'qrt' : [
'ubuntu_qrt_kernel_hardening',
'ubuntu_qrt_kernel_panic',
'ubuntu_qrt_kernel_security',
'ubuntu_qrt_kernel_aslr_collisions',
'ubuntu_qrt_apparmor',
],
'smoke' : [
'ubuntu_aufs_smoke_test',
'ubuntu_stress_smoke_test',
'ubuntu_zfs_smoke_test',
'ubuntu_fan_smoke_test',
'ubuntu_squashfs_smoke_test',
'ubuntu_loop_smoke_test',
--
2.17.1
More information about the kernel-team
mailing list