Skip to content
Snippets Groups Projects
Commit 0792e392 authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

doc

parent 72084e68
No related branches found
No related tags found
No related merge requests found
...@@ -4,12 +4,14 @@ from subprocess import run, DEVNULL, PIPE, STDOUT ...@@ -4,12 +4,14 @@ from subprocess import run, DEVNULL, PIPE, STDOUT
PACKAGES = [ PACKAGES = [
"bsd-mailx", # for "mail" command used in tester "bsd-mailx", # for "mail" command used in tester
"python3-defusedxml", "python3-defusedxml", # for: test_wowza
"python3-openssl", "python3-dnspython", # for: test_caches
"python3-psutil", "python3-openssl", # for: test_ssl
"python3-pydbus", "python3-psutil", # for: test_wowza
"python3-requests", "python3-psycopg2", # for: test_postgresql
"python3-spf", "python3-pydbus", # for: test_dns_records
"python3-requests", # for: test_nginx_status, test_nginx_vhosts, test_ssl, test_apt_proxy, test_ubicast_packages_access
"python3-spf", # for: test_email
] ]
......
...@@ -12,8 +12,8 @@ import sys ...@@ -12,8 +12,8 @@ import sys
try: try:
import pydbus import pydbus
except: except ImportError:
pass exit(2)
sys.path.append(str(Path(__file__).parents[1].resolve())) sys.path.append(str(Path(__file__).parents[1].resolve()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment