|WARNING| pw144702 [PATCH] dts: improve statistics
qemudev at loongson.cn
qemudev at loongson.cn
Mon Sep 30 17:57:48 CEST 2024
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/144702
_apply patch failure_
Submitter: Tomáš Ďurovec <tomas.durovec at pantheon.tech>
Date: Mon, 30 Sep 2024 18:26:01 +0200
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: bf0ff8df59c7e32f95c0b542cc4a7918f8a3da84
Apply patch set 144702 failed:
Checking patch dts/framework/runner.py...
Hunk #1 succeeded at 90 (offset 6 lines).
error: while searching for:
self._logger.info(
f"Running test run with SUT '{test_run_config.system_under_test_node.name}'."
)
test_run_result.add_sut_info(sut_node.node_info)
try:
dpdk_location = SETTINGS.dpdk_location or test_run_config.dpdk_config.dpdk_location
sut_node.set_up_test_run(test_run_config, dpdk_location)
test_run_result.add_dpdk_build_info(sut_node.get_dpdk_build_info())
tg_node.set_up_test_run(test_run_config, dpdk_location)
test_run_result.update_setup(Result.PASS)
except Exception as e:
error: patch failed: dts/framework/runner.py:421
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
from enum import Enum, auto
from types import FunctionType
from typing import Union
from .config import DPDKBuildInfo, NodeInfo, TestRunConfiguration, TestSuiteConfig
from .exception import DTSError, ErrorSeverity
from .logger import DTSLogger
from .settings import SETTINGS
from .test_suite import TestSuite
@dataclass(slots=True, frozen=True)
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