autotest: Make tests run on audio box

Make audio_AudioAfterReboot and audio_AudioAfterSuspend depend on
audio_box. This is just a compromise to make the tests run on a
dedicated pool of DUTs.

BUG=b:160567722
TEST=None

Change-Id: I20291e114fed79be179781bb1148d2bca88629fc
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/2282457
Commit-Queue: En-Shuo Hsu <enshuo@chromium.org>
Commit-Queue: Cheng-Yi Chiang <cychiang@chromium.org>
Tested-by: En-Shuo Hsu <enshuo@chromium.org>
Auto-Submit: En-Shuo Hsu <enshuo@chromium.org>
Reviewed-by: Cheng-Yi Chiang <cychiang@chromium.org>
diff --git a/server/site_tests/audio_AudioAfterReboot/control.external_mic b/server/site_tests/audio_AudioAfterReboot/control.external_mic
index 523a6de..3e561c0 100644
--- a/server/site_tests/audio_AudioAfterReboot/control.external_mic
+++ b/server/site_tests/audio_AudioAfterReboot/control.external_mic
@@ -16,7 +16,10 @@
 TEST_CLASS = "audio"
 TEST_TYPE = "server"
 ATTRIBUTES = "suite:audio_essential"
-DEPENDENCIES = 'chameleon, audio_board, test_audiojack'
+# Currently, CrOS audio team rely on the audio_box to mark tests that should
+# run on a dedicated pool of DUTs.
+# This test doesn't necessarily need to be in a audio box.
+DEPENDENCIES = 'audio_box'
 JOB_RETRIES = 1
 
 DOC = """
diff --git a/server/site_tests/audio_AudioAfterReboot/control.headphone b/server/site_tests/audio_AudioAfterReboot/control.headphone
index 7c0d46f..db724a9 100644
--- a/server/site_tests/audio_AudioAfterReboot/control.headphone
+++ b/server/site_tests/audio_AudioAfterReboot/control.headphone
@@ -16,7 +16,10 @@
 TEST_CLASS = "audio"
 TEST_TYPE = "server"
 ATTRIBUTES = "suite:audio_essential"
-DEPENDENCIES = 'chameleon, audio_board, test_audiojack'
+# Currently, CrOS audio team rely on the audio_box to mark tests that should
+# run on a dedicated pool of DUTs.
+# This test doesn't necessarily need to be in a audio box.
+DEPENDENCIES = 'audio_box'
 JOB_RETRIES = 1
 
 DOC = """
diff --git a/server/site_tests/audio_AudioAfterSuspend/control.external_mic b/server/site_tests/audio_AudioAfterSuspend/control.external_mic
index d0bfcb9..acca66e 100644
--- a/server/site_tests/audio_AudioAfterSuspend/control.external_mic
+++ b/server/site_tests/audio_AudioAfterSuspend/control.external_mic
@@ -15,7 +15,10 @@
 TEST_CLASS = "audio"
 TEST_TYPE = "server"
 ATTRIBUTES = "suite:audio_essential"
-DEPENDENCIES = "chameleon, audio_board, test_audiojack"
+# Currently, CrOS audio team rely on the audio_box to mark tests that should
+# run on a dedicated pool of DUTs.
+# This test doesn't necessarily need to be in a audio box.
+DEPENDENCIES = "audio_box"
 JOB_RETRIES = 1
 
 DOC = """
diff --git a/server/site_tests/audio_AudioAfterSuspend/control.headphone b/server/site_tests/audio_AudioAfterSuspend/control.headphone
index 6262919..7c7ac44 100644
--- a/server/site_tests/audio_AudioAfterSuspend/control.headphone
+++ b/server/site_tests/audio_AudioAfterSuspend/control.headphone
@@ -16,7 +16,10 @@
 TEST_CLASS = "audio"
 TEST_TYPE = "server"
 ATTRIBUTES = "suite:audio_essential"
-DEPENDENCIES = "chameleon, audio_board, test_audiojack"
+# Currently, CrOS audio team rely on the audio_box to mark tests that should
+# run on a dedicated pool of DUTs.
+# This test doesn't necessarily need to be in a audio box.
+DEPENDENCIES = "audio_box"
 JOB_RETRIES = 1
 
 DOC = """