summaryrefslogtreecommitdiffstats
path: root/commands/storage/test
Commit message (Collapse)AuthorAgeFilesLines
* Fixed MD RAID tests, sometimes there is no 'hostname:' in RAID ↵Jan Safranek2014-03-101-2/+2
| | | | /dev/disk/by-id/ symlink.
* tests: provide default username and password for cimom authenticationJan Synacek2014-02-261-0/+2
| | | | | Otherwise shell breaks, for example when the password is provided but the username is not.
* tests: quote host urlJan Synacek2014-02-261-1/+1
| | | | | Don't let the shell interpret special characters in passwords, usernames or hostnames.
* Merge pull request #52 from jsafrane/devel/storage-test-runMichal Minar2014-02-202-0/+73
|\ | | | | Add README and test runner for storage tests.
| * Add README and test runner for storage tests.Jan Safranek2014-02-192-0/+73
| |
* | Add LUKS scripts.Jan Safranek2014-02-181-0/+100
|/
* Do not show DeviceID in lists.Jan Safranek2014-02-176-34/+27
| | | | | | | | DeviceID is internal OpenLMI ID to identify block devices. It's quite long and most admins will use '/dev/sda' (or just 'sda') anyway, so let's remove it from all 'list' commands output. 'show' command will show it, if anybody is interested.
* Introduce 'lmi storage' multiplexer.Jan Safranek2014-02-177-92/+92
| | | All storage commands are now under 'lmi storage'.
* Updated copyright yearPeter Schiffer2014-01-298-8/+8
|
* Fixed RAID tests.Jan Safranek2014-01-211-2/+2
| | | | | - the RAID might be rebuilding when we query its status - the RAID should not exists when we remove it
* Show file system names in lower case.Jan Safranek2014-01-211-1/+1
|
* Add tests for 'lmi storage' and 'lmi mount'.Jan Safranek2013-11-192-0/+355
| | | Also fix discovered errors.
* Add some basic tests.Jan Safranek2013-11-196-0/+670