micropython/tests/multi_bluetooth
Damien George 56f9dcb580 tests/multi_bluetooth: Move ble_deepsleep to stress_deepsleep_reconnect.
This test cannot run on boards that have a native USB REPL, so rename it to
indicate that its "special".  This makes it easier to run a subset of
tests, for example:

    ./run-multitests.py multi_bluetooth/ble*.py
    ./run-multitests.py multi_bluetooth/perf*.py
    ./run-multitests.py multi_bluetooth/stress*.py

Signed-off-by: Damien George <damien@micropython.org>
2024-02-29 14:16:05 +11:00
..
ble_characteristic.py
ble_characteristic.py.exp
ble_descriptor.py
ble_descriptor.py.exp
ble_gap_advertise.py
ble_gap_advertise.py.exp
ble_gap_connect.py
ble_gap_connect.py.exp
ble_gap_device_name.py
ble_gap_device_name.py.exp
ble_gap_pair.py
ble_gap_pair.py.exp
ble_gap_pair_bond.py
ble_gap_pair_bond.py.exp
ble_gatt_data_transfer.py
ble_gatt_data_transfer.py.exp
ble_gattc_discover_services.py
ble_gattc_discover_services.py.exp
ble_irq_calls.py tests/multi_bluetooth/ble_irq_calls.py: Enhance test to test recursion. 2024-02-16 10:20:28 +11:00
ble_irq_calls.py.exp tests/multi_bluetooth/ble_irq_calls.py: Enhance test to test recursion. 2024-02-16 10:20:28 +11:00
ble_l2cap.py
ble_l2cap.py.exp
ble_mtu.py
ble_mtu.py.exp
ble_mtu_peripheral.py
ble_mtu_peripheral.py.exp
ble_subscribe.py
ble_subscribe.py.exp
perf_gatt_char_write.py
perf_gatt_char_write.py.exp
perf_gatt_notify.py
perf_gatt_notify.py.exp
perf_l2cap.py
perf_l2cap.py.exp
stress_deepsleep_reconnect.py tests/multi_bluetooth: Move ble_deepsleep to stress_deepsleep_reconnect. 2024-02-29 14:16:05 +11:00
stress_deepsleep_reconnect.py.exp tests/multi_bluetooth: Move ble_deepsleep to stress_deepsleep_reconnect. 2024-02-29 14:16:05 +11:00
stress_log_filesystem.py
stress_log_filesystem.py.exp