Migration of the healthchecks to gerrit 79/134479/14
authorpawel.denst <pawel.denst@external.t-mobile.pl>
Thu, 4 May 2023 09:03:17 +0000 (09:03 +0000)
committerpawel.denst <pawel.denst@external.t-mobile.pl>
Tue, 9 May 2023 14:28:23 +0000 (14:28 +0000)
commit14c7c32e293fffb92b6aab7a81c446eaeb087cde
tree1a71ff3258da2e5bc7164c7f0b288a790e6c8795
parenta7a3fb72339042b2f455d5e5dfe8f7b685c7ec55
Migration of the healthchecks to gerrit

Changes to set default directory for results if None

Issue-ID: INT-2226
Signed-off-by: pawel.denst <pawel.denst@external.t-mobile.pl>
Change-Id: I5337a55f3271ebb5e58298e1fb1aa3b665713909
21 files changed:
docs/conf.py [deleted file]
docs/requirements-docs.txt [deleted file]
requirements.txt
run_status.py [new file with mode: 0644]
setup.cfg
src/onaptests/scenario/resources.py [new file with mode: 0644]
src/onaptests/scenario/status.py [new file with mode: 0644]
src/onaptests/templates/status/base.html.j2 [new file with mode: 0644]
src/onaptests/templates/status/container_log.html.j2 [new file with mode: 0644]
src/onaptests/templates/status/container_versions.html.j2 [new file with mode: 0644]
src/onaptests/templates/status/daemonset.html.j2 [new file with mode: 0644]
src/onaptests/templates/status/deployment.html.j2 [new file with mode: 0644]
src/onaptests/templates/status/index.html.j2 [new file with mode: 0644]
src/onaptests/templates/status/job.html.j2 [new file with mode: 0644]
src/onaptests/templates/status/pod.html.j2 [new file with mode: 0644]
src/onaptests/templates/status/raw_output.txt.j2 [new file with mode: 0644]
src/onaptests/templates/status/replicaset.html.j2 [new file with mode: 0644]
src/onaptests/templates/status/service.html.j2 [new file with mode: 0644]
src/onaptests/templates/status/statefulset.html.j2 [new file with mode: 0644]
src/onaptests/templates/status/version.html.j2 [new file with mode: 0644]
tox.ini