Test Traefik extra config

This commit is contained in:
GeorgianaElena
2020-06-02 18:20:28 +03:00
parent bb4614051b
commit 54bc95668b
2 changed files with 32 additions and 1 deletions

View File

@@ -22,4 +22,5 @@ def tljh_dir(tmpdir):
assert tljh.config.INSTALL_PREFIX == tljh_dir
os.makedirs(tljh.config.STATE_DIR)
os.makedirs(tljh.config.CONFIG_DIR)
os.makedirs(os.path.join(tljh.config.CONFIG_DIR, "traefik_config.d"))
yield tljh_dir