Fix security versions script 32/134232/1
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Wed, 19 Apr 2023 09:53:38 +0000 (09:53 +0000)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Wed, 19 Apr 2023 09:58:02 +0000 (09:58 +0000)
commit6e88d548362b32a15a094fdf8d83f082107c7962
tree8603bba306091d8a323ac4ed32920bc075998af5
parentc57b24365c08afe394e52808d55e9b70ac878205
Fix security versions script

That script was usused on security versions tests, so I updated it with
the latest changes from repo which was really used, created needed files
and after we merge it we could use that on security tests.

Issue-ID: TEST-394
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I8e5daa7d43e2723bbe3308cf85b1cae2b2f587ad
19 files changed:
test/security/check_versions/.gitignore
test/security/check_versions/README.md
test/security/check_versions/env/Vagrantfile [deleted file]
test/security/check_versions/env/configuration/namespaces.yaml [deleted file]
test/security/check_versions/env/configuration/terminated.yaml [deleted file]
test/security/check_versions/env/configuration/versions.yaml [deleted file]
test/security/check_versions/env/requirements-dev.txt [deleted file]
test/security/check_versions/env/requirements.txt [deleted file]
test/security/check_versions/pyproject.toml [new file with mode: 0644]
test/security/check_versions/requirements.txt [new file with mode: 0644]
test/security/check_versions/tests/test_main.py
test/security/check_versions/tests/test_verify_versions_acceptability.py
test/security/check_versions/tox.ini
test/security/check_versions/versions/__init__.py [new file with mode: 0644]
test/security/check_versions/versions/k8s_bin_versions_inspector.py [moved from test/security/check_versions/src/k8s_bin_versions_inspector.py with 87% similarity]
test/security/check_versions/versions/k8s_bin_versions_inspector_test_case.py [new file with mode: 0644]
test/security/check_versions/versions/reporting.py [new file with mode: 0644]
test/security/check_versions/versions/templates/base.html.j2 [new file with mode: 0644]
test/security/check_versions/versions/templates/versions.html.j2 [new file with mode: 0644]