blob: baad8101a1f7c99710c53be5a293e5423ce7e130 (
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
|
Tests Description
=================
Here are tests for 'lmi net' commands.
Dependencies
------------
* bash
* beakerlib
* openlmi-tools
* tested openlmi-scripts
Run
---
Install and run any CIM broker on this or any remote host. Ensure that lmishell
can connect to it. Export these variables:
* LMI_CIMOM_URL
* LMI_CIMOM_USERNAME
* LMI_CIMOM_PASSWORD
* LMI_NETWORKING_PORTS
See https://fedorahosted.org/openlmi/wiki/TestGuidelines for details.
Execute:
$ ./test_net.sh
|