|WARNING| pw135212 [PATCH] [v4, 2/7] dts: allow passing parameters into interactive apps

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Fri Dec 15 04:22:38 CET 2023


Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/135212

_apply patch failure_

Submitter: Jeremy Spewock <jspewock at iol.unh.edu>
Date: Thursday, December 14 2023 22:10:08 
Applied on: CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e
Apply patch set 135212 failed:

Checking patch dts/framework/remote_session/remote/testpmd_shell.py...
error: while searching for:

    def _start_application(self, get_privileged_command: Callable[[str], str] | None) -> None:
        """See "_start_application" in InteractiveShell."""
        self._app_args += " -- -i"
        super()._start_application(get_privileged_command)

    def start(self, verify: bool = True) -> None:

error: patch failed: dts/framework/remote_session/remote/testpmd_shell.py:62
Checking patch dts/framework/testbed_model/sut_node.py...
Applying patch dts/framework/remote_session/remote/testpmd_shell.py with 1 reject...
Rejected hunk #1.
Applied patch dts/framework/testbed_model/sut_node.py cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/dts/framework/remote_session/remote/testpmd_shell.py b/dts/framework/remote_session/remote/testpmd_shell.py	(rejected hunks)
@@ -62,7 +62,7 @@ class TestPmdShell(InteractiveShell):
 
     def _start_application(self, get_privileged_command: Callable[[str], str] | None) -> None:
         """See "_start_application" in InteractiveShell."""
-        self._app_args += " -- -i"
+        self._app_args += " -i"
         super()._start_application(get_privileged_command)
 
     def start(self, verify: bool = True) -> None:

https://lab.dpdk.org/results/dashboard/patchsets/28634/

UNH-IOL DPDK Community Lab


More information about the test-report mailing list