Add xml config for greenday power test
Bug: None
Test: Local
Change-Id: I7d84557d8b8ed753d9b5d081cb3ef407ae3571ee
diff --git a/res/config/scenario/power.xml b/res/config/scenario/power.xml
new file mode 100644
index 0000000..b14b800
--- /dev/null
+++ b/res/config/scenario/power.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2019 Google Inc. All Rights Reserved -->
+<configuration description="Configuration to setup and then run tests with USB disconnected">
+ <test class="com.android.scenario.AppSetup"/>
+ <test class="com.google.android.power.tests.PowerTestRunner">
+ <option name="test_runner" value="androidx.test.runner.AndroidJUnitRunner"/>
+ <option name="test_package" value="android.platform.test.scenario"/>
+ </test>
+</configuration>
+