@@ -24,7 +24,7 @@ Suite Setup Run Keywords
24
24
... AND
25
25
... Skip If not ${DASHARO_INTEL_ME_MENU_SUPPORT } Dasharo Intel ME menu not supported
26
26
... AND
27
- ... Set Intel ME Mode Enabled
27
+ ... Set UEFI Option MeMode Enabled
28
28
Suite Teardown Run Keyword
29
29
... Log Out And Close Connection
30
30
@@ -45,12 +45,7 @@ MNE002.001 Intel ME mode option Enabled works correctly (Ubuntu 22.04)
45
45
[Documentation] Check whether the Intel ME mode option in state Enabled
46
46
... works correctly.
47
47
Skip If not ${TESTS_IN_UBUNTU_SUPPORT } MNE002.001 not supported
48
- Power On
49
- ${setup_menu } = Enter Setup Menu Tianocore And Return Construction
50
- ${dasharo_menu } = Enter Dasharo System Features ${setup_menu }
51
- ${me_menu } = Enter Dasharo Submenu ${dasharo_menu } Intel Management Engine Options
52
- Set Option State ${me_menu } Intel ME mode Enabled
53
- Save Changes And Reset
48
+ Set UEFI Option MeMode Enabled
54
49
Boot System Or From Connected Disk ubuntu
55
50
Login To Linux
56
51
Switch To Root User
@@ -61,12 +56,7 @@ MNE003.001 Intel ME mode option Disabled (Soft) works correctly (Ubuntu 22.04)
61
56
[Documentation] Check whether the Intel ME mode option in state
62
57
... Disabled (Soft) works correctly
63
58
Skip If not ${TESTS_IN_UBUNTU_SUPPORT } MNE003.001 not supported
64
- Power On
65
- ${setup_menu } = Enter Setup Menu Tianocore And Return Construction
66
- ${dasharo_menu } = Enter Dasharo System Features ${setup_menu }
67
- ${me_menu } = Enter Dasharo Submenu ${dasharo_menu } Intel Management Engine Options
68
- Set Option State ${me_menu } Intel ME mode Disabled (Soft)
69
- Save Changes And Reset
59
+ Set UEFI Option MeMode Disabled (Soft)
70
60
Boot System Or From Connected Disk ubuntu
71
61
Login To Linux
72
62
Switch To Root User
@@ -77,12 +67,7 @@ MNE004.001 Intel ME mode option Disabled (HAP) works correctly (Ubuntu 22.04)
77
67
[Documentation] Check whether the Intel ME mode option in state
78
68
... Disabled (HAP) works correctly.
79
69
Skip If not ${TESTS_IN_UBUNTU_SUPPORT } MNE004.001 not supported
80
- Power On
81
- ${setup_menu } = Enter Setup Menu Tianocore And Return Construction
82
- ${dasharo_menu } = Enter Dasharo System Features ${setup_menu }
83
- ${me_menu } = Enter Dasharo Submenu ${dasharo_menu } Intel Management Engine Options
84
- Set Option State ${me_menu } Intel ME mode Disabled (HAP)
85
- Save Changes And Reset
70
+ Set UEFI Option MeMode Disabled (HAP)
86
71
Boot System Or From Connected Disk ubuntu
87
72
Login To Linux
88
73
Switch To Root User
@@ -94,26 +79,10 @@ MNE006.001 Check Intel ME version (Ubuntu 22.04)
94
79
... be read on the Operating System level. The read version should be
95
80
... the same as in the release notes.
96
81
Skip If not ${TESTS_IN_UBUNTU_SUPPORT } MNE006.001 not supported
97
- Power On
98
- ${setup_menu } = Enter Setup Menu Tianocore And Return Construction
99
- ${dasharo_menu } = Enter Dasharo System Features ${setup_menu }
100
- ${me_menu } = Enter Dasharo Submenu ${dasharo_menu } Intel Management Engine Options
101
- Set Option State ${me_menu } Intel ME mode Enabled
102
- Save Changes And Reset
82
+ Set UEFI Option MeMode Enabled
103
83
Power On
104
84
Boot System Or From Connected Disk ubuntu
105
85
Login To Linux
106
86
Switch To Root User
107
87
${out } = Execute Command In Terminal cat /sys/class/mei/mei0/fw_ver
108
88
Should Not Be Empty ${out }
109
-
110
-
111
- *** Keywords ***
112
- Set Intel ME Mode
113
- [Arguments] ${mode }
114
- Power On
115
- ${setup_menu } = Enter Setup Menu Tianocore And Return Construction
116
- ${dasharo_menu } = Enter Dasharo System Features ${setup_menu }
117
- ${me_menu } = Enter Dasharo Submenu ${dasharo_menu } Intel Management Engine Options
118
- Set Option State ${me_menu } Intel ME mode ${mode }
119
- Save Changes And Reset
0 commit comments