Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/test_linux_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ def test_kernel_messages(shell, check):
"spi_stm32 44009000.spi: failed to request tx dma channel",
"spi_stm32 44009000.spi: failed to request rx dma channel",
"clk: failed to reparent ethck_k to pll4_p: -22",
"dwc2 49000000.usb-otg: supply vusb_d not found, using dummy regulator",
"dwc2 49000000.usb-otg: supply vusb_a not found, using dummy regulator",
"check access for rdinit=/init failed: -2, ignoring",
"stm32-dwmac 5800a000.ethernet switch: Adding VLAN ID 0 is not supported",
}

Expand Down
2 changes: 1 addition & 1 deletion tests/test_tacd.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def test_tacd_dut_power_switchable(strategy, shell, eet, record_property, check)
) # Connect PWRin to 12V. Load PWRout with 15R
r = requests.put(f"http://{strategy.network.address}/v1/dut/powered", data=b'"On"') # activate DUT power switch
assert r.status_code == 204
time.sleep(0.1) # Give measurements a moment to settle
time.sleep(0.5) # Give measurements a moment to settle

r = requests.get(f"http://{strategy.network.address}/v1/dut/feedback/current") # measure DUT current
assert r.status_code == 200
Expand Down