From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 2A54481F81 for ; Wed, 25 Jan 2017 14:05:33 -0800 (PST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP; 25 Jan 2017 14:05:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,286,1477983600"; d="scan'208";a="35491324" Received: from orsmsx103.amr.corp.intel.com ([10.22.225.130]) by orsmga002.jf.intel.com with ESMTP; 25 Jan 2017 14:05:15 -0800 Received: from orsmsx111.amr.corp.intel.com (10.22.240.12) by ORSMSX103.amr.corp.intel.com (10.22.225.130) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 25 Jan 2017 14:05:15 -0800 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.27]) by ORSMSX111.amr.corp.intel.com ([10.22.240.12]) with mapi id 14.03.0248.002; Wed, 25 Jan 2017 14:05:15 -0800 From: "Kinney, Michael D" To: "edk2-devel@lists.01.org (edk2-devel@ml01.01.org)" , "Kinney, Michael D" Thread-Topic: [edk2-staging] Create new edk2-test branch Thread-Index: AdJ21iUytsBw/VwOQ7+V+oaPUtD0yAAgFz1A Date: Wed, 25 Jan 2017 22:05:15 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGE0NmFmNGEtNmYzMC00MGI1LTg3YmYtOTM5ZmM5ZmQwNGNlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InNLQVIwbWhoSmxJUlJoRXpidnlHWURCcm1pM1FcL3ZLNStGU0lKcEpHM3k4PSJ9 x-originating-ip: [10.22.254.138] MIME-Version: 1.0 Subject: Re: [edk2-staging] Create new edk2-test branch X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2017 22:05:33 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable The initial version of the edk2-test branch is checked in at: https://github.com/tianocore/edk2-staging/tree/edk2-test Mike > -----Original Message----- > From: Kinney, Michael D > Sent: Tuesday, January 24, 2017 11:07 PM > To: edk2-devel@lists.01.org (edk2-devel@ml01.01.org) ; > Kinney, Michael D > Subject: [edk2-staging] Create new edk2-test branch >=20 > I am creating a new branch in edk2-staging called edk2-test. >=20 > The purpose of this branch is to develop a test harness, > test case SDK, and library of test cases that can be used > as part of edk2 validation. >=20 > The initial version of this test harness is compatible with > binary releases of the PI SCTs and UEFI SCTs, are native > edk2 packages with no dependencies on the EdkCompatibilityPkg, > and the test harness runs using the latest version of the > UEFI Shell. >=20 > Additional work items: > * Update to take advantage of latest edk2 features/libraries. > * Update for all supported CPU types > * Update for all supported compilers > * Review initial test harness features and determine > what features should be dropped and what new features > should be added. > * Determine where the test harness, test case SDK, and > test cases should live once the initial functional and > quality criteria are met. Could be packages in the > edk2 repo or packages in a new edk2-test repo. Other > options??? > * Resolve compatibility issues with binary releases of the > PI SCTs and UEFI SCTs. > * Update test harness to support PEI tests > * Update test harness to support Runtime tests > * Update test harness to support SMM tests > * Optimize performance of the test harness and tests. >=20 > Please contact me if you are interested in helping with the > test harness, the test case SDK, or the development of > test cases. >=20 > Thanks, >=20 > Mike