automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw144702 [PATCH] dts: improve statistics
       [not found] <20240930162601.30317-1-tomas.durovec@pantheon.tech>
@ 2024-09-30 15:57 ` qemudev
  2024-09-30 16:27 ` |SUCCESS| " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2024-09-30 15:57 UTC (permalink / raw)
  To: test-report; +Cc: tomas.durovec, zhoumin

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

_apply patch failure_

Submitter: Tomáš Ďurovec <tomas.durovec@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* |SUCCESS| pw144702 [PATCH] dts: improve statistics
       [not found] <20240930162601.30317-1-tomas.durovec@pantheon.tech>
  2024-09-30 15:57 ` |WARNING| pw144702 [PATCH] dts: improve statistics qemudev
@ 2024-09-30 16:27 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2024-09-30 16:27 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/144702

_coding style OK_



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-30 16:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240930162601.30317-1-tomas.durovec@pantheon.tech>
2024-09-30 15:57 ` |WARNING| pw144702 [PATCH] dts: improve statistics qemudev
2024-09-30 16:27 ` |SUCCESS| " checkpatch

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).