#
073f8add |
| 02-Mar-2017 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Corrected the logic to set version variable.
Earlier logic was to check org interface to decide. As older org interfaces are always present, automation code was always taking org interface.
Now wit
Corrected the logic to set version variable.
Earlier logic was to check org interface to decide. As older org interfaces are always present, automation code was always taking org interface.
Now with changes we take decision based on xyz interface. So if xyz interface available, we set version variable to 1 else 0.
Also corrected setting OBMC_STATES_VERSION to 0 for old interface and 1 for new xyz interface.
Resolves openbmc/openbmc-test-automation#387
Change-Id: I4699be2d5650cc9ffcc1c6265bce2f695a5b8516 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
show more ...
|
#
d01596ec |
| 20-Feb-2017 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Added a keyword to check "quiesced state".
Resolves openbmc/openbmc-test-automation#322
Change-Id: I2b83aece68da083e625a0473087df3fa7c783d48 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.
Added a keyword to check "quiesced state".
Resolves openbmc/openbmc-test-automation#322
Change-Id: I2b83aece68da083e625a0473087df3fa7c783d48 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
show more ...
|
#
43a021fb |
| 30-Jan-2017 |
George Keishing <gkeishin@in.ibm.com> |
Code update compatibility check
The aim here is to seamlessly make code update available for both old interface and new (i.e. "org" and "xyz").
The logic is based on if the old org power control pa
Code update compatibility check
The aim here is to seamlessly make code update available for both old interface and new (i.e. "org" and "xyz").
The logic is based on if the old org power control path exists. If it does exist, continue to use the old keywords, else switch to new xyz keywords.
Resolves openbmc/openbmc-test-automation#306
Change-Id: I05829f61538e26bbc4b3724d2e6f64fd5b670832 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
2f8de6c4 |
| 17-Jan-2017 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
New BMC state related interfaces
The changes introduce the following: - New keywords to check and put BMC in required state.
Change-Id: Icbdc8ccf494f5921b7cc7971ee936f372c0c813a Signed-off-by: R
New BMC state related interfaces
The changes introduce the following: - New keywords to check and put BMC in required state.
Change-Id: Icbdc8ccf494f5921b7cc7971ee936f372c0c813a Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
show more ...
|
#
bec365b6 |
| 19-Jan-2017 |
George Keishing <gkeishin@in.ibm.com> |
State manager variables
The variables defined earlier in state_manager.robot are now moved to data/variables.py.
Resolves openbmc/openbmc-test-automation#274
Change-Id: If8e80bc27a719132fb0c906fba
State manager variables
The variables defined earlier in state_manager.robot are now moved to data/variables.py.
Resolves openbmc/openbmc-test-automation#274
Change-Id: If8e80bc27a719132fb0c906fba90fedeaf4af663 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
59d6cb45 |
| 19-Jan-2017 |
George Keishing <gkeishin@in.ibm.com> |
Chassis and Host state string
The Chassis and Host state is a full Dbus string.
Example : xyz.openbmc_project.State.Host.HostState.Off xyz.openbmc_project.State.Host.HostState.Running xyz.openbmc_p
Chassis and Host state string
The Chassis and Host state is a full Dbus string.
Example : xyz.openbmc_project.State.Host.HostState.Off xyz.openbmc_project.State.Host.HostState.Running xyz.openbmc_project.State.Chassis.PowerState.Off xyz.openbmc_project.State.Chassis.PowerState.On
With this change, the state is pruned off to return the states as On/Off/Running.
Resolves openbmc/openbmc-test-automation#288
Change-Id: Ie6b41dd8353e32deca015f98852eb86b82a3a92b Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
b88df3d5 |
| 10-Jan-2017 |
George Keishing <gkeishin@in.ibm.com> |
Power on and off new interface
The changes introduce the following: - New state manager file - Variables are local and will get moved out eventually - New keywords for Power on and off -
Power on and off new interface
The changes introduce the following: - New state manager file - Variables are local and will get moved out eventually - New keywords for Power on and off - New supporting keywords for state check
Resolves openbmc/openbmc-test-automation#269
Change-Id: I8cd0f975749078f76174c5c4872b2b915b973fa5 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|