feat(new suite generator): initial commit 85/41685/72
authorTibor Frank <[email protected]>
Mon, 7 Oct 2024 14:12:52 +0000 (14:12 +0000)
committerPeter Mikus <[email protected]>
Thu, 14 Aug 2025 11:48:12 +0000 (11:48 +0000)
commit2ec9880e10fa81abd976b43418fbefa275235be3
tree789beb7cd98a633d9566b01b878110e24ba6043e
parent731fe331b65a0c5a5509a5ad212e562c3e91a073
feat(new suite generator): initial commit

Change-Id: I800c7d81075096d92bd7f9c90ab08f73cf33a9cb
Signed-off-by: Tibor Frank <[email protected]>
12 files changed:
resources/job_specifications/jobs.yaml [new file with mode: 0644]
resources/job_specifications/test_groups.yaml [new file with mode: 0644]
resources/job_specifications/test_sets.yaml [new file with mode: 0644]
resources/libraries/bash/entry/bootstrap_verify_perf.sh
resources/libraries/bash/entry/tox/autogen.sh
resources/libraries/bash/function/common.sh
resources/libraries/python/suite_generator/constants.py [new file with mode: 0644]
resources/libraries/python/suite_generator/generator.py [new file with mode: 0644]
resources/libraries/python/suite_generator/generator_functions.py [new file with mode: 0644]
resources/libraries/python/suite_generator/spec_processor.py [new file with mode: 0644]
resources/libraries/python/suite_generator/suite_generator.py [new file with mode: 0755]
tox.ini