state.py changes:
- Created standby_match_state state constant.
- Created return_state_constant function.
- wait_state:
- Added support for match_state equal to name of state constant
(e.g. "standby_match_state").
- Added try/except code around wait_until_keyword_succeeds so that
wait_state can get control before failing. This is necessary to
keep the "#" output looking correct.
- wait_for_comm_cycle:
- Added support for quiet parm.
- Increased some time-out values.
- Removed OBMC State Version 0 code.
Change-Id: I63d42b8322222f3c731c04a711139ad56fd4cff8
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
1 file changed