|WARNING| pw152195-152201 [PATCH v4 1/7] dts: add tests package to API docs
qemudev at loongson.cn
qemudev at loongson.cn
Mon Mar 3 15:27:32 CET 2025
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/152195
_apply patch failure_
Submitter: Luca Vizzarro <luca.vizzarro at arm.com>
Date: Mon, 3 Mar 2025 16:57:03 +0200
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: fab31a03ba98e7457284df95dd9eef2223a4ccaa
Apply patch set 152195-152201 failed:
Checking patch dts/tests/TestSuite_dynamic_config.py...
Checking patch dts/tests/TestSuite_mac_filter.py...
error: while searching for:
the properties applied to the PMD at any given time.
Test:
Start TestPMD without promiscuous mode.
Send a packet with the port's default mac address. (Should receive)
Send a packet with fake mac address. (Should not receive)
Add fake mac address to the PMD's address pool.
Send a packet with the fake mac address to the PMD. (Should receive)
Remove the fake mac address from the PMD's address pool.
Send a packet with the fake mac address to the PMD. (Should not receive)
"""
with TestPmdShell() as testpmd:
testpmd.set_promisc(0, enable=False)
error: patch failed: dts/tests/TestSuite_mac_filter.py:93
error: dts/tests/TestSuite_mac_filter.py: patch does not apply
Checking patch dts/tests/TestSuite_mtu.py...
error: while searching for:
"""Set up the test suite.
Setup:
Set traffic generator MTU lengths to a size greater than scope of all
test cases.
"""
self.topology.tg_port_egress.configure_mtu(JUMBO_MTU + 200)
self.topology.tg_port_ingress.configure_mtu(JUMBO_MTU + 200)
error: patch failed: dts/tests/TestSuite_mtu.py:48
error: dts/tests/TestSuite_mtu.py: patch does not apply
More information about the test-report
mailing list