From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIa0Y-0007Az-1U for qemu-devel@nongnu.org; Tue, 03 Feb 2015 04:42:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIa0W-0008Dr-HR for qemu-devel@nongnu.org; Tue, 03 Feb 2015 04:42:57 -0500 Received: from mail-we0-x234.google.com ([2a00:1450:400c:c03::234]:55870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIa0W-0008Dm-AY for qemu-devel@nongnu.org; Tue, 03 Feb 2015 04:42:56 -0500 Received: by mail-we0-f180.google.com with SMTP id m14so43854731wev.11 for ; Tue, 03 Feb 2015 01:42:55 -0800 (PST) Date: Mon, 2 Feb 2015 17:36:01 +0100 From: Stefan Hajnoczi Message-ID: <20150202163601.GC10862@stefanha-thinkpad> References: <1421913839-22448-1-git-send-email-sfeldma@gmail.com> <1421913839-22448-9-git-send-email-sfeldma@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mvpLiMfbWzRoNl4x" Content-Disposition: inline In-Reply-To: <1421913839-22448-9-git-send-email-sfeldma@gmail.com> Subject: Re: [Qemu-devel] [PATCH v5 08/10] rocker: add tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sfeldma@gmail.com Cc: jiri@resnulli.us, roopa@cumulusnetworks.com, john.fastabend@gmail.com, qemu-devel@nongnu.org, dsahern@gmail.com, pbonzini@redhat.com, jasowang@redhat.com --mvpLiMfbWzRoNl4x Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 22, 2015 at 12:03:57AM -0800, sfeldma@gmail.com wrote: > From: Scott Feldman >=20 > Add some basic test for rocker to test L2/L3/L4 functionality. Requires = an > external test environment, simp, located here: >=20 > https://github.com/scottfeldman/simp >=20 > To run tests, simp environment must be installed and a suitable VM image = built > and installed with a Linux 3.18 (or greater) kernel with rocker driver su= pport > enabled. >=20 > Signed-off-by: Scott Feldman > --- > hw/net/rocker/test/README | 5 +++ > hw/net/rocker/test/all | 19 +++++++++++ > hw/net/rocker/test/bridge | 43 ++++++++++++++++++++++++ > hw/net/rocker/test/bridge-stp | 52 +++++++++++++++++++++++++++++ > hw/net/rocker/test/bridge-vlan | 52 +++++++++++++++++++++++++++++ > hw/net/rocker/test/bridge-vlan-stp | 64 ++++++++++++++++++++++++++++++= ++++++ > hw/net/rocker/test/port | 22 +++++++++++++ > hw/net/rocker/test/tut.dot | 8 +++++ > 8 files changed, 265 insertions(+) > create mode 100644 hw/net/rocker/test/README > create mode 100755 hw/net/rocker/test/all > create mode 100755 hw/net/rocker/test/bridge > create mode 100755 hw/net/rocker/test/bridge-stp > create mode 100755 hw/net/rocker/test/bridge-vlan > create mode 100755 hw/net/rocker/test/bridge-vlan-stp > create mode 100755 hw/net/rocker/test/port > create mode 100644 hw/net/rocker/test/tut.dot Please put the files in tests/rocker/. --mvpLiMfbWzRoNl4x Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJUz6dxAAoJEJykq7OBq3PIBKoIAMQOmloZtV2BNxPRbfpBvO/+ 5rbwK7/Lj5sYrbFxdw/EDDgWcpWbX6ZX3A6dkFl4wP1DOhrG8yKxsFqqGpXmbc70 SgKcqrS01VE+ysIVePZvvATRFSPw8UjDZOPEtZF7pX5+WeUVrAPngMABOwD/dw9O NAT/hFc53nbwpNDI6/nvyfRfuiQjs7m1A0xJlq9WQSvzdm1MDDAMG2E9EVSGjTpr JfJkEhdHg28ryI6/b8X3ktWughPeGpPGPRpsZr893cl8UVLtE4AjLlvk9CrjuUOX 1iAbB6Pb2qolymzHhd9GmiPUSUvzbX0lNz9dQaddMuPKx+zdFnnsuEaG0kB5VBY= =9AH4 -----END PGP SIGNATURE----- --mvpLiMfbWzRoNl4x--