mirror of
https://github.com/Dasharo/open-source-firmware-validation.git
synced 2026-06-13 10:16:18 -07:00
Signed-off-by: Jakub Redmerski <jakub.redmerski@3mdeb.com>
11 lines
327 B
Python
11 lines
327 B
Python
# SPDX-FileCopyrightText: 2025 3mdeb <contact@3mdeb.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
DEVICE_OS_USERNAME = "root"
|
|
DEVICE_OS_HOSTNAME = "localhost"
|
|
DEVICE_OS_PASSWORD = "Esxi11!"
|
|
|
|
# DEVICE_OS_USER_PROMPT = f"Login Name: {DEVICE_OS_USERNAME}>"
|
|
DEVICE_OS_USER_PROMPT = f"[{DEVICE_OS_USERNAME}@{DEVICE_OS_HOSTNAME}:~]"
|