-
Notifications
You must be signed in to change notification settings - Fork 32
DummyFailing
Ondrej Lichtner edited this page Oct 10, 2013
·
2 revisions
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?".
The module doesn't parse any options.
Add the following command to your command sequence.
<run module="DummyFailing" host="testmachine1"/>
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?