utils.robot (f5fec0d29370f8905aeccfee128c76abeef94231) | utils.robot (b910d89b290e89651e194371d532684d1e708ac7) |
---|---|
1*** Settings *** 2 3Documentation Utilities for Robot keywords that use REST. 4 5Resource ../lib/resource.robot 6Resource ../lib/rest_client.robot 7Resource ../lib/connection_client.robot 8Resource ../lib/boot_utils.robot --- 919 unchanged lines hidden (view full) --- 928 ${standby_states}= Create Dictionary 929 ... bmc=Enabled 930 ... chassis=Off 931 ... host=Disabled 932 ... boot_progress=None 933 934 Wait Until Keyword Succeeds 3 min 10 sec Redfish Get States 935 | 1*** Settings *** 2 3Documentation Utilities for Robot keywords that use REST. 4 5Resource ../lib/resource.robot 6Resource ../lib/rest_client.robot 7Resource ../lib/connection_client.robot 8Resource ../lib/boot_utils.robot --- 919 unchanged lines hidden (view full) --- 928 ${standby_states}= Create Dictionary 929 ... bmc=Enabled 930 ... chassis=Off 931 ... host=Disabled 932 ... boot_progress=None 933 934 Wait Until Keyword Succeeds 3 min 10 sec Redfish Get States 935 |
936 Wait Until Keyword Succeeds 1 min 10 sec Match State ${standby_states} | 936 Wait Until Keyword Succeeds 2 min 10 sec Match State ${standby_states} |
937 938 939Match State 940 [Documentation] Check if the expected and current states are matched. 941 [Arguments] ${match_state} 942 943 # Description of argument(s): 944 # match_state Expected states in dictionary. --- 44 unchanged lines hidden --- | 937 938 939Match State 940 [Documentation] Check if the expected and current states are matched. 941 [Arguments] ${match_state} 942 943 # Description of argument(s): 944 # match_state Expected states in dictionary. --- 44 unchanged lines hidden --- |