@@ -14,21 +14,20 @@ Resource ../keys.robot
1414Suite Setup Run Keywords
1515... Prepare Test Suite
1616... AND
17- ... Skip If '${ENV_ID_PFSENSE } ' not in ${TESTED_LINUX_DISTROS } pfSense tests not supported
17+ ... Skip If '${ENV_ID_PFSENSE } ' not in ${TESTED_BSD_DISTROS } pfSense tests not supported
1818Suite Teardown Run Keywords
1919... Log Out And Close Connection
2020Test Setup Run Keyword
2121... Restore Initial DUT Connection Method
2222
23- Default Tags semiauto
24-
2523
2624*** Test Cases ***
2725PFS001.502 Install operating system on disk (pfSense)
2826 [Documentation] Install pfSense LTS CE (serial output) from preseeded
2927 ... USB stick on disk. Refer to test case PFS006.502 for preseed.
3028 ...
3129 ... Previous IDs: PFS001.001
30+ [Tags] semiauto
3231 Power On
3332 Boot PfSense Installer
3433 VAR ${installer_message } =
@@ -39,17 +38,13 @@ PFS001.502 Install operating system on disk (pfSense)
3938
4039PFS002.502 Boot operating system from disk (pfSense)
4140 [Documentation] Boot pfSense LTS CE (serial output) from disk.
42- ... This test depends on semi-manual OS installation, thus it's
43- ... marked as semiauto.
4441 ...
4542 ... Previous IDs: PFS001.002
4643 Power On
4744 Boot PfSense
4845
4946PFS003.502 Boot operating system from disk after cold-boot (pfSense)
5047 [Documentation] Boot pfSense LTS CE (serial output) from disk after cold-boot
51- ... This test depends on semi-manual OS installation, thus it's
52- ... marked as semiauto.
5348 ...
5449 ... Previous IDs: BPS001.001
5550 VAR @{supported_power_ctrls } = RteCtrl sonoff
@@ -63,8 +58,6 @@ PFS003.502 Boot operating system from disk after cold-boot (pfSense)
6358
6459PFS004.502 Boot operating system from disk after warm-boot (pfSense)
6560 [Documentation] Boot pfSense LTS CE (serial output) from disk after warm-boot
66- ... This test depends on semi-manual OS installation, thus it's
67- ... marked as semiauto.
6861 ...
6962 ... Previous IDs: BPS002.001
7063 Power On
@@ -80,8 +73,6 @@ PFS004.502 Boot operating system from disk after warm-boot (pfSense)
8073
8174PFS005.502 Boot operating system from disk after reboot (pfSense)
8275 [Documentation] Boot pfSense LTS CE (serial output) from disk after reboot
83- ... This test depends on semi-manual OS installation, thus it's
84- ... marked as semiauto.
8576 ...
8677 ... Previous IDs: BPS003.001
8778 Power On
@@ -99,6 +90,7 @@ PFS006.502 Preseed operating system installer (pfSense)
9990 ... pfSense installer to PFEFI.
10091 ... This test depends on semi-manual OS installatio media preparation,
10192 ... thus it's marked as semiauto.
93+ [Tags] semiauto
10294 VAR ${pfefi_message } =
10395 ... Rename ESP partition of pfSense
10496 ... serial installer to PFEFI.\nOn Linux: (sudo) fatlabel /dev/sdX1
@@ -127,8 +119,6 @@ PFS006.502 Preseed operating system installer (pfSense)
127119
128120PFS007.502 Boot operating system installer into rescue shell (pfSense)
129121 [Documentation] Boot installer into rescue shell.
130- ... This test depends on semi-manual OS installatio media preparation,
131- ... thus it's marked as semiauto.
132122 Power On
133123 Boot PfSense Installer
134124 Enter PfSense Rescue Shell
0 commit comments