From 95f2491ed89ac99b0d8bd006b4a13cbeb1eb96ce Mon Sep 17 00:00:00 2001 From: "Michael S. Pedersen" Date: Tue, 3 Dec 2019 11:38:32 +0000 Subject: NFVBENCH-153 Add support for python3 JIRA: NFVBENCH-153 Done using 2to3-3.6 with additional changes to fix data parsing and testing (tox) Signed-off-by: Michael S. Pedersen Change-Id: I242902f800da543d780507828c9bd1fbf409da6d --- docs/testing/user/userguide/readme.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/testing/user/userguide/readme.rst') diff --git a/docs/testing/user/userguide/readme.rst b/docs/testing/user/userguide/readme.rst index 2062906..1789d4a 100644 --- a/docs/testing/user/userguide/readme.rst +++ b/docs/testing/user/userguide/readme.rst @@ -9,8 +9,7 @@ The NFVbench tool provides an automated way to measure the network performance f on any NFVi system viewed as a black box (NFVi Full Stack). An NFVi full stack exposes the following interfaces: - an OpenStack API for those NFVi platforms based on OpenStack -- an interface to send and receive packets on the data plane (typically through top of rack switches - while simpler direct wiring to a looping device would also work) +- an interface to send and receive packets on the data plane (typically through top of rack switches while simpler direct wiring to a looping device would also work) The NFVi full stack can be any functional OpenStack system that provides the above interfaces. NFVbench can also be used without OpenStack on any networking device that can handle L2 forwarding or L3 routing. -- cgit 1.2.3-korg