[Autotest]Add "wifi" prefix to softAp tests.

Bug: None
Test: None
Change-Id: I85e7beb451ae18e8561c757932b586f1a2e74f7d
Reviewed-on: https://chromium-review.googlesource.com/498537
Reviewed-by: Bindu Mahadev <bmahadev@chromium.org>
Commit-Queue: Bindu Mahadev <bmahadev@chromium.org>
Tested-by: Bindu Mahadev <bmahadev@chromium.org>
Trybot-Ready: Bindu Mahadev <bmahadev@chromium.org>
diff --git a/server/site_tests/android_ACTS/control.softApStress b/server/site_tests/android_ACTS/control.softApStress
index a76c17c..f15c0bf 100644
--- a/server/site_tests/android_ACTS/control.softApStress
+++ b/server/site_tests/android_ACTS/control.softApStress
@@ -3,7 +3,7 @@
 # found in the LICENSE file.
 
 AUTHOR = 'bmahadev, gmoturu'
-NAME = 'android_ACTS.softApStress'
+NAME = 'android_ACTS.WifiSoftApStress'
 TIME = 'LONG'
 TEST_TYPE = 'Server'
 ATTRIBUTES = 'suite:android_wifi_softApStress'
@@ -16,7 +16,7 @@
 def run(machine):
     job.run_test('android_ACTS',
                  testbed=hosts.create_testbed(machine),
-                 config_file='softApStress.config',
+                 config_file='wifi_softApStress.config',
                  test_file='wifi_softApStress',
                  additional_cmd_line_params="-r 10000",
                  acts_timeout=72000)