aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuexi Ma <yuexima@google.com>2020-01-07 12:34:07 -0800
committerYuexi Ma <yuexima@google.com>2020-01-07 21:54:34 +0000
commitf8ee373478fabc19ece9f5d2d83ccfc6e8189c0c (patch)
tree58878fec44f61fde960788e1fe811baae6936236
parent44f036300de89b054f26f4f423f39660b808b7da (diff)
downloadcsuite-f8ee373478fabc19ece9f5d2d83ccfc6e8189c0c.tar.gz
Use single-app modules in launch test plan
Test: csuite-tradefed run launch Change-Id: I0c72b544a4414c9b4356abc613e256f9d73e2589
-rw-r--r--harness/src/main/resources/config/launch.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/harness/src/main/resources/config/launch.xml b/harness/src/main/resources/config/launch.xml
index 926fbca..4581ebc 100644
--- a/harness/src/main/resources/config/launch.xml
+++ b/harness/src/main/resources/config/launch.xml
@@ -13,11 +13,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<configuration description="CSuite Compatibility Launch Test Plan">
+<configuration description="C-Suite Compatibility Launch Test Plan">
<include name="csuite-base" />
<option name="plan" value="launch" />
<option name="test-tag" value="launch" />
- <option name="compatibility:module-metadata-include-filter" key="plan" value="csuite-launch" />
+ <option name="compatibility:module-metadata-include-filter" key="plan" value="app-launch" />
</configuration>