automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw135212 [PATCH] [v4, 2/7] dts: allow passing parameters into interactive apps
@ 2023-12-15  3:22 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2023-12-15  3:22 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Jeremy Spewock <jspewock@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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-15  3:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-15  3:22 |WARNING| pw135212 [PATCH] [v4, 2/7] dts: allow passing parameters into interactive apps dpdklab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).