Add several VTS tests in presubmit to gate gtest changes

Both tests added are running as vts presubmit test:
vts-core/gce-presubmit

Bug: 162052785
Test: atest
Change-Id: I743690a9e33966facb1c7cc01a007a2421029c10
diff --git a/TEST_MAPPING b/TEST_MAPPING
index c4002f2..8e6577d 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,6 +2,14 @@
   "presubmit": [
     {
       "name": "gtest_isolated_tests"
+    },
+    {
+      // Confirm GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST behavior
+      "name": "VtsHalBluetoothA2dpV1_0TargetTest"
+    },
+    {
+      // Confirm VTS test can pass
+      "name": "VtsHalPowerStatsV1_0TargetTest"
     }
   ]
 }