We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11890df + 07765cd commit 64e23f3Copy full SHA for 64e23f3
examples/peripherals/usb/host/msc/pytest_usb_host_msc.py
@@ -13,7 +13,7 @@ def test_usb_host_msc_example(dut: Dut) -> None:
13
max_packet_size = int(dut.expect(r'wMaxPacketSize (\d{2,3})')[1].decode())
14
15
# Check result of file_operations()
16
- dut.expect_exact("example: Read from file '/usb/esp/test.txt': 'Hello World!'")
+ dut.expect(r"example: Read from file '/usb[0-9]/esp/test.txt': 'Hello World!'")
17
18
# Check result of speed_test()
19
write_throughput = float(dut.expect(r'example: Write speed ([0-9]*[.]?[0-9]+) MiB')[1].decode())
0 commit comments