|WARNING| pw141126-141129 [PATCH v4 1/4] dts: add context manager for interactive shells

qemudev at loongson.cn qemudev at loongson.cn
Thu Jun 13 19:50:56 CEST 2024


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

_apply patch failure_

Submitter: Jeremy Spewock <jspewock at iol.unh.edu>
Date: Thu, 13 Jun 2024 14:15:07 -0400
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 6484c847d4e48386904841d6b7062007f837dfb4

Apply patch set 141126-141129 failed:

Checking patch dts/framework/remote_session/__init__.py...
error: while searching for:
from .interactive_shell import InteractiveShell
from .python_shell import PythonShell
from .remote_session import CommandResult, RemoteSession
from .ssh_session import SSHSession
from .testpmd_shell import NicCapability, TestPmdShell


error: patch failed: dts/framework/remote_session/__init__.py:21
error: dts/framework/remote_session/__init__.py: patch does not apply
Checking patch dts/framework/remote_session/interactive_shell.py...
Checking patch dts/framework/remote_session/single_active_interactive_shell.py...
Checking patch dts/framework/remote_session/testpmd_shell.py...
Hunk #1 succeeded at 24 (offset -2 lines).
Hunk #2 succeeded at 80 (offset -2 lines).
error: while searching for:
                f"Test pmd failed to set fwd mode to {mode.value}"
            )

    def close(self) -> None:
        """Overrides :meth:`~.interactive_shell.close`."""
        self.send_command("quit", "")
        return super().close()

    def get_capas_rxq(
        self, supported_capabilities: MutableSet, unsupported_capabilities: MutableSet

error: patch failed: dts/framework/remote_session/testpmd_shell.py:227
error: dts/framework/remote_session/testpmd_shell.py: patch does not apply
Checking patch dts/framework/testbed_model/os_session.py...
Checking patch dts/framework/testbed_model/sut_node.py...
error: while searching for:
        unsupported_capas: set[NicCapability] = set()
        self._logger.debug(f"Checking which capabilities from {capabilities} NIC are supported.")
        testpmd_shell = self.create_interactive_shell(TestPmdShell, privileged=True)
        for capability in capabilities:
            if capability not in supported_capas or capability not in unsupported_capas:
                capability.value(testpmd_shell, supported_capas, unsupported_capas)
        del testpmd_shell
        return supported_capas

    def _set_up_build_target(self, build_target_config: BuildTargetConfiguration) -> None:

error: patch failed: dts/framework/testbed_model/sut_node.py:243
error: dts/framework/testbed_model/sut_node.py: patch does not apply
Checking patch dts/framework/testbed_model/traffic_generator/scapy.py...
Checking patch dts/tests/TestSuite_pmd_buffer_scatter.py...
Checking patch dts/tests/TestSuite_smoke_tests.py...



More information about the test-report mailing list