Update UUID's for tests

Also, ensure the concurrency tests run only on Pixel 2018 & above
devices (use the existing dbs models supported config param).

Bug: 79475628
Test: None
Change-Id: I2b232a782f25bb9715e69ea2835528a5913096f8
diff --git a/acts/tests/google/wifi/WifiCrashTest.py b/acts/tests/google/wifi/WifiCrashTest.py
index 18b2163..e85c50e 100755
--- a/acts/tests/google/wifi/WifiCrashTest.py
+++ b/acts/tests/google/wifi/WifiCrashTest.py
@@ -84,7 +84,7 @@
     """Helper Functions"""
 
     """Tests"""
-    @test_tracker_info(uuid="")
+    @test_tracker_info(uuid="b87fd23f-9bfc-406b-a5b2-17ce6be6c780")
     def test_wifi_framework_crash_reconnect(self):
         """Connect to a network, crash framework, then ensure
         we connect back to the previously connected network.
@@ -107,7 +107,7 @@
             raise signals.TestFailure("Device did not connect to the"
                                       " network after crashing framework.")
 
-    @test_tracker_info(uuid="")
+    @test_tracker_info(uuid="33f9e4f6-29b8-4116-8f9b-5b13d93b4bcb")
     def test_wifi_cond_crash_reconnect(self):
         """Connect to a network, crash wificond, then ensure
         we connect back to the previously connected network.
@@ -130,7 +130,7 @@
             raise signals.TestFailure("Device did not connect to the"
                                       " network after crashing wificond.")
 
-    @test_tracker_info(uuid="")
+    @test_tracker_info(uuid="463e3d7b-b0b7-4843-b83b-5613a71ae2ac")
     def test_wifi_vendorhal_crash_reconnect(self):
         """Connect to a network, crash wifi HAL, then ensure
         we connect back to the previously connected network.
@@ -153,7 +153,7 @@
             raise signals.TestFailure("Device did not connect to the"
                                       " network after crashing wifi HAL.")
 
-    @test_tracker_info(uuid="")
+    @test_tracker_info(uuid="7c5cd1fc-8f8d-494c-beaf-4eb61b48917b")
     def test_wpa_supplicant_crash_reconnect(self):
         """Connect to a network, crash wpa_supplicant, then ensure
         we connect back to the previously connected network.