Fix artifact name for cts samlpe mobly test
Bug: 208641787
Test: tradefed command
Change-Id: I5ed76adc6010ae9fb040738fbd3c1fe71fc5b034
diff --git a/hostsidetests/sample-mobly/AndroidTest.xml b/hostsidetests/sample-mobly/AndroidTest.xml
index 1d0a4b2..1a0e05e 100644
--- a/hostsidetests/sample-mobly/AndroidTest.xml
+++ b/hostsidetests/sample-mobly/AndroidTest.xml
@@ -34,7 +34,7 @@
</device>
<test class="com.android.tradefed.testtype.mobly.MoblyBinaryHostTest">
- <option name="mobly-par-file-name" value="mobly-multidevice-test" />
+ <option name="mobly-par-file-name" value="CtsSampleMoblyTestCases" />
<option name="mobly-config-file-name" value="config.yaml" />
<option name="mobly-test-timeout" value="1800000" />
</test>