diff options
author | 2020-10-08 13:46:50 +0200 | |
---|---|---|
committer | 2020-10-08 15:46:29 +0200 | |
commit | 5ef0bbbda90428378a08d416481b90047f5ba870 (patch) | |
tree | 033870a5864fc9a7f2d172bb5cbf4c29660e4302 /src/onaptests/configuration/settings.py | |
parent | d1d44781c7d03c8794dd626184f77d9836264212 (diff) |
Add reporting page creation in pythonsdk-tests
Issue-ID: TEST-269
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I4ab0a2f7a1a1e98ae5d05166c6aa06212d24eeae
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'src/onaptests/configuration/settings.py')
-rw-r--r-- | src/onaptests/configuration/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/onaptests/configuration/settings.py b/src/onaptests/configuration/settings.py index 7385fa0..3339082 100644 --- a/src/onaptests/configuration/settings.py +++ b/src/onaptests/configuration/settings.py @@ -38,4 +38,5 @@ LOG_CONFIG = { } } +REPORTING_FILE_PATH = "/tmp/reporting.html" # SOCK_HTTP = "socks5h://127.0.0.1:8080" |