power_LoadTest: Adding fast, wired, plugged-in test config

A test configuration useful during development with a charging,
wired DUT. Made for faster iteration times.

BUG=none
TEST=Run PLT with WIRED_10min_acok config

Change-Id: Icb4430e1bb8613a344827d900fc9f7dfa8ef5dee
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/1901307
Reviewed-by: Raul E Rangel <rrangel@chromium.org>
Tested-by: Pranay Shoroff <pshoroff@google.com>
Commit-Queue: Pranay Shoroff <pshoroff@google.com>
diff --git a/client/site_tests/power_LoadTest/control.WIRED_10min_acok b/client/site_tests/power_LoadTest/control.WIRED_10min_acok
new file mode 100644
index 0000000..ee5c414
--- /dev/null
+++ b/client/site_tests/power_LoadTest/control.WIRED_10min_acok
@@ -0,0 +1,27 @@
+# Copyright (c) 2016 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+AUTHOR = "Chrome OS Team"
+NAME = "power_LoadTest.WIRED_10min_acok"
+ATTRIBUTES = "suite:power_daily"
+PURPOSE = "Measure power draw when system is under load."
+CRITERIA = "This test is a benchmark."
+TIME = "LONG"
+TEST_CATEGORY = "Benchmark"
+TEST_CLASS = "power"
+TEST_TYPE = "client"
+
+DOC = """
+This test runs a load test consisting of cycling though web pages, playing
+videos, etc. and measures battery power draw. The maximum duration of this test
+in seconds is determined by the loop_time * loop_cnt.
+"""
+loop_time = 600
+loop_count = 1
+
+args_dict = utils.args_to_dict(args)
+pdash_note = args_dict.get('pdash_note', '')
+job.run_test('power_LoadTest', loop_time=loop_time, loop_count=loop_count,
+             test_low_batt_p=6, ac_ok=True, check_network=False,
+             tag=NAME.split('.')[1], pdash_note=pdash_note)