Lines Matching refs:acts
10 - The **acts** directory stores the source code and configuration files of ACTS test cases. The ACT…
12 - The **tools** software package stores the test case development framework related to **acts**.
34 ├── acts # Test code
104 1. Access the **test/xts/acts** repository where the test cases will be stored.
107 ├── acts
166 suite_name = "acts"
175 4. Add build options to the **BUILD.gn** file in the **acts** directory.
176 …You need to add the test module to the **test/xts/acts/build_lite/BUILD.gn** script in the **acts*…
180 lite_component("acts") {
185 "//xts/acts/subsystem_lite/module_hal:ActsDemoTest"
222 1. Access the **test/xts/acts** repository where the test cases will be stored.
225 ├── acts
292 suite_name = "acts"
309 4. Add build options to the **BUILD.gn** file in the **acts** directory.
310 … Add the test module to the **test/xts/acts/build_lite/BUILD.gn** script in the **acts** directory.
314 lite_component("acts") {
319 "//xts/acts/subsystem_lite/module_posix:ActsDemoTest"
329 …pendently built to an executable file (.bin) and archived in the **suites\acts** directory of the …
453 ./build.sh suite=acts system_size=standard
456 Test case output directory: **out/release/suites/acts/testcases**
458 …Test framework and case output directory: **out/release/suites/acts** (The test suite execution fr…
467 **Test execution directory** (corresponding to the **out/release/suites/acts** directory generated …
480 …t/release/suites/acts**, copied from the Linux server), go to the directory in the Windows command…
486 run acts
493 - Execute the test cases of a module (view specific module information in **\acts\testcases\**).
506 …Go to **acts\reports\**, obtain the current execution record, and open **summary_report.html** to …