]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
tests: Added cgconfig tests
authorJan Safranek <jsafrane@redhat.com>
Thu, 3 Nov 2011 09:50:11 +0000 (10:50 +0100)
committerJan Safranek <jsafrane@redhat.com>
Thu, 3 Nov 2011 09:50:11 +0000 (10:50 +0100)
commita9c22a2f048d029d4426ede625c3f6186e0fb2cc
tree5b5bd813f1d0141bd1f94648a1b74efe22874d54
parent4b8a77b25767a93a51458f6a01f59878c5b71000
tests: Added cgconfig tests

There are two tests:
 - cgclear_config_one - tests cgclear with one config file, incl. several error
   cases
 - cgclear_config_multi - tests cgclear with multiple config files, not so
   many error cases here

Signed-off-by: Jan Safranek <jsafrane@redhat.com>
13 files changed:
tests/tools/cgconfigparser/Makefile.am
tests/tools/cgconfigparser/cgclear/cgclear_config_multi_1.conf [new file with mode: 0644]
tests/tools/cgconfigparser/cgclear/cgclear_config_multi_2.conf [new file with mode: 0644]
tests/tools/cgconfigparser/cgclear/cgclear_config_multi_3.conf [new file with mode: 0644]
tests/tools/cgconfigparser/cgclear/cgclear_config_one.conf [new file with mode: 0644]
tests/tools/cgconfigparser/cgclear_config_multi [new file with mode: 0755]
tests/tools/cgconfigparser/cgclear_config_one [new file with mode: 0755]
tests/tools/cgconfigparser/cgconfigparser_multiconfig [new file with mode: 0755]
tests/tools/cgconfigparser/multiconfig/1.conf [new file with mode: 0644]
tests/tools/cgconfigparser/multiconfig/2.conf [new file with mode: 0644]
tests/tools/cgconfigparser/multiconfig/3.conf [new file with mode: 0644]
tests/tools/cgconfigparser/multiconfig/4.conf [new file with mode: 0644]
tests/tools/cgconfigparser/multiconfig/5.conf [new file with mode: 0644]