pp_test: Add level 3 regression test

The level 3 supported in the TF-M v1.2.0 release, it has been verifed in
the nightly job. Add the level 3 test in the per-patch test as it is an
important feature.

Signed-off-by: Karl Zhang <karl.zhang@arm.com>
Change-Id: Iac3db4b57d450059d39d90a78b16fc1fb1f56eab
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index 1502376..c821830 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -817,7 +817,7 @@
                 "toolchain_file":   ["toolchain_GNUARM.cmake",
                                      "toolchain_ARMCLANG.cmake"],
                 "psa_api":          [True, False],
-                "isolation_level":  ["1", "2"],
+                "isolation_level":  ["1", "2", "3"],
                 "test_regression":  [True],
                 "test_psa_api":     ["OFF"],
                 "cmake_build_type": ["Release"],