Home
last modified time | relevance | path

Searched refs:image_purpose (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dcode_update_utils.py44 def verify_no_duplicate_image_priorities(image_purpose): argument
55 "Get Software Objects " + "version_type=" + image_purpose
279 image_purpose = get_image_purpose(image_path + "MANIFEST")
281 image_purpose == var.VERSION_PURPOSE_BMC
282 or image_purpose == var.VERSION_PURPOSE_HOST
304 gp.print_var(image_purpose)
H A Dcode_update_utils.robot295 [Arguments] ${image_file_path} ${image_purpose}
299 # image_purpose The purpose in the image's MANIFEST file.
302 Verify No Duplicate Image Priorities ${image_purpose}