From 75abbcdcdd3565f0b42886079fa201e6d8b9bf0f Mon Sep 17 00:00:00 2001 From: Lu Ai Jun Date: Wed, 9 Feb 2022 18:37:14 +0800 Subject: [PATCH] modify advanced ota checker line for nimble and bluedroid --- examples/system/ota/advanced_https_ota/example_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/system/ota/advanced_https_ota/example_test.py b/examples/system/ota/advanced_https_ota/example_test.py index 589706f2c0..90eaf07b3c 100644 --- a/examples/system/ota/advanced_https_ota/example_test.py +++ b/examples/system/ota/advanced_https_ota/example_test.py @@ -542,7 +542,6 @@ def test_examples_protocol_advanced_https_ota_example_nimble_gatts(env, extra_da dut1.expect('Starting Advanced OTA example', timeout=30) print('writing to device: {}'.format('https://' + host_ip + ':' + str(server_port) + '/' + bin_name)) - dut1.expect('GAP procedure initiated: advertise', timeout=30) print('Started GAP advertising.') dut1.write('https://' + host_ip + ':' + str(server_port) + '/' + bin_name)