|WARNING| pw145678 [PATCH v2] dts: fix verify argument in set forward mode
qemudev at loongson.cn
qemudev at loongson.cn
Fri Oct 11 02:51:35 CEST 2024
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/145678
_apply patch failure_
Submitter: Dean Marx <dmarx at iol.unh.edu>
Date: Thu, 10 Oct 2024 14:42:26 -0400
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: e0bf217330a89c30505f218ce89005cfb662af7c
Apply patch set 145678 failed:
Checking patch dts/framework/remote_session/testpmd_shell.py...
error: while searching for:
fails to update.
"""
set_fwd_output = self.send_command(f"set fwd {mode.value}")
if f"Set {mode.value} packet forwarding mode" not in set_fwd_output:
self._logger.debug(f"Failed to set fwd mode to {mode.value}:\n{set_fwd_output}")
raise InteractiveCommandExecutionError(
f"Test pmd failed to set fwd mode to {mode.value}"
)
def stop_all_ports(self, verify: bool = True) -> None:
"""Stops all the ports.
error: patch failed: dts/framework/remote_session/testpmd_shell.py:1567
error: dts/framework/remote_session/testpmd_shell.py: patch does not apply
More information about the test-report
mailing list