Lines Matching full:image
2 Documentation Firmware image (BMC and Host) upload test using TFTP protocol.
6 # IMAGE_FILE_NAME The BMC or Host image file name.
9 # Enabled -> Image is installed and either functional or active.
10 # Disabled -> Image installation failed or ready for activation.
11 # Updating -> Image installation currently in progress.
34 [Documentation] Download image to BMC using TFTP with OnReset policy and verify installation.
43 [Documentation] Download image to BMC using TFTP with Immediate policy and verify installation.
52 … [Documentation] Download image to BMC using ImageURI with OnReset policy and verify installation.
61 …[Documentation] Download image to BMC using ImageURI with Immediate policy and verify installatio…
69 Install Same Image Two Times
70 [Documentation] Install firmware image and re-try using the same image which should fail.
89 [Documentation] Download image to BMC using TFTP with ApplyTime policy and verify installation.
101 # Download image from TFTP server to BMC.
106 # Wait for image tar file to download complete.
107 ${image_id}= Wait Until Keyword Succeeds 180 sec 10 sec Get Latest Image ID
110 # Let the image get extracted and it should not fail.
112 Check Image Update Progress State match_state='Disabled', 'Updating' image_id=${image_id}
114 # Get image version currently installation in progress.
115 ${install_version}= Get Firmware Image Version image_id=${image_id}
118 Check Image Update Progress State match_state='Updating' image_id=${image_id}
120 # Wait for the image to install complete.
122 ... Check Image Update Progress State match_state='Enabled' image_id=${image_id}
124 Run Key ${post_code_update_actions['BMC image']['${policy}']}
126 # Verify the image is installed and functional.
134 …[Documentation] Download image to BMC using ImageURI with ApplyTime policy and verify installatio…
146 # Download image from TFTP server via ImageURI to BMC.
151 # Wait for image tar file download to complete.
152 ${image_id}= Wait Until Keyword Succeeds 180 sec 10 sec Get Latest Image ID
155 # Let the image get extracted and it should not fail.
157 Check Image Update Progress State match_state='Disabled', 'Updating' image_id=${image_id}
159 ${install_version}= Get Firmware Image Version image_id=${image_id}
162 Check Image Update Progress State match_state='Updating' image_id=${image_id}
164 # Wait for the image to install complete.
166 ... Check Image Update Progress State match_state='Enabled' image_id=${image_id}
168 Run Key ${post_code_update_actions['BMC image']['${policy}']}
170 # Verify the image is installed and functional.
178 [Documentation] Download same image twice to BMC via ImageURI. Second attempt would fail.
184 # image_file_name Image file name.
188 # Download image from TFTP server via ImageURI to BMC.
192 ${image_version}= Get Image Version From TFTP Server ${tftp_server} ${image_file_name}
197 ${image_id}= Wait Until Keyword Succeeds 180 sec 10 sec Get Latest Image ID
200 Check Image Update Progress State match_state='Enabled' image_id=${image_id}