summaryrefslogtreecommitdiffstats
path: root/tests/mock
Commit message (Expand)AuthorAgeFilesLines
* Copy /etc/multipath/wwids to the sysimage.Ales Kozumplik2011-08-162-1/+2
* We also need to catch ValueError on mock.disk.TestFile.__del__.Chris Lumens2011-08-011-1/+1
* ut: cleanup the taking-over-io mechanism.Ales Kozumplik2011-07-272-32/+26
* edd: do not traceback when can not find the respective pci device.Ales Kozumplik2011-07-261-0/+9
* unit tests: provide 'glob.glob' and 'os.listdir' in the DiskIO class.Ales Kozumplik2011-07-041-9/+39
* Remove trailing whitespace in file tests/mock/mock.py.Ales Kozumplik2011-05-231-31/+31
* Fix open method in mock/disk.py.Tomas Mlcoch2011-02-141-6/+11
* Improve of mock/disk.py.Tomas Mlcoch2011-02-141-1/+16
* Tag tests as slow or acceptance tests and split full testing from devel unit ...Martin Sivak2011-02-141-0/+10
* tearDown -> tearDownModules.Chris Lumens2010-06-211-1/+1
* Improve module cleanup in our TestCase class and fix issues in FS mock class.Martin Sivak2010-05-311-2/+6
* Structure the repo layout so it matches final structure better and make isys ...Martin Sivak2010-05-312-6/+25
* Improve module cleanup in our TestCase class and fix issues in FS mock class.Martin Sivak2010-05-202-5/+27
* Add Mock classesMartin Sivak2010-05-143-0/+405