mirror of
https://github.com/espressif/esp-idf
synced 2025-03-13 19:19:10 -04:00
Merge branch 'bugfix/fix_ppos_ci_python3' into 'release/v4.2'
CI: fix ppos test app python3 error (v4.2) See merge request espressif/esp-idf!13592
This commit is contained in:
commit
a699475df2
@ -76,7 +76,7 @@ def test_examples_protocol_pppos_connect(env, extra_data):
|
||||
af, socktype, proto, canonname, addr = res
|
||||
sock = socket.socket(socket.AF_INET6, socket.SOCK_STREAM)
|
||||
sock.connect(addr)
|
||||
sock.sendall("Espressif")
|
||||
sock.sendall(b"Espressif")
|
||||
sock.close()
|
||||
|
||||
dut1.expect(re.compile(r"IPv6 test passed"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user