diff options
author | Sven Gothel <[email protected]> | 2022-05-03 19:40:33 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-05-03 19:40:33 +0200 |
commit | 136b6057847a2ab0caa0cef1fca2047006c9c87f (patch) | |
tree | 15d8f99f202926b97ceca0e9fe36c72b25e82a70 /scripts/run-java-trial.sh | |
parent | 8446abc7f7c3fb4eadff9bd1870e45bfce3c4965 (diff) |
Trial C++: Add 'provoke_' native test to be run manually, provoking issues ..
Here we use a new custom client and server code,
where client:
- does not filter found devices whether they are already connected
and server:
- disconnects 100 ms after Gatt MTU change,
disrupting client's getGattServices discovery process
+++
Note: Usage of dbt_client* and dbt_server* has been untangled
in the header files, i.e. included at top level.
Diffstat (limited to 'scripts/run-java-trial.sh')
-rwxr-xr-x | scripts/run-java-trial.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run-java-trial.sh b/scripts/run-java-trial.sh index 1033ed34..446e5398 100755 --- a/scripts/run-java-trial.sh +++ b/scripts/run-java-trial.sh @@ -17,7 +17,7 @@ if [ ! -e $JAVA_HOME ] ; then exit 1 fi -test_class=trial.org.direct_bt.TestDBTClientServer01_NoEnc +test_class=trial.org.direct_bt.TestDBTClientServer10_NoEnc if [ ! -z "$1" ] ; then test_class=$1 |