aboutsummaryrefslogtreecommitdiff
path: root/verif/conformance/tosa_verif_conformance_generator.py
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-08-02 17:21:36 +0100
committerEric Kunze <eric.kunze@arm.com>2023-08-07 15:17:19 +0000
commitc1d1c639aa10dd6c1c8dce065d6be549768ca4f4 (patch)
tree2d6374148af8c3614ce6864ae86fcad8f0e4c227 /verif/conformance/tosa_verif_conformance_generator.py
parent17fab3b9d0f4e561cd0428e81f74486cafc6697e (diff)
downloadreference_model-c1d1c639aa10dd6c1c8dce065d6be549768ca4f4.tar.gz
Deprecation of parts of TOSA conformance
* Add deprecation notice for conformance_tests repo * Add deprecation notice for framework tests in conformance Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I92b17f4d6d993e47f30d7996a18fc13b934c4cdf
Diffstat (limited to 'verif/conformance/tosa_verif_conformance_generator.py')
-rw-r--r--verif/conformance/tosa_verif_conformance_generator.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/verif/conformance/tosa_verif_conformance_generator.py b/verif/conformance/tosa_verif_conformance_generator.py
index ef6bfb9..0fb5500 100644
--- a/verif/conformance/tosa_verif_conformance_generator.py
+++ b/verif/conformance/tosa_verif_conformance_generator.py
@@ -572,6 +572,9 @@ def main():
)
return 2
if args.unit_tests in ["framework", "both"]:
+ logger.warning(
+ "DEPRECATION - Framework tests are not part of TOSA conformance testing"
+ )
if not args.framework_schema:
logger.error(
"Need to supply location of Framework flatbuffers schema via --framework-schema"