Loading system/gd/cert/run +3 −3 Original line number Diff line number Diff line Loading @@ -145,10 +145,10 @@ function parse_options { echo -e "${BLUE} --verbose${NOCOLOR}" echo -e " Displays device logs and test logs to output." echo echo -e "Usage: $0 [--clean|--host|--repeat=<N>|--test_config=<config>] [TestGroupName[.IndividualTestName]]" echo -e "Usage: $0 [--clean|--repeat=<N>|--test_config=<config>] [TestGroupName[.IndividualTestName]]" echo -e " ${YELLOW}e.g." echo -e " $0 --host --clean SecurityTest" echo -e " $0 --host --verbose SecurityTest:test_dut_initiated_display_only_display_only ${NOCOLOR}" echo -e " $0 --clean SecurityTest" echo -e " $0 --verbose SecurityTest:test_dut_initiated_display_only_display_only ${NOCOLOR}" echo shift exit 0 Loading system/gd/docs/testing/cert_test.md +1 −2 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ Assume user has an Android checkout and finished `source build/envsetup.sh` and ### Run GD cert tests on host machine ```shell $ANDROID_BUILD_TOP/packages/modules/Bluetooth/system/gd/cert/run --host $ANDROID_BUILD_TOP/packages/modules/Bluetooth/system/gd/cert/run ``` ### Run GD cert tests on devices for the first time Loading @@ -97,7 +97,6 @@ $ANDROID_BUILD_TOP/packages/modules/Bluetooth/system/gd/cert/run ### `packages/modules/Bluetooth/system/gd/cert/run` command reference * `--host`: Run tests on host only using `root-canal` * `--clean`: Remove any test setup files and do a clean test run * `--repeat=N`: Repeat running the same set of tests N times without redoing test setup Loading Loading
system/gd/cert/run +3 −3 Original line number Diff line number Diff line Loading @@ -145,10 +145,10 @@ function parse_options { echo -e "${BLUE} --verbose${NOCOLOR}" echo -e " Displays device logs and test logs to output." echo echo -e "Usage: $0 [--clean|--host|--repeat=<N>|--test_config=<config>] [TestGroupName[.IndividualTestName]]" echo -e "Usage: $0 [--clean|--repeat=<N>|--test_config=<config>] [TestGroupName[.IndividualTestName]]" echo -e " ${YELLOW}e.g." echo -e " $0 --host --clean SecurityTest" echo -e " $0 --host --verbose SecurityTest:test_dut_initiated_display_only_display_only ${NOCOLOR}" echo -e " $0 --clean SecurityTest" echo -e " $0 --verbose SecurityTest:test_dut_initiated_display_only_display_only ${NOCOLOR}" echo shift exit 0 Loading
system/gd/docs/testing/cert_test.md +1 −2 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ Assume user has an Android checkout and finished `source build/envsetup.sh` and ### Run GD cert tests on host machine ```shell $ANDROID_BUILD_TOP/packages/modules/Bluetooth/system/gd/cert/run --host $ANDROID_BUILD_TOP/packages/modules/Bluetooth/system/gd/cert/run ``` ### Run GD cert tests on devices for the first time Loading @@ -97,7 +97,6 @@ $ANDROID_BUILD_TOP/packages/modules/Bluetooth/system/gd/cert/run ### `packages/modules/Bluetooth/system/gd/cert/run` command reference * `--host`: Run tests on host only using `root-canal` * `--clean`: Remove any test setup files and do a clean test run * `--repeat=N`: Repeat running the same set of tests N times without redoing test setup Loading