diff mbox series

[kernel-testing] lib/testsprops.py: add ubuntu_unionmount_overlayfs_suite to dep8 testing

Message ID 20190531070916.17130-1-po-hsu.lin@canonical.com
State New
Headers show
Series [kernel-testing] lib/testsprops.py: add ubuntu_unionmount_overlayfs_suite to dep8 testing | expand

Commit Message

Po-Hsu Lin May 31, 2019, 7:09 a.m. UTC
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@canonical.com>
---
 lib/testsprops.py | 1 +
 1 file changed, 1 insertion(+)

Comments

Po-Hsu Lin June 12, 2019, 9:33 a.m. UTC | #1
Applied and pushed.

Thanks
Sam
diff mbox series

Patch

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',