Add integration test suite
authorMartin Pitt <martin.pitt@ubuntu.com>
Sat, 5 Nov 2011 19:57:26 +0000 (15:57 -0400)
committerMartin Pitt <martin.pitt@ubuntu.com>
Sat, 5 Nov 2011 19:57:26 +0000 (15:57 -0400)
commitfa893b3bc66b642706f399e3f61177076430c566
treebb39707dbb13ce09259233a3f960284150687010
parentfb2c773eda4f98cf33c6ec24f44b7fc171939512
Add integration test suite

This is the beginning of porting udisks1's "tests/run" integration test suite.
When running the suite from the source tree, this tests the daemon and library
from source tree; falls back on the installed system ones otherwise.

Currently covered are:

 - Creation and label handling on all supported file systems (including swap
   and empty)
 - cleanup after drive removal without unmount
 - UDisksDrive properties
 - picks up changes from command line tools like mkfs
 - correct file/dir/mountpoint permissions
 - SMART
src/tests/integration-test [new file with mode: 0755]