aboutsummaryrefslogtreecommitdiff
path: root/verif/conformance/tosa_verif_conformance_generator.py
diff options
context:
space:
mode:
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"