aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-03Merge branch 'python2-support'HEADmasterMilosz Wasilewski
2015-07-02Sync with upstream and compatible with python2Chase Qi
2015-06-03Merge branch 'master' of git://git.infradead.org/users/dhowells/unionmount-te...Milosz Wasilewski
2015-05-14unionmount-testsuite: test rmdir of non-empty opaque dirMiklos Szeredi
2015-05-14testsuite: overlayfs -> overlayMiklos Szeredi
2015-04-22Added check for directory existenceMilosz Wasilewski
2014-07-10Fix the Makefile: there's nothing now to build and little to clean upDavid Howells
2014-06-25Hardlinking symlink testDavid Howells
2014-06-25Fix symlink trackingDavid Howells
2014-06-25Add an inode abstraction to handle hard linking betterDavid Howells
2014-06-25Add more circular mass-rename testsDavid Howells
2014-06-25Unmount previously mounted filesystems for overlayfsDavid Howells
2014-06-25Fix the rename-move-dir test for the non-overlay caseDavid Howells
2014-06-24Add mass rename testsDavid Howells
2014-06-24Add hardlink testsDavid Howells
2014-06-24Add rename testsDavid Howells
2014-06-24Run the subtests in the order they're defined in the test scriptDavid Howells
2014-06-24Fix the encoding/decoding between strings and bytes/bytearraysDavid Howells
2014-06-19Simplify subtest functionsDavid Howells
2014-06-19When setting up a unionmount, need to catch the error from the unmountDavid Howells
2014-06-19The system() toolbox function needs to return True if successfulDavid Howells
2014-06-19The unionmount selection flag should be consistent (as --um)David Howells
2014-06-09Make no-union (--no) flag workDavid Howells
2014-06-09More rmdir subtestsDavid Howells
2014-06-07Make the command line calling options workingDavid Howells
2014-06-07Store read/write data as strings rather than as a bytearrayDavid Howells
2014-06-07Get config object from ctx.config() rather than by importing settings moduleDavid Howells
2014-06-06Create a config class to hold data and stop importing the settings moduleDavid Howells
2014-06-05Implement Python test context class and drive test scripts with itDavid Howells
2014-06-05Recode test scripts in Python (Scripted)David Howells
2014-06-05Clean up the test scripts prior to automatic conversionDavid Howells
2014-06-05Switch to operating in PythonDavid Howells
2014-06-05Add partial rmdir scriptDavid Howells
2014-06-03Add mkdir testsDavid Howells
2014-05-30Make presence or absence of a terminal slash configurableDavid Howells
2014-05-30Add a .gitignore fileDavid Howells
2014-05-30Handle termslash=/ in the open_file_as_bin() shell func the same as open_file()David Howells
2014-05-30Clear the target mountpoint on unionmount before setting upDavid Howells
2014-05-30Interleave the "terminal slash" tests with the "non-terminal slash" testsDavid Howells
2014-05-29Fix overlayfs layer checkingDavid Howells
2014-05-29Add a README file and a LICENCE.GPL fileDavid Howells
2014-05-29Split variables for union and lower mount paths and introduce unmount scriptDavid Howells
2014-05-29Stop processing immediately if the taint flags changeDavid Howells
2014-05-29Name the layers so they appear different in /proc/mountsDavid Howells
2013-07-31Add an unlink testDavid Howells
2013-07-30Add readlink checksDavid Howells
2013-07-30Drop incomplete, redundant testDavid Howells
2013-07-30Add support for doing all tests with "/" appended to the test filename(s)David Howells
2013-07-30Put -E xxx markers on open_file, not assert_is_upperDavid Howells
2013-07-30Show the test scriptlet being runDavid Howells