|WARNING| pw154786-154787 [PATCH 1/2] dts: change test suite name property

qemudev at loongson.cn qemudev at loongson.cn
Fri Jun 27 17:01:16 CEST 2025


Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/154786

_apply patch failure_

Submitter: Thomas Wilks <thomas.wilks at arm.com>
Date: Fri, 27 Jun 2025 16:12:40 +0100
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 2c6f1f0a847898732c18c8b37821850f1b48aa9d

Apply patch set 154786-154787 failed:

Checking patch dts/framework/runner.py...
Checking patch dts/framework/test_result.py...
Checking patch dts/framework/test_run.py...
error: while searching for:
        test_run.ctx.topology.configure_ports("sut", "dpdk")
        test_run.ctx.tg.setup(test_run.ctx.topology)

        self.result.ports = test_run.ctx.topology.sut_ports + test_run.ctx.topology.tg_ports
        self.result.sut_info = test_run.ctx.sut_node.node_info
        self.result.dpdk_build_info = test_run.ctx.dpdk_build.get_dpdk_build_info()

        self.logger.debug(f"Found capabilities to check: {test_run.required_capabilities}")
        test_run.supported_capabilities = get_supported_capabilities(
            test_run.ctx.sut_node, test_run.ctx.topology, test_run.required_capabilities
        )

        self.result.update_setup(Result.PASS)
        return TestRunExecution(test_run, self.result)

    def on_error(self, ex: Exception) -> State | None:
        """Next state on error."""
        self.result.update_setup(Result.ERROR, ex)
        return TestRunTeardown(self.test_run, self.result)



error: patch failed: dts/framework/test_run.py:349
error: dts/framework/test_run.py: patch does not apply
Checking patch dts/framework/testbed_model/posix_session.py...



More information about the test-report mailing list