[automerge] Fix the command to run CtsSeekerDiscoverProviderTest. 2p: ed48c4efe8

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/Nearby/+/16961291

Bug: 220644698
Change-Id: I81da831b83288f74a4a8a4f2b436af87a998debe
diff --git a/nearby/tests/multidevices/host/Android.bp b/nearby/tests/multidevices/host/Android.bp
index b0adfba..5aace96 100644
--- a/nearby/tests/multidevices/host/Android.bp
+++ b/nearby/tests/multidevices/host/Android.bp
@@ -16,7 +16,7 @@
     default_applicable_licenses: ["Android-Apache-2.0"],
 }
 
-// Run the tests: atest -v CtsSeekerDiscoverProviderTest
+// Run the tests: atest -v CtsSeekerDiscoverProviderTest -- --replicate-parent-setup --multi-device-count 2
 python_test_host {
     name: "CtsSeekerDiscoverProviderTest",
     main: "seeker_discover_provider_test.py",