summaryrefslogtreecommitdiff
path: root/tests/functional-tests/configuration.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional-tests/configuration.py')
-rw-r--r--tests/functional-tests/configuration.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functional-tests/configuration.py b/tests/functional-tests/configuration.py
index a9bc7ccc9..cb1bc9a2b 100644
--- a/tests/functional-tests/configuration.py
+++ b/tests/functional-tests/configuration.py
@@ -38,6 +38,8 @@ if 'TRACKER_FUNCTIONAL_TEST_CONFIG' not in os.environ:
with open(os.environ['TRACKER_FUNCTIONAL_TEST_CONFIG']) as f:
config = json.load(f)
+TEST_DBUS_DAEMON_CONFIG_FILE = config['TEST_DBUS_DAEMON_CONFIG_FILE']
+TEST_PORTAL_FLATPAK_INFO = config['TEST_PORTAL_FLATPAK_INFO']
def cli_dir():
return config['TEST_CLI_DIR']