summaryrefslogtreecommitdiff
path: root/automated/linux/ltp/skipfile-rpk
blob: b1a408ee1e8352ad3a2e6fa4f02d7b71ae4bd534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# oom01 tries to kill bash and python which are needed by our test script.
# Prevent oom01 from doing the above causes 'Kernel panic - not syncing: Out of memory and no killable processes...'
# The issue needs to be fixed from ltp. Refer to https://projects.linaro.org/browse/QA-1662
oom01 oom01

# By default, Debian installer will set the size of swap partition to the size
# of memory capacity. min_free_kbytes needs to occupy both memory and swap
# space. When memory size is large, this test takes hours to finish.
# For example, on D05 that 128G memory installed, this test takes 191 minutes.
# It can be finished, but just too long. It is possbile to customize
# partitioning steps to reduce swap partition size for this single test, but
# that is probably not wanted.
min_free_kbytes min_free_kbytes

# keyctl03 fails under automation but passes when run manually..
# https://bugs.linaro.org/show_bug.cgi?id=3451
keyctl03 keyctl03

# Known timing issue in test
# https://bugs.linaro.org/show_bug.cgi?id=3420
netns_breakns_ns_exec_ipv6_netlink netns_breakns.sh ns_exec ipv6 netlink
netns_breakns_ns_exec_ipv6_ioctl netns_breakns.sh ns_exec ipv6 ioctl
netns_breakns_ip_ipv6_netlink netns_breakns.sh ip ipv6 netlink
netns_breakns_ip_ipv6_ioctl netns_breakns.sh ip ipv6 ioctl
netns_comm_ns_exec_ipv6_netlink netns_comm.sh ns_exec ipv6 netlink
netns_comm_ns_exec_ipv6_ioctl netns_comm.sh ns_exec ipv6 ioctl
netns_comm_ip_ipv6_netlink netns_comm.sh ip ipv6 netlink
netns_comm_ip_ipv6_ioctl netns_comm.sh ip ipv6 ioctl