|WARNING| pw152405-152411 [PATCH v2 1/7] dts: escape single quotes

qemudev at loongson.cn qemudev at loongson.cn
Fri Mar 14 14:20:23 CET 2025


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

_apply patch failure_

Submitter: Luca Vizzarro <luca.vizzarro at arm.com>
Date: Fri, 14 Mar 2025 15:18:51 +0200
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: db4c6038c0da6f34b3c294062607382bbb4e9ae1

Apply patch set 152405-152411 failed:

Checking patch dts/framework/remote_session/dpdk_app.py...
Checking patch dts/framework/remote_session/dpdk_shell.py...
error: while searching for:
        self,
        name: str | None = None,
        privileged: bool = True,
        path: PurePath | None = None,
        app_params: EalParams = EalParams(),
    ) -> None:
        """Extends :meth:`~.interactive_shell.InteractiveShell.__init__`."""
        app_params = compute_eal_params(app_params)
        node = get_ctx().sut_node

        super().__init__(node, name, privileged, path, app_params)

    def _update_real_path(self, path: PurePath) -> None:
        """Extends :meth:`~.interactive_shell.InteractiveShell._update_real_path`.

        Adds the remote DPDK build directory to the path.
        """
        super()._update_real_path(
            PurePath(get_ctx().dpdk_build.remote_dpdk_build_dir).joinpath(path)
        )

error: patch failed: dts/framework/remote_session/dpdk_shell.py:65
error: dts/framework/remote_session/dpdk_shell.py: patch does not apply
Checking patch dts/framework/remote_session/interactive_shell.py...
Checking patch dts/framework/remote_session/python_shell.py...
Checking patch dts/framework/remote_session/testpmd_shell.py...



More information about the test-report mailing list