commit | d374aebab3755499e41bfc1c8eec97350446fd93 | [log] [tgz] |
---|---|---|
author | Eric Lin <ericth@google.com> | Fri Mar 18 08:34:24 2022 +0000 |
committer | Eric Lin <ericth@google.com> | Fri Mar 18 17:20:44 2022 +0000 |
tree | 838e030c7197073d4f98cc880f723190d16d1d9d | |
parent | 4acf05b6bf6e0391457446e0066900be3060bd3e [diff] [blame] |
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/suite_main.py b/nearby/tests/multidevices/host/suite_main.py index 788fbd5..406a4f0 100644 --- a/nearby/tests/multidevices/host/suite_main.py +++ b/nearby/tests/multidevices/host/suite_main.py
@@ -20,10 +20,12 @@ from mobly import suite_runner import seeker_discover_provider_test +import seeker_show_halfsheet_test _BOOTSTRAP_LOGGING_FILENAME = '/tmp/nearby_multi_devices_test_suite_log.txt' _TEST_CLASSES_LIST = [ seeker_discover_provider_test.SeekerDiscoverProviderTest, + seeker_show_halfsheet_test.SeekerShowHalfSheetTest, ]