[hybi] New WebSocket testsuite release

Tobias Oberstein <tobias.oberstein@tavendo.de> Fri, 14 March 2014 20:14 UTC

Return-Path: <tobias.oberstein@tavendo.de>
X-Original-To: hybi@ietfa.amsl.com
Delivered-To: hybi@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6BCDF1A01B6 for <hybi@ietfa.amsl.com>; Fri, 14 Mar 2014 13:14:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] 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 5-nbN74dr-bf for <hybi@ietfa.amsl.com>; Fri, 14 Mar 2014 13:14:33 -0700 (PDT)
Received: from EXHUB020-1.exch020.serverdata.net (exhub020-1.exch020.serverdata.net [206.225.164.28]) by ietfa.amsl.com (Postfix) with ESMTP id 1929C1A01C3 for <hybi@ietf.org>; Fri, 14 Mar 2014 13:14:30 -0700 (PDT)
Received: from EXVMBX020-12.exch020.serverdata.net ([169.254.3.76]) by EXHUB020-1.exch020.serverdata.net ([206.225.164.28]) with mapi; Fri, 14 Mar 2014 13:14:22 -0700
From: Tobias Oberstein <tobias.oberstein@tavendo.de>
To: "hybi@ietf.org" <hybi@ietf.org>
Date: Fri, 14 Mar 2014 13:14:20 -0700
Thread-Topic: New WebSocket testsuite release
Thread-Index: Ac8/stx7MD5keFQ4Rfq/cW98T3wVKw==
Message-ID: <634914A010D0B943A035D226786325D44473A2CAF0@EXVMBX020-12.exch020.serverdata.net>
Accept-Language: de-DE, en-US
Content-Language: de-DE
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: de-DE, en-US
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Archived-At: http://mailarchive.ietf.org/arch/msg/hybi/r_kBq3nVFlUk_6aIXKWGQf_sL8w
Subject: [hybi] New WebSocket testsuite release
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Server-Initiated HTTP <hybi.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/hybi>, <mailto:hybi-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/hybi/>
List-Post: <mailto:hybi@ietf.org>
List-Help: <mailto:hybi-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 14 Mar 2014 20:14:35 -0000

Hello,

we've just released a new version 0.6.1 of Autobahn|Testsuite which now includes >500 test cases in total.

https://pypi.python.org/pypi/autobahntestsuite

The new test cases are all for "permessage-deflate" (test sections 12 and 13) and now cover

- various different parameter negotiations
- message fragmentation with permessage-deflate

everything of course both for testee clients and testee servers.

Here are Chrome and Autobahn (client) .. scroll down to sections 12/13 for the new tests:

http://autobahn.ws/testsuite/reports_20140314/clients/index.html

Roadmap:
If time permits, we'll be working on adding "permessage-priority" to both Autobahn|Python and Autobahn|Testsuite
https://github.com/oberstet/permessage-priority/blob/master/draft-oberstein-hybi-permessage-priority.txt

Cheers,
/Tobias