-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.env
More file actions
20 lines (16 loc) · 738 Bytes
/
Copy pathproject.env
File metadata and controls
20 lines (16 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash
#
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright (C) 2026 Denis Sergeev <denserg.edu@gmail.com>
#
# Copyright (C) 2025 Vasiliy Kovalev <kovalev@altlinux.org>
# --- Project-wide Default Settings ---
# Source this file in scripts to get default values.
# Default names for Docker image and container
export DEFAULT_IMAGE_NAME="kernel-tests-box:latest"
export DEFAULT_CONTAINER_NAME="kernel-tests-box-container"
# Default port for SSH access to the debug VM (host port forwarded to VM port 22)
export DEFAULT_VM_SSH_PORT="22000"
# Default repository for the hwmon i2c-stub test suite.
# Override this if you want to use a fork.
export HWMON_I2C_STUB_TESTS_GIT_URL="https://github.com/zef2f/hwmon-i2c-stub-tests.git"