Add new e2e test case: seeker_show_halfsheet_test.
This test verify half sheet UI pop up for the FP simulator.
This is also the first step for initial pairing e2e tests.
Test: atest -v CtsNearbyMultiDevicesTestSuite
Demo: http://recall/-/cycSROwIosTzHgYDSIqPXl/cfN94OCK5mdobvjdxRD2gp
Bug: 214015364
Change-Id: Ife1279ca34ece513080b4a9bfe8dd03d045d4d94
diff --git a/nearby/tests/multidevices/host/Android.bp b/nearby/tests/multidevices/host/Android.bp
index 8075bf2..8c6559f 100644
--- a/nearby/tests/multidevices/host/Android.bp
+++ b/nearby/tests/multidevices/host/Android.bp
@@ -17,6 +17,7 @@
}
// Run the tests: atest -v CtsNearbyMultiDevicesTestSuite
+// TODO(b/223370810): Flash ROM with ag/17109260 reverted to pass Fast Pair scanning related tests.
python_test_host {
name: "CtsNearbyMultiDevicesTestSuite",
main: "suite_main.py",
@@ -34,6 +35,8 @@
":NearbyMultiDevicesClientsSnippets",
// Package the data provider with the Mobly test.
":NearbyFastPairSeekerDataProvider",
+ // Package the JSON metadata with the Mobly test.
+ "test_data/**/*",
],
}