blob: 523330188dffb3100723ec8fde15f666951c6bee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
Tests Description
=================
Tests for storage subcommand of lmi meta-command.
Dependencies
------------
* bash
* beakerlib
* openlmi-tools
* openlmi-scripts-storage, which will be tested
Run
---
Install and run any CIM broker on this or any remote host. Ensure that lmishell
can connect to it. Export these variables:
Export these variables:
* LMI_CIMOM_URL
* LMI_CIMOM_USERNAME
* LMI_CIMOM_PASSWORD
* LMI_STORAGE_DISK
* LMI_STORAGE_PARTITIONS
See https://fedorahosted.org/openlmi/wiki/TestGuidelines for details.
Execute:
$ ./run.sh
|