Skip to content

Commit 9fc8314

Browse files
matmaciejefilipleple
authored andcommitted
TESTED_BSD_DISTROS variable introduced to default.robot
New "tested distros" variable introduced to skip BSD tests (pfSense & OPN sense). Empty list defined in default.robot. Signed-off-by: Mateusz Maciejewski <[email protected]>
1 parent 20c84d2 commit 9fc8314

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

dasharo-compatibility/os-opnsense.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Resource ../keys.robot
1414
Suite Setup Run Keywords
1515
... Prepare Test Suite
1616
... AND
17-
... Skip If '${ENV_ID_OPNSENSE}' not in ${TESTED_LINUX_DISTROS} OPNsense tests not supported
17+
... Skip If '${ENV_ID_OPNSENSE}' not in ${TESTED_BSD_DISTROS} OPNsense tests not supported
1818
Suite Teardown Run Keywords
1919
... Log Out And Close Connection
2020
Test Setup Run Keyword

dasharo-compatibility/os-pfsense.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Resource ../keys.robot
1414
Suite 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
1818
Suite Teardown Run Keywords
1919
... Log Out And Close Connection
2020
Test Setup Run Keyword

platform-configs/include/default.robot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ ${DCU_SUPPORTED_BOOLEAN_SMMSTORE_VARIABLE}= NetworkBoot
294294
${WINDOWS_SHUTDOWN_AWAITING_SECONDS}= 120
295295

296296
@{TESTED_LINUX_DISTROS}= ${ENV_ID_UBUNTU}
297+
@{TESTED_BSD_DISTROS}= @{EMPTY}
297298
${DEFAULT_BOOT_OS_ID}= ${ENV_ID_UBUNTU}
298299
${BOOTED_OS_ID}= ${DEFAULT_BOOT_OS_ID}
299300

0 commit comments

Comments
 (0)