From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dts-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 16A84A04FF;
	Tue, 22 Mar 2022 13:52:12 +0100 (CET)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 1017D40E64;
	Tue, 22 Mar 2022 13:52:12 +0100 (CET)
Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178])
 by mails.dpdk.org (Postfix) with ESMTP id 68B8B40694
 for <dts@dpdk.org>; Tue, 22 Mar 2022 13:52:11 +0100 (CET)
Received: by inbox.dpdk.org (Postfix, from userid 33)
 id 65174A0503; Tue, 22 Mar 2022 13:52:11 +0100 (CET)
From: bugzilla@dpdk.org
To: dts@dpdk.org
Subject: [Bug 972] Change the DTS framework to introduce categories of return
 codes
Date: Tue, 22 Mar 2022 12:52:11 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: DTS
X-Bugzilla-Component: framework
X-Bugzilla-Version: unspecified
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: normal
X-Bugzilla-Who: juraj.linkes@pantheon.tech
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: dts@dpdk.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform
 op_sys bug_status bug_severity priority component assigned_to reporter
 target_milestone
Message-ID: <bug-972-433@http.bugs.dpdk.org/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.dpdk.org/
Auto-Submitted: auto-generated
X-Auto-Response-Suppress: All
MIME-Version: 1.0
X-BeenThere: dts@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: test suite reviews and discussions <dts.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dts>,
 <mailto:dts-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dts/>
List-Post: <mailto:dts@dpdk.org>
List-Help: <mailto:dts-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dts>,
 <mailto:dts-request@dpdk.org?subject=subscribe>
Errors-To: dts-bounces@dpdk.org

https://bugs.dpdk.org/show_bug.cgi?id=3D972

            Bug ID: 972
           Summary: Change the DTS framework to introduce categories of
                    return codes
           Product: DTS
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: framework
          Assignee: dts@dpdk.org
          Reporter: juraj.linkes@pantheon.tech
  Target Milestone: ---

Return values for different types of failures can help CI systems catch more
errors. DTS should return different exit status codes for the following:
1) build failures
2) python exceptions
3) failure to start the testpmd application
4) any other?

(This is calling for fixing the framework only, test cases will be fixed as
they are added to reviewed list)

--=20
You are receiving this mail because:
You are the assignee for the bug.=