From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_PASS,T_DKIMWL_WL_HIGH,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7FE9BC004C9 for ; Tue, 7 May 2019 17:01:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5050120656 for ; Tue, 7 May 2019 17:01:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557248514; bh=WQuq1jvxK0s1ov9koPWdbhKUNJ7dunud4KoGyCrvQvM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=gcgFzfYwtRRdyd5fDp0vCm34ZtTUKZ7dEx23ju9AtEGtUdLd2XioWRiw/4Ahwu1NG nzhdyGAAGz933ZlbQ9kl34YsxvqvI21ghkt43n8mRoQ6KtdmoDMQ1b2CtlMjXxkTdc 9Vg/TfywXnKyDIqYYSYnz3Mg5rto58J/F5jBiN2M= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726653AbfEGRBx (ORCPT ); Tue, 7 May 2019 13:01:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:57840 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725859AbfEGRBx (ORCPT ); Tue, 7 May 2019 13:01:53 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B6B5F205C9; Tue, 7 May 2019 17:01:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557248513; bh=WQuq1jvxK0s1ov9koPWdbhKUNJ7dunud4KoGyCrvQvM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MZTrkO2Fx+EiwYrE8AxYp5XJkiYUp+6OPqt1TOJguRR99g3bek/bVRpKhiHtS8dhC PeCZd1SpdI/bJFaSiaDlv+F288uEIKn75XbWXX/EuQ9A4WbXyJ5s/qfe+SIatuoGBT f12f5UqAreXKpaT2h73xnyvYdAwvIK2h/VpFX4FA= Date: Tue, 7 May 2019 19:01:50 +0200 From: Greg KH To: CKI Project Cc: Linux Stable maillist Subject: Re: =?utf-8?B?4pyFIFBBU1M=?= =?utf-8?Q?=3A?= Stable queue: queue-5.0 Message-ID: <20190507170150.GA1468@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, May 07, 2019 at 11:21:07AM -0400, CKI Project wrote: > x86_64: > ✅ Boot test [0] > ✅ LTP lite [2] > ✅ Loopdev Sanity [3] > ✅ AMTU (Abstract Machine Test Utility) [4] > ✅ Ethernet drivers sanity [5] > ✅ httpd: mod_ssl smoke sanity [6] > ✅ iotop: sanity [7] > ✅ tuned: tune-processes-through-perf [8] > ✅ Usex - version 1.9-29 [9] > ✅ lvm thinp sanity [10] > ✅ Boot test [0] > ✅ xfstests: xfs [1] > 🚧 ✅ audit: audit testsuite test [12] > 🚧 ✅ stress: stress-ng [13] > 🚧 ✅ selinux-policy: serge-testsuite [11] Just a question, what is the number in the [] above? The number of tests run? And if so: ✅ Boot test [0] is listed twice, with no tests run? Doesn't booting count? :) Also, "LTP lite", isn't that a lot more than just 2 tests that are part of that? Any chance you can add more LTP tests, much like Linaro has? I think their list of LTP tests they are running is somewhere. > Test source: > [0]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/kpkginstall > [1]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/filesystems/xfs/xfstests > [2]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/ltp/lite > [3]: https://github.com/CKI-project/tests-beaker/archive/master.zip#filesystems/loopdev/sanity > [4]: https://github.com/CKI-project/tests-beaker/archive/master.zip#misc/amtu > [5]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/networking/driver/sanity > [6]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/httpd/mod_ssl-smoke > [7]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/iotop/sanity > [8]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/tuned/tune-processes-through-perf > [9]: https://github.com/CKI-project/tests-beaker/archive/master.zip#standards/usex/1.9-29 > [10]: https://github.com/CKI-project/tests-beaker/archive/master.zip#storage/lvm/thinp/sanity > [11]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/packages/selinux-policy/serge-testsuite > [12]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/audit/audit-testsuite > [13]: https://github.com/CKI-project/tests-beaker/archive/master.zip#stress/stress-ng Ah crap, it's a footnote, nevermind on most of what I wrote above :) But why is booting happening twice? And I see you are running xfstests, which is great, but does it really all "pass"? What type of filesystem image are you running it on. thanks, greg k-h