aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authoryaberauneya <yaberauneya>2009-10-14 21:00:19 +0000
committeryaberauneya <yaberauneya>2009-10-14 21:00:19 +0000
commit0b47edd4db625b13595c158c1eb58094bb67e3ff (patch)
tree4f703a679062c23fd672ae993a8c44ddb04427a8 /TODO
parent6f8d62a85371e67b148dd5278b819a3fd42d6dbb (diff)
Add note about check_pidns_enabled, check_mqns_enabled and check_netns_enabled as well.
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 14 insertions, 3 deletions
diff --git a/TODO b/TODO
index 942104578..51f770ad8 100644
--- a/TODO
+++ b/TODO
@@ -43,9 +43,12 @@ cutime=2 cstime=1
testcases/kernel/containers/container_test.sh:
-1. The check_for_unshare command was removed because it appeared to only be
- used at build time, but it appears to be used at runtime too. Maybe the
- logic that was removed should be added to the testcases that require it as a
+1. The check_for_unshare, check_mqns_enabled, check_pidns_enabled, and
+ check_netns_enabled commands applications were removed because (at first
+ glance) they appeared to only be used for conditional building when users
+ compiled LTP with the old makefile infrastructure. After inspecting the
+ runtime logs though, it appears to be used at runtime too. Maybe the logic
+ that was removed should be added to the testcases that require it as a
common file?
<<<test_start>>>
@@ -58,6 +61,14 @@ analysis=exit
Running utsns tests.
unshare tests
+/tests/ltp/testcases/bin/container_test.sh: line 49: check_pidns_enabled: command not found
+Process id namespaces not enabled in kernel. Not running pidns tests.
+/tests/ltp/testcases/bin/container_test.sh: line 57: check_mqns_enabled: command not found
+Posix message queues or ipc namespaces not enabled in kernel.
+Not running mqns tests.
+/tests/ltp/testcases/bin/container_test.sh: line 66: check_netns_enabled: command not found
+Network namespaces not enabled in kernel. Not running netns tests.
+
testcases/kernel/controllers/memcg/functional/Makefile:
1. For whatever reason this Makefile's are calling up relative CPPFLAGS
(the old ../../../../include value) for -I$(include), despite the fact that