[http-devops] HTTP/2 test suite is now available!

Michelle Lai <miclai@microsoft.com> Fri, 17 January 2014 04:04 UTC

Return-Path: <miclai@microsoft.com>
X-Original-To: http-devops@ietfa.amsl.com
Delivered-To: http-devops@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C24241ADF23 for <http-devops@ietfa.amsl.com>; Thu, 16 Jan 2014 20:04:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jyaN5xjnCZTx for <http-devops@ietfa.amsl.com>; Thu, 16 Jan 2014 20:04:20 -0800 (PST)
Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1blp0182.outbound.protection.outlook.com [207.46.163.182]) by ietfa.amsl.com (Postfix) with ESMTP id B7F4D1ADF12 for <http-devops@ietf.org>; Thu, 16 Jan 2014 20:04:19 -0800 (PST)
Received: from BL2PR03MB164.namprd03.prod.outlook.com (10.255.230.148) by BL2PR03MB370.namprd03.prod.outlook.com (10.141.89.13) with Microsoft SMTP Server (TLS) id 15.0.847.13; Fri, 17 Jan 2014 04:04:06 +0000
Received: from BL2PR03MB164.namprd03.prod.outlook.com ([169.254.10.174]) by BL2PR03MB164.namprd03.prod.outlook.com ([169.254.10.174]) with mapi id 15.00.0847.008; Fri, 17 Jan 2014 04:04:05 +0000
From: Michelle Lai <miclai@microsoft.com>
To: "'http-devops@ietf.org'" <http-devops@ietf.org>
Thread-Topic: HTTP/2 test suite is now available!
Thread-Index: Ac8TOJjpyP3ypoPuRO6eFkiQjActJA==
Date: Fri, 17 Jan 2014 04:04:05 +0000
Message-ID: <d167bbd5f75f4a97882c126cab095cdd@BL2PR03MB164.namprd03.prod.outlook.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [131.107.147.53]
x-o365ent-eop-header: Message processed by - O365_ENT: Allow from ranges (Engineering ONLY)
x-forefront-prvs: 0094E3478A
x-forefront-antispam-report: SFV:NSPM; SFS:(10009001)(679001)(689001)(779001)(164054003)(53754006)(199002)(189002)(15975445006)(81686001)(33646001)(81816001)(79102001)(56776001)(80976001)(46102001)(77982001)(59766001)(66066001)(49866001)(47736001)(80022001)(47976001)(50986001)(63696002)(4396001)(65816001)(54356001)(54316002)(76482001)(19580395003)(51856001)(83322001)(53806001)(76176001)(76796001)(76786001)(76576001)(77096001)(19300405004)(85852003)(83072002)(92566001)(93136001)(74706001)(31966008)(47446002)(74502001)(74662001)(16236675002)(15202345003)(90146001)(93516002)(56816005)(2656002)(81542001)(87936001)(81342001)(74316001)(74366001)(85306002)(87266001)(69226001)(74876001)(24736002)(491001); DIR:OUT; SFP:1101; SCL:1; SRVR:BL2PR03MB370; H:BL2PR03MB164.namprd03.prod.outlook.com; CLIP:131.107.147.53; FPR:; RD:InfoNoRecords; A:1; MX:1; LANG:en;
Content-Type: multipart/alternative; boundary="_000_d167bbd5f75f4a97882c126cab095cddBL2PR03MB164namprd03pro_"
MIME-Version: 1.0
X-OriginatorOrg: microsoft.com
Cc: "Parashuram Narasimhan (MS OPEN TECH)" <panarasi@microsoft.com>, "Brian Raymor (MS OPEN TECH)" <Brian.Raymor@microsoft.com>, "Elancheziyan, Anbu" <aelanche@akamai.com>, Rob Trace <Rob.Trace@microsoft.com>
Subject: [http-devops] HTTP/2 test suite is now available!
X-BeenThere: http-devops@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "Discussion about operation, deployment and testing of HTTP" <http-devops.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/http-devops>, <mailto:http-devops-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/http-devops/>
List-Post: <mailto:http-devops@ietf.org>
List-Help: <mailto:http-devops-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/http-devops>, <mailto:http-devops-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 17 Jan 2014 04:04:23 -0000

Hi Everyone,
I'd like to announce that HTTP/2 test suite is now available at https://github.com/http2/http2-test/

The test suite is based on the principles of HTTP/2 Protocol test draft: http://www.ietf.org/id/draft-trace-httpbis-http2-test-00.txt to:

·         focus on HTTP/2 protocol compliance testing

·         contain client and server test cases

·         use platform-independent programming language - tests are written in JavaScript

·         provide cross-platform support - use NodeJS, grunt, mocha, and GÃbor's node-http2 module as the 09 implementation (will be updated as the draft moves forward)

Usage and proposed test scenarios are listed in readme and wiki at GitHub.

Currently we have few contributors: Akamai, Microsoft Open Tech, and GÃbor and are seeking more contributors to:

·         Implement more test cases

·         Improve framework robustness

·         Make framework as part of your build process, tweak it so that it works

Thanks,
Michelle