|WARNING| pw148362 [PATCH v2] dts: improve statistics

qemudev at loongson.cn qemudev at loongson.cn
Tue Nov 12 16:36:25 CET 2024


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

_apply patch failure_

Submitter: Luca Vizzarro <luca.vizzarro at arm.com>
Date: Tue, 12 Nov 2024 16:08:40 +0000
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: c5df7a373ad07413d9652479272cd16adf989b06

Apply patch set 148362 failed:

Checking patch dts/framework/runner.py...
Hunk #1 succeeded at 92 (offset 5 lines).
error: while searching for:
        self._logger.info(
            f"Running test run with SUT '{test_run_config.system_under_test_node.node_name}'."
        )
        test_run_result.add_sut_info(sut_node.node_info)
        try:
            dpdk_build_config = test_run_config.dpdk_config
            if new_location := SETTINGS.dpdk_location:

error: patch failed: dts/framework/runner.py:314
error: dts/framework/runner.py: patch does not apply
Checking patch dts/framework/test_result.py...
error: while searching for:
variable modify the directory where the files with results will be stored.
"""

import os.path
from collections.abc import MutableSequence
from dataclasses import dataclass, field
from enum import Enum, auto
from typing import Union

from framework.testbed_model.capability import Capability

from .config import TestRunConfiguration, TestSuiteConfig
from .exception import DTSError, ErrorSeverity
from .logger import DTSLogger
from .settings import SETTINGS
from .test_suite import TestCase, TestSuite
from .testbed_model.os_session import OSSessionInfo
from .testbed_model.sut_node import DPDKBuildInfo



error: patch failed: dts/framework/test_result.py:22
error: dts/framework/test_result.py: patch does not apply



More information about the test-report mailing list