| Index: client/site_tests/power_Draw/control
|
| diff --git a/client/site_tests/power_Draw/control b/client/site_tests/power_Draw/control
|
| index 0912847f835fab6168fcab06a36d63cac162fd32..6df6e7957eaf208cca07ea0813a09ca346744233 100644
|
| --- a/client/site_tests/power_Draw/control
|
| +++ b/client/site_tests/power_Draw/control
|
| @@ -14,13 +14,10 @@ TEST_TYPE = "client"
|
| DOC = """
|
| This test will run for 200 seconds.
|
|
|
| -This test depends upon site_power_status.py from AutoTest to provide battery
|
| +This test depends upon power_status.py from AutoTest to provide battery
|
| state updates. This test requires that AC power is off.
|
| """
|
|
|
| -from autotest_lib.client.common_lib import site_power_status
|
| -
|
| -
|
| tag = 'PowerDraw'
|
| seconds = 200
|
|
|
|
|