diff options
author | Maxim Devaev <[email protected]> | 2022-11-07 16:17:13 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-11-07 16:17:13 +0300 |
commit | 29bd1e2f6f026464ff6e9151631f326cf3486981 (patch) | |
tree | a6e484d08daa7fde58a9c4ef425906baf8974d4f /testenv/env.py | |
parent | 68b3dd4fd0801858328c16d3ae56215c76f25873 (diff) |
static env
Diffstat (limited to 'testenv/env.py')
-rw-r--r-- | testenv/env.py | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/testenv/env.py b/testenv/env.py new file mode 100644 index 00000000..a65ba3d0 --- /dev/null +++ b/testenv/env.py @@ -0,0 +1,26 @@ +# ========================================================================== # +# # +# KVMD - The main PiKVM daemon. # +# # +# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> # +# # +# This program is free software: you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see <https://www.gnu.org/licenses/>. # +# # +# ========================================================================== # + + +# ===== +ETC_PREFIX = "/fake_etc" +SYSFS_PREFIX = "/fake_sysfs" +PROCFS_PREFIX = "/fake_procfs" |