Lines Matching refs:functional
13 [Documentation] Return functional or active state of the software (i.e. True/False).
29 ${functional}= Run Keyword And Return Status
33 Return From Keyword If '${functional}' == 'False' ${functional}
35 # WHen the functional and backup firmware versions are same, this ensure, we rightly set the
36 # test inventory dictionary for the firmware functional status.
41 RETURN ${functional}
46 ... The ActiveSoftwareImage id is the current functional BMC firmware.
52 # This attribute tells which is the firmware version currently functional.
68 [Documentation] Return dictionary of the image type, version and functional state
77 # [functional]: True
82 # [functional]: True
87 # [functional]: False
107 ${functional}= Get Software Functional State ${uri_path.split("/")[-1]}
109 Set To Dictionary ${tmp_dict} functional ${functional}
127 # [functional]: True
147 [Documentation] Get BMC functional firmware details.
169 [Documentation] Get BMC non functional firmware details.
176 ${resp}= Filter Struct ${sw_inv} [('functional', ${functional_state})]
188 [Documentation] Get BMC non functional firmware details.
198 Run Keyword If '${sw_inv['${key}']['functional']}' == '${functional_state}'
290 [Documentation] Switch the backup firmware image to make functional.