mirror of
https://github.com/Dasharo/open-source-firmware-validation.git
synced 2026-06-13 10:16:18 -07:00
dasharo-compatibility/os-pfsense.robot: preseed test and boot time test cases added dasharo-compatibility/os-opnsense.robot: boot time measure tests lib/bios/menus.py: Power state after AC loss added lib/bsd.robot: new, separate file for installer OS & shell keywords os-config/50*.py: OPNsense & pfSense prompts & credentials, incl. installer scripts/freebsd.preseed_opnsene.sh: license header added Signed-off-by: Mateusz Maciejewski <mateusz.maciejewski@3mdeb.com>
9 lines
220 B
Python
9 lines
220 B
Python
# SPDX-FileCopyrightText: 2025 3mdeb <contact@3mdeb.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
DEVICE_OS_USERNAME = "root"
|
|
DEVICE_OS_PASSWORD = "opnsense"
|
|
|
|
DEVICE_OS_ROOT_PROMPT = f"{DEVICE_OS_USERNAME}@OPNsense:~ #"
|