summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation outside of source directoryJan Safranek2009-12-161-1/+1
* Enable get_all_controller testIvana Hutarova Varekova2009-12-162-2/+3
* Remove warnings from test_functions.cJan Safranek2009-08-292-3/+6
* Remove unnecessary includes from libcgroup.hJan Safranek2009-08-291-1/+2
* libcgroup: Use the correct data type in the get_all_controller test caseDhaval Giani2009-08-061-0/+34
* Add a new test command "proctest".Ken'ichi Ohmichi2009-06-292-1/+54
* libcgroup: Add get_mount_point test caseDhaval Giani2009-06-261-0/+49
* libcgroup: Introduce an API to get the mount point of a specific subsystemDhaval Giani2009-06-261-1/+2
* libcgroup: Introduce get_controller APIDhaval Giani2009-06-182-1/+36
* libcgroup: Use double pointers everywhere in the get_task APIsDhaval Giani2009-06-181-5/+4
* libcgroup: Introduce post order walkDhaval Giani2009-06-181-0/+27
* libcgrouptest: Fix the cgroup_dbg macroDhaval Giani2009-05-181-1/+1
* Merge branch 'master' of ssh://balbir_singh@libcg.git.sourceforge.net/gitroot...Balbir Singh2009-04-242-1/+52
|\
| * libcgroup: Add test cases for new get_task APIDhaval Giani2009-04-222-1/+52
* | Remove autogenerated files and update documentation. More documentationBalbir Singh2009-04-011-600/+0
|/
* Here is the v2 of the patch which introduces APIs to read controllerBharata B Rao2009-04-013-4/+97
* Rework the way how so version is definedJan Safranek2009-03-261-3/+5
* Generate everythingautomakeJan Safranek2009-03-261-0/+586
* Add warrning when test script is started by normal userJan Safranek2009-03-261-0/+7
* Fix runlibcgrouptest.sh exit codesJan Safranek2009-03-261-5/+10
* Make runlibcgrouptest.sh executableJan Safranek2009-03-261-0/+0
* Add automake makefilesJan Safranek2009-03-261-0/+15
* Remove tests/MakefileJan Safranek2009-03-261-38/+0
* Feature: Provide new libcgroup walk tree APIDhaval Giani2009-02-282-1/+95
* libcgroup test: Change dbg to cgroup_dbgDhaval Giani2009-02-273-5/+21
* libcgrouptest: rename get_controller() to is_subsystem_enabled()Dhaval Giani2009-01-143-4/+4
* libcgrouptest: open may fail wrt permissions, so use statDhaval Giani2009-01-091-8/+17
* libcgrouptest: let check_task() receive a pid as argumentDhaval Giani2009-01-092-5/+9
* libcgrouptest:attach exclusive pid support in test_cgroup_attach_task() functionDhaval Giani2009-01-093-15/+24
* libcgrouptest: Move functions into a new file to reuseDhaval Giani2009-01-094-747/+917
* libcgrouptest: Avoid external variables usageDhaval Giani2009-01-092-94/+139
* libcgrouptest: Cleanup valgrind output for libcgroup testsDhaval Giani2009-01-051-17/+34
* libcgrouptest: Initialize uninitialized pointers in test casesDhaval Giani2009-01-021-2/+2
* libcgrouptest: Change the dynamic creation of messages to static 2d arrayDhaval Giani2008-12-302-124/+26
* libcgroup: test for cgroup_add/free_controllerDhaval Giani2008-12-222-0/+33
* libcgroup: test for cgroup_get_cgroupDhaval Giani2008-12-222-28/+76
* libcgroup: one more test for cgroup_get_cgroupDhaval Giani2008-12-221-0/+11
* libcgroup: replace numbers by meaningful macrosDhaval Giani2008-12-222-72/+114
* libcgroup: create function for cgroup_modify_cgroupDhaval Giani2008-12-222-100/+119
* libcgroup: create function for cgroup_delete_cgroupDhaval Giani2008-12-222-122/+72
* libcgroup: create function for cgroup_create_cgroupDhaval Giani2008-12-222-125/+76
* libcgroup: adds warning messages in libcgroup testcasesDhaval Giani2008-12-221-9/+15
* libcgroup: cleanup: remove redundant parameter to functionDhaval Giani2008-12-222-16/+16
* libcgroup: create function for cgroup_new_cgroupDhaval Giani2008-12-222-135/+145
* libcgroup: libcgroup testcases for cgroup_get_cgroupDhaval Giani2008-12-222-1/+38
* libcgroup: libcgroup testcases for compare_cgroupDhaval Giani2008-12-222-0/+69
* libcgroup Test:Balbir Singh2008-12-171-6/+6
* libcgroup Test: add messageBalbir Singh2008-12-172-1/+4
* libcgroup Test: change control valueBalbir Singh2008-12-171-3/+3
* libcgroup Test: address earlier commentsBalbir Singh2008-12-171-3/+3