Add uuid's for NetworkRequest/Suggestion tests

Also, deleted a duplicate test.

Bug: 120545897
Test: act.py -c wifi_manager.config -tb dut-name -tc WifiNetworkSuggestionTest
Test: act.py -c wifi_manager.config -tb dut-name -tc WifiNetworkRequestTest
Change-Id: Ibcb9df2415a1885fe4e7a8a413d4eadd55525762
diff --git a/acts/tests/google/wifi/WifiNetworkRequestTest.py b/acts/tests/google/wifi/WifiNetworkRequestTest.py
index fd99c47..d025251 100755
--- a/acts/tests/google/wifi/WifiNetworkRequestTest.py
+++ b/acts/tests/google/wifi/WifiNetworkRequestTest.py
@@ -107,7 +107,7 @@
                 "Device did not disconnect from the network")
 
 
-    @test_tracker_info(uuid="")
+    @test_tracker_info(uuid="d70c8380-61ba-48a3-b76c-a0b55ce4eabf")
     def test_connect_to_wpa_psk_2g_with_ssid(self):
         """
         Initiates a connection to network via network request with specific SSID
@@ -122,7 +122,7 @@
         wutils.wifi_connect_using_network_request(self.dut, self.wpa_psk_2g,
                                                   self.wpa_psk_2g)
 
-    @test_tracker_info(uuid="")
+    @test_tracker_info(uuid="44f2bf40-a282-4413-b8f2-3abb3caa49ee")
     def test_connect_to_open_5g_with_ssid(self):
         """
         Initiates a connection to network via network request with specific SSID
@@ -136,7 +136,7 @@
         wutils.wifi_connect_using_network_request(self.dut, self.open_5g,
                                                   self.open_5g)
 
-    @test_tracker_info(uuid="")
+    @test_tracker_info(uuid="09d1823e-4f85-42f8-8c20-de7637f6d4be")
     def test_connect_to_wpa_psk_5g_with_ssid_pattern(self):
         """
         Initiates a connection to network via network request with SSID pattern
@@ -157,7 +157,7 @@
         wutils.wifi_connect_using_network_request(self.dut, self.wpa_psk_5g,
                                                   network_specifier)
 
-    @test_tracker_info(uuid="")
+    @test_tracker_info(uuid="52216329-06f1-45ef-8d5f-de8b02d9f975")
     def test_connect_to_open_5g_after_connecting_to_wpa_psk_2g(self):
         """
         Initiates a connection to network via network request with SSID pattern
@@ -187,21 +187,7 @@
         wutils.wifi_connect_using_network_request(self.dut, self.open_5g,
                                                   self.open_5g)
 
-    def test_connect_to_open_5g_with_ssid(self):
-        """
-        Initiates a connection to network via network request with specific SSID
-
-        Steps:
-        1. Send a network specifier with the specific SSID of Open 5G network.
-        2. Wait for platform to scan and find matching networks.
-        3. Simulate user selecting the network.
-        4. Ensure that the device connects to the network.
-        """
-        wutils.wifi_connect_using_network_request(self.dut, self.open_5g,
-                                                  self.open_5g)
-
-
-    @test_tracker_info(uuid="")
+    @test_tracker_info(uuid="f28b5dc9-771f-42ef-8178-e55e9a16f5c7")
     def test_connect_to_wpa_psk_5g_while_connecting_to_open_2g(self):
         """
         Initiates a connection to network via network request with specific SSID
@@ -223,7 +209,7 @@
         wutils.wifi_connect_using_network_request(self.dut, self.wpa_psk_5g,
                                                   self.wpa_psk_5g)
 
-    @test_tracker_info(uuid="")
+    @test_tracker_info(uuid="2ab82a98-37da-4b27-abb6-578bedebccdc")
     def test_connect_to_open_5g_while_connected_to_wpa_psk_2g(self):
         """
         Initiates a connection to network via network request with specific SSID
@@ -257,7 +243,7 @@
         wutils.wait_for_wifi_connect_after_network_request(self.dut,
                                                            self.open_5g)
 
-    @test_tracker_info(uuid="")
+    @test_tracker_info(uuid="2f90a266-f04d-4932-bb5b-d075bedfd56d")
     def test_match_failure_with_invalid_ssid_pattern(self):
         """
         Initiates a connection to network via network request with SSID pattern
diff --git a/acts/tests/google/wifi/WifiNetworkSuggestionTest.py b/acts/tests/google/wifi/WifiNetworkSuggestionTest.py
index 9508a5e..f98a8a5 100755
--- a/acts/tests/google/wifi/WifiNetworkSuggestionTest.py
+++ b/acts/tests/google/wifi/WifiNetworkSuggestionTest.py
@@ -120,7 +120,7 @@
                     "Received post connection broadcast")
 
 
-    @test_tracker_info(uuid="")
+    @test_tracker_info(uuid="bda8ed20-4382-4380-831a-64cf77eca108")
     def test_connect_to_wpa_psk_2g(self):
         """ Adds a network suggestion and ensure that the device connected.
 
@@ -141,6 +141,7 @@
         wutils.wait_for_disconnect(self.dut)
 
 
+    @test_tracker_info(uuid="b1d27eea-23c8-4c4f-b944-ef118e4cc35f")
     def test_connect_to_wpa_psk_2g_with_post_connection_broadcast(self):
         """ Adds a network suggestion and ensure that the device connected.
 
@@ -164,6 +165,7 @@
         wutils.wait_for_disconnect(self.dut)
 
 
+    @test_tracker_info(uuid="a036a24d-29c0-456d-ae6a-afdde34da710")
     def test_connect_to_wpa_psk_5g_reboot_config_store(self):
         """
         Adds a network suggestion and ensure that the device connects to it