#74: New command class for setting interfaces up/down -------------------------+------------------ Reporter: rpazdera | Owner: Type: enhancement | Status: new Priority: major | Milestone: Component: lnst-ctl | Version: Keywords: | Blocked By: Blocking: | -------------------------+------------------ `lnst-ctl` should be able to turn an interface up or down during the runtime of a command sequence. This feature could be used to easily simulate networking failures in test cases.
The command could also have an option called 'after' or 'interval' which would be a time range, after which would the controller turn the interface off.
See the example bellow: {{{ <command machine="peanut" type="ifctl" value="iface2"> <options> <option name="state" value="down"/> <option name="wait_min" value="10"/> <option name="wait_max" value="15"/> </options> </command> }}}
#74: New command class for setting interfaces up/down --------------------------+-------------------- Reporter: rpazdera | Owner: Type: enhancement | Status: closed Priority: major | Milestone: Component: lnst-ctl | Version: Resolution: duplicate | Keywords: Blocked By: | Blocking: --------------------------+-------------------- Changes (by rpazdera):
* status: new => closed * resolution: => duplicate
Comment:
Moved to github: https://github.com/jpirko/lnst/issues/10
lnst-developers@lists.fedorahosted.org