Skip to content

Commit

Permalink
testcase: kselftest: move seccomp
Browse files Browse the repository at this point in the history
Move secomp from kselftest-short-run-7 to short-run-4.

Signed-off-by: Anders Roxell <[email protected]>
  • Loading branch information
roxell committed Mar 8, 2024
1 parent 59a1cc6 commit 6f46af5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lava_test_plans/testcases/kselftest-short-run-4.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "testcases/templates/kselftest.yaml.jinja2" %}

{% set guestfs_size = 1024 %}
{% set testnames = ['lib', 'memory-hotplug', 'mount', 'seccomp', 'splice', 'static_keys', 'sync', 'sysctl'] %}
{% set testnames = ['lib', 'memory-hotplug', 'mount', 'splice', 'static_keys', 'sync', 'sysctl'] %}
{% set test_timeout = 45 %}
4 changes: 2 additions & 2 deletions lava_test_plans/testcases/kselftest-short-run-7.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "testcases/templates/kselftest.yaml.jinja2" %}

{% set guestfs_size = 1024 %}
{% set testnames = ['net', 'net.mptcp', 'tc-testing'] %}
{% set test_timeout = 40 %}
{% set testnames = ['net', 'net.mptcp', 'seccomp', 'tc-testing'] %}
{% set test_timeout = 90 %}

0 comments on commit 6f46af5

Please sign in to comment.