diff options
Diffstat (limited to 'recipes-containers/lxc/files/run-ptest')
| -rw-r--r-- | recipes-containers/lxc/files/run-ptest | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/recipes-containers/lxc/files/run-ptest b/recipes-containers/lxc/files/run-ptest index 196adb04..278107d9 100644 --- a/recipes-containers/lxc/files/run-ptest +++ b/recipes-containers/lxc/files/run-ptest | |||
| @@ -12,9 +12,15 @@ blacklist="$blacklist lxc-test-apparmor" | |||
| 12 | blacklist="$blacklist lxc-test-apparmor-mount" | 12 | blacklist="$blacklist lxc-test-apparmor-mount" |
| 13 | #lxc-test-get_item would report Built without AppArmor support error | 13 | #lxc-test-get_item would report Built without AppArmor support error |
| 14 | blacklist="$blacklist lxc-test-get_item" | 14 | blacklist="$blacklist lxc-test-get_item" |
| 15 | # These currently hang so skip them until someone fixes them up | 15 | # This is a broken case, also fails on opensuse, already reported to |
| 16 | blacklist="$blacklist lxc-test-shutdowntest" | 16 | # upstream https://github.com/lxc/lxc/issues/4296 |
| 17 | blacklist="$blacklist lxc-test-state-server" | 17 | blacklist="$blacklist lxc-test-no-new-privs" |
| 18 | # lxc doesn't adapt the criu's new mount flag, that cause restore fails | ||
| 19 | # already reported to upstream https://github.com/lxc/lxc/issues/4435 | ||
| 20 | blacklist="$blacklist lxc-test-checkpoint-restore" | ||
| 21 | # if we run "run-ptest" under /usr/lib64/lxc/ptest, the result is normal | ||
| 22 | # but it would be failed when using "ptest-runner lxc" | ||
| 23 | blacklist="$blacklist lxc-test-usernic" | ||
| 18 | 24 | ||
| 19 | # Tests in firstrunlist will be run first | 25 | # Tests in firstrunlist will be run first |
| 20 | firstrunlist="" | 26 | firstrunlist="" |
