mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(ci): remove the check of a inexistent host
This commit is contained in:
parent
81a12ce14d
commit
1530be9f53
@ -363,10 +363,6 @@ def test_service_discovery_of_WiFi_device(Init_interface:bool, Init_avahi:bool,
|
||||
ocf.execute_command(cli, command)
|
||||
cli.expect('Done', timeout=5)
|
||||
ocf.wait(cli, 1)
|
||||
command = 'dns resolve FA000123.default.service.arpa.'
|
||||
ocf.clean_buffer(cli)
|
||||
ocf.execute_command(cli, command)
|
||||
cli.expect('Error', timeout=15)
|
||||
domain_name = ocf.get_domain()
|
||||
print('domain name is: ', domain_name)
|
||||
command = 'dns resolve ' + domain_name + '.default.service.arpa.'
|
||||
|
Loading…
x
Reference in New Issue
Block a user