summaryrefslogtreecommitdiff
path: root/testenv
diff options
context:
space:
mode:
Diffstat (limited to 'testenv')
-rw-r--r--testenv/tests/apps/cleanup/__init__.py20
-rw-r--r--testenv/tests/apps/cleanup/test_main.py (renamed from testenv/tests/apps/test_cleanup.py)0
-rw-r--r--testenv/tests/apps/htpasswd/__init__.py20
-rw-r--r--testenv/tests/apps/htpasswd/test_main.py (renamed from testenv/tests/apps/test_htpasswd.py)0
-rw-r--r--testenv/tests/apps/kvmd/test_auth.py (renamed from testenv/tests/auth/test_manager.py)0
-rw-r--r--testenv/tests/plugins/__init__.py20
-rw-r--r--testenv/tests/plugins/auth/__init__.py (renamed from testenv/tests/auth/__init__.py)0
-rw-r--r--testenv/tests/plugins/auth/test_htpasswd.py (renamed from testenv/tests/auth/test_service_htpasswd.py)0
-rw-r--r--testenv/tests/plugins/auth/test_http.py (renamed from testenv/tests/auth/test_service_http.py)0
9 files changed, 60 insertions, 0 deletions
diff --git a/testenv/tests/apps/cleanup/__init__.py b/testenv/tests/apps/cleanup/__init__.py
new file mode 100644
index 00000000..1e91f7fa
--- /dev/null
+++ b/testenv/tests/apps/cleanup/__init__.py
@@ -0,0 +1,20 @@
+# ========================================================================== #
+# #
+# KVMD - The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 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/>. #
+# #
+# ========================================================================== #
diff --git a/testenv/tests/apps/test_cleanup.py b/testenv/tests/apps/cleanup/test_main.py
index 3e2e4c72..3e2e4c72 100644
--- a/testenv/tests/apps/test_cleanup.py
+++ b/testenv/tests/apps/cleanup/test_main.py
diff --git a/testenv/tests/apps/htpasswd/__init__.py b/testenv/tests/apps/htpasswd/__init__.py
new file mode 100644
index 00000000..1e91f7fa
--- /dev/null
+++ b/testenv/tests/apps/htpasswd/__init__.py
@@ -0,0 +1,20 @@
+# ========================================================================== #
+# #
+# KVMD - The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 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/>. #
+# #
+# ========================================================================== #
diff --git a/testenv/tests/apps/test_htpasswd.py b/testenv/tests/apps/htpasswd/test_main.py
index 52a38640..52a38640 100644
--- a/testenv/tests/apps/test_htpasswd.py
+++ b/testenv/tests/apps/htpasswd/test_main.py
diff --git a/testenv/tests/auth/test_manager.py b/testenv/tests/apps/kvmd/test_auth.py
index be6b6455..be6b6455 100644
--- a/testenv/tests/auth/test_manager.py
+++ b/testenv/tests/apps/kvmd/test_auth.py
diff --git a/testenv/tests/plugins/__init__.py b/testenv/tests/plugins/__init__.py
new file mode 100644
index 00000000..1e91f7fa
--- /dev/null
+++ b/testenv/tests/plugins/__init__.py
@@ -0,0 +1,20 @@
+# ========================================================================== #
+# #
+# KVMD - The main Pi-KVM daemon. #
+# #
+# Copyright (C) 2018 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/>. #
+# #
+# ========================================================================== #
diff --git a/testenv/tests/auth/__init__.py b/testenv/tests/plugins/auth/__init__.py
index 7d0d0fb4..7d0d0fb4 100644
--- a/testenv/tests/auth/__init__.py
+++ b/testenv/tests/plugins/auth/__init__.py
diff --git a/testenv/tests/auth/test_service_htpasswd.py b/testenv/tests/plugins/auth/test_htpasswd.py
index 9fe68e6d..9fe68e6d 100644
--- a/testenv/tests/auth/test_service_htpasswd.py
+++ b/testenv/tests/plugins/auth/test_htpasswd.py
diff --git a/testenv/tests/auth/test_service_http.py b/testenv/tests/plugins/auth/test_http.py
index 6c584dc1..6c584dc1 100644
--- a/testenv/tests/auth/test_service_http.py
+++ b/testenv/tests/plugins/auth/test_http.py