You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ondrej Lichtner edited this page Oct 10, 2013
·
2 revisions
1. Basic description
This test is used to simulate a failure of an LNST command. As such it does not parse any options or do anything else. It will always fail with a message "what else did you expect?".
2. Options
The module doesn't parse any options.
3. Usage Example
Add the following command to your command sequence.
<runmodule="DummyFailing"host="testmachine1"/>
4. Results
2013-09-18 14:33:43 (127.0.0.1) INFO: Executing command: [type(test), module(DummyFailing), machine(1)]
2013-09-18 14:33:43 (127.0.0.1) INFO: Result: FAIL
2013-09-18 14:33:43 (127.0.0.1) INFO: Result data:
2013-09-18 14:33:43 (127.0.0.1) INFO: msg: what else did you expect?