Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f51990b3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "gd/cert/run: Remove usage examples on --host argument" am: a77ee7b9...

Merge "gd/cert/run: Remove usage examples on --host argument" am: a77ee7b9 am: 925c8a55 am: cf27abf1

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2458008



Change-Id: I088ca30dd1ab0ca515f6b6ba232ed0f8b9db78fa
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 8f97e4cf cf27abf1
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -145,10 +145,10 @@ function parse_options {
        echo -e "${BLUE}  --verbose${NOCOLOR}"
        echo -e "${BLUE}  --verbose${NOCOLOR}"
        echo -e "    Displays device logs and test logs to output."
        echo -e "    Displays device logs and test logs to output."
        echo
        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 "        ${YELLOW}e.g."
        echo -e "         $0 --host --clean SecurityTest"
        echo -e "         $0 --clean SecurityTest"
        echo -e "         $0 --host --verbose SecurityTest:test_dut_initiated_display_only_display_only ${NOCOLOR}"
        echo -e "         $0 --verbose SecurityTest:test_dut_initiated_display_only_display_only ${NOCOLOR}"
        echo
        echo
        shift
        shift
        exit 0
        exit 0
+1 −2
Original line number Original line Diff line number Diff line
@@ -75,7 +75,7 @@ Assume user has an Android checkout and finished `source build/envsetup.sh` and
### Run GD cert tests on host machine
### Run GD cert tests on host machine


```shell
```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
### Run GD cert tests on devices for the first time
@@ -97,7 +97,6 @@ $ANDROID_BUILD_TOP/packages/modules/Bluetooth/system/gd/cert/run


### `packages/modules/Bluetooth/system/gd/cert/run` command reference
### `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
*   `--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
*   `--repeat=N`: Repeat running the same set of tests N times without redoing
    test setup
    test setup