summaryrefslogtreecommitdiffstats
path: root/testsuite/Testlib/TestClient/TestTools/TestPOSIX/Testbase.py
Commit message (Collapse)AuthorAgeFilesLines
* reorganized testsuite to allow tests on stuff outside of srcChris St. Pierre2012-09-041-991/+0
|
* removed relative imports from testsuite for py2.4 compatChris St. Pierre2012-08-231-3/+13
|
* fixed imports from test commonChris St. Pierre2012-08-221-1/+2
|
* tweaked tests for python 2.5Chris St. Pierre2012-08-221-1/+3
|
* fixed conditional patching of pylibacl/selinux methods for py2.6Chris St. Pierre2012-08-221-258/+255
|
* removed context managers from unit testsChris St. Pierre2012-08-211-248/+246
|
* lots of various py3k fixesChris St. Pierre2012-08-211-3/+3
|
* attempt to get tests working under python 2.6Chris St. Pierre2012-08-211-7/+7
|
* made POSIX subtool tests inherit from base POSIX tool testsChris St. Pierre2012-08-161-25/+32
|
* use common test libs for POSIX testsChris St. Pierre2012-08-161-28/+28
|
* fix _verify_metadata() when selinux libs not installedChris St. Pierre2012-08-161-24/+34
|
* POSIX:Chris St. Pierre2012-08-151-0/+966
refactored POSIX tool into multiple files to make it more manageable Added unit tests for POSIX tool and sub-tools fixed ACL handling for filesystems mounted noacl