From owner-freebsd-testing@freebsd.org Wed Apr 10 22:30:24 2019 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52F57156F989 for ; Wed, 10 Apr 2019 22:30:24 +0000 (UTC) (envelope-from susan.stanziano@xinuos.com) Received: from zhost.uxsglobal.com (zhost.xinuos.com [144.202.236.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA5D38EFBA for ; Wed, 10 Apr 2019 22:30:22 +0000 (UTC) (envelope-from susan.stanziano@xinuos.com) Received: from zhost.uxsglobal.com (localhost [127.0.0.1]) by zhost.uxsglobal.com (Postfix) with ESMTPS id 979AB880417 for ; Wed, 10 Apr 2019 18:30:16 -0400 (EDT) Received: from zhost.uxsglobal.com (localhost [127.0.0.1]) by zhost.uxsglobal.com (Postfix) with ESMTPS id 7BB59880676 for ; Wed, 10 Apr 2019 18:30:16 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.9.2 zhost.uxsglobal.com 7BB59880676 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xinuos.com; s=710E410E-A6C0-11E6-9C55-A8275FB0EC07; t=1554935416; bh=lfShCn04KlfiIht8YdB1dWlyaQjxAcxMgidUCvNHwmQ=; h=Date:From:To:Message-ID:Subject:MIME-Version:Content-Type; b=DWjjWGVatzrMu8IkNO+L3AXr43/swFMlMxIywQgywkQUwr60Bh1+mY9yFpnkG7Twj TNAB44SnIYnVAb56/WCsIRSnDea/Ro8tgcV9BSF/+mvMEIVhPzC1GqZarLXeJypjJ3 mFO3exyikTWKQ9qCBmvgdzs8Nw0dMHfex6tOjzV8= Received: from zhost.uxsglobalhost.com (localhost [127.0.0.1]) by zhost.uxsglobal.com (Postfix) with ESMTP id 7297E880417 for ; Wed, 10 Apr 2019 18:30:16 -0400 (EDT) Date: Wed, 10 Apr 2019 18:30:16 -0400 (EDT) From: Susan Stanziano To: freebsd-testing@freebsd.org Message-ID: <555587672.2279585.1554935416410.JavaMail.zimbra@xinuos.com> Subject: Kyua reporting tool question MIME-Version: 1.0 X-Originating-IP: [71.251.34.187] X-Mailer: Zimbra 8.6.0_GA_1153 (ZimbraWebClient - GC73 (Win)/8.6.0_GA_1153) Thread-Topic: Kyua reporting tool question Thread-Index: rvHwMNqa8zq6Ho0vyM1xg7y9ptUHeg== X-Rspamd-Queue-Id: EA5D38EFBA X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=xinuos.com header.s=710E410E-A6C0-11E6-9C55-A8275FB0EC07 header.b=DWjjWGVa; spf=pass (mx1.freebsd.org: domain of susan.stanziano@xinuos.com designates 144.202.236.63 as permitted sender) smtp.mailfrom=susan.stanziano@xinuos.com X-Spamd-Result: default: False [-3.28 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.97)[-0.972,0]; R_DKIM_ALLOW(-0.20)[xinuos.com:s=710E410E-A6C0-11E6-9C55-A8275FB0EC07]; HAS_XOIP(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:144.202.236.60/30]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-testing@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; RCVD_COUNT_THREE(0.00)[4]; DMARC_NA(0.00)[xinuos.com]; DKIM_TRACE(0.00)[xinuos.com:+]; MX_GOOD(-0.01)[mx1-us2.ppe-hosted.com,mx2-us2.ppe-hosted.com,mx1-us2.ppe-hosted.com,mx2-us2.ppe-hosted.com,mx1-us2.ppe-hosted.com,mx2-us2.ppe-hosted.com]; NEURAL_HAM_SHORT(-0.79)[-0.785,0]; IP_SCORE(-0.01)[country: US(-0.06)]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:26094, ipnet:144.202.224.0/19, country:US]; MID_RHS_MATCH_FROM(0.00)[] Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2019 22:30:24 -0000 Hi all,=20 A question on the kyua reporting tool:=20 kyua report --results-filter=20 should not include passed tests if used without an argument.=20 But, when I run it this way I get all results including passed.=20 And if I run it with an argument (failed), I still get all results:=20 kyua report --results-filter failed=20 --results-filter types Comma-separated list of the test result types to inc= lude in the report. The ordering of the values is respected so that you can determine how you want the list of tests to be shown. The valid values are: =E2=80=98broken=E2=80=99, =E2=80=98failed=E2= =80=99, =E2=80=98passed=E2=80=99, =E2=80=98skipped=E2=80=99 and =E2=80=98xfail=E2=80=99. If the parameter supplied to the option = is empty, filtering is suppressed and all result types are shown in the report. The default value for this flag includes all the test results exce= pt the passed tests. Showing the passed tests by default clutters th= e report with too much information, so only abnormal conditions are= =20 Any insight is appreciated.=20 Susan Stanziano=20 (E) susan.stanziano@xinuos.com=20