Files
hardware_interfaces/wifi/aidl/default/tests/README.md
Gabriel Biren 80f5392763 Improve process to run the Vendor HAL gTest suite.
This includes:
 - Adding a README to help users get started.
 - Improving the test script to avoid issue where
   device is not ready for the next ADB command
   after 'adb root'.

Bug: 271914366
Test: Manual test
       1. Reboot device.
       2. ./runtests.sh
       3. Tests are expected to execute.
Change-Id: I9f452384a7067708f617d1e932f06b2f5c7ab119
2023-06-14 22:53:28 +00:00

406 B

Vendor HAL gTest Suite

Overview

Rather than testing an active instance of the service like the VTS tests, this test suite will test individual files from the Vendor HAL. This is especially useful for testing conversion methods (see aidl_struct_util_unit_tests.cpp), but can also be used to test things like wifi_chip.

Usage

Run the test script with a device connected:

./runtests.sh