mirror of
https://github.com/Dasharo/open-source-firmware-validation.git
synced 2026-06-13 10:16:18 -07:00
platform-configs: Update Power On impls docs
Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>
This commit is contained in:
@@ -120,4 +120,5 @@ ${BOOT_FROM_USB_ITERATIONS_NUMBER}= 5
|
||||
|
||||
*** Keywords ***
|
||||
Power On
|
||||
[Documentation] Implementation of keywords.Power On
|
||||
Power On Default
|
||||
|
||||
@@ -136,9 +136,7 @@ ${L2_CACHE_SUPPORT}= ${TRUE}
|
||||
|
||||
*** Keywords ***
|
||||
Power On
|
||||
[Documentation] Keyword clears SSH buffer and sets Device Under Test
|
||||
... into Power On state from Mechanical Off. (coldboot) For example:
|
||||
... sonoff, RTE relays.
|
||||
[Documentation] Implementation of keywords.Power On
|
||||
IF "${POWER_CTRL}"=="none" RETURN
|
||||
Restore Initial DUT Connection Method
|
||||
Power Cycle On
|
||||
|
||||
@@ -98,4 +98,5 @@ ${HIBERNATION_AND_RESUME_SUPPORT}= ${TRUE}
|
||||
|
||||
*** Keywords ***
|
||||
Power On
|
||||
[Documentation] Implementation of keywords.Power On
|
||||
Power On Default
|
||||
|
||||
@@ -133,6 +133,7 @@ ${STABILITY_DETECTION_SUSPEND_ITERATIONS}= 5
|
||||
|
||||
*** Keywords ***
|
||||
Power On
|
||||
[Documentation] Implementation of keywords.Power On
|
||||
Power On Default
|
||||
|
||||
Check Coreboot Components Measurement
|
||||
|
||||
@@ -37,4 +37,5 @@ ${CUSTOM_BOOT_MENU_KEY_SUPPORT}= ${TRUE}
|
||||
|
||||
*** Keywords ***
|
||||
Power On
|
||||
[Documentation] Implementation of keywords.Power On
|
||||
Power On Default
|
||||
|
||||
@@ -45,9 +45,5 @@ ${DASHARO_MEMORY_MENU_SUPPORT}= ${TRUE}
|
||||
|
||||
*** Keywords ***
|
||||
Power On
|
||||
[Documentation] Keyword clears telnet buffer and sets Device Under Test
|
||||
... into Power On state using RTE OC buffers. Implementation
|
||||
... must be compatible with the theory of operation of a
|
||||
... specific platform.
|
||||
Read From Terminal
|
||||
Qemu Monitor.System Reset
|
||||
|
||||
@@ -87,9 +87,5 @@ ${CAPSULE_UPDATE_SUPPORT}= ${TRUE}
|
||||
|
||||
*** Keywords ***
|
||||
Power On
|
||||
[Documentation] Keyword clears telnet buffer and sets Device Under Test
|
||||
... into Power On state using RTE OC buffers. Implementation
|
||||
... must be compatible with the theory of operation of a
|
||||
... specific platform.
|
||||
Read From Terminal
|
||||
Qemu Monitor.System Reset
|
||||
|
||||
@@ -266,10 +266,7 @@ Set Chassis Power State
|
||||
Close OBMC Service Connection
|
||||
|
||||
Power On
|
||||
[Documentation] Keyword sets Device Under Test into Power On state using
|
||||
... openbmc-test-automation library and opens console client.
|
||||
... Implementation must be compatible with the theory of
|
||||
... operation of a specific platform.
|
||||
[Documentation] Implementation of keywords.Power On
|
||||
Variable Should Exist ${OPENBMC_HOST}
|
||||
Set Global Variable ${AUTH_URI} https://${OPENBMC_HOST}${AUTH_SUFFIX}
|
||||
${host_state}= Get Host State
|
||||
|
||||
Reference in New Issue
Block a user