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
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 @@
             )
             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"