Merge changes from topic "presubmit-am-9177f554b67b4c41b2843eae5db980a2" into tm-mainline-prod

* changes:
  [automerge] Fix the command to run CtsSeekerDiscoverProviderTest. 2p: ed48c4efe8
  Fix the command to run CtsSeekerDiscoverProviderTest.
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",