Adapt to the split of test_suite_shax

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/tests/scripts/analyze_outcomes.py b/tests/scripts/analyze_outcomes.py
index d5843f8..42464a8 100755
--- a/tests/scripts/analyze_outcomes.py
+++ b/tests/scripts/analyze_outcomes.py
@@ -230,7 +230,8 @@
     REFERENCE = 'test_psa_crypto_config_reference_hash_use_psa'
     DRIVER = 'test_psa_crypto_config_accel_hash_use_psa'
     IGNORED_SUITES = [
-        'shax', 'mdx', # the software implementations that are being excluded
+        # the software implementations that are being excluded
+        'mdx', 'sha1', 'sha256', 'sha3', 'sha512', 'shax',
         'md.psa',  # purposefully depends on whether drivers are present
         'psa_crypto_low_hash.generated', # testing the builtins
     ]
@@ -252,7 +253,7 @@
     IGNORED_SUITES = [
         # These suites require legacy hash support, which is disabled
         # in the accelerated component.
-        'shax', 'mdx',
+        'mdx', 'sha1', 'sha256', 'sha3', 'sha512', 'shax',
         # This suite tests builtins directly, but these are missing
         # in the accelerated case.
         'psa_crypto_low_hash.generated',