diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2015-08-24 14:05:15 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2015-08-24 14:08:03 +0100 |
commit | 400c276d192d280cf74f09b2e8b2234057b56de3 (patch) | |
tree | 190ba32a0d01b53d9911b77b17676095eefd9f90 /docs/NEWS.md | |
parent | 9d5095b7a5f99ce4cacc49f8d494bdd9baba4a12 (diff) |
docs: Migrate Docs to RST format and new dir docs/
Migrate all existing VSPERF documentation to a new directory called
docs/ and convert to ReStructuredText format. It's recommended that any
doc changes in the future are tested with: http://rst.ninjs.org/.
Change-Id: I18aa574b1259986502bde4ceef1fae7c6a5c1f33
JIRA: VSPERF-60
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Eugene Snider <Eugene.Snider@huawei.com>
Reviewed-by: Gurpreet Singh <gurpreet.singh@spirent.com>
Reviewed-by: Tv Rao <tv.rao@freescale.com
Diffstat (limited to 'docs/NEWS.md')
-rw-r--r-- | docs/NEWS.md | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/docs/NEWS.md b/docs/NEWS.md deleted file mode 100644 index 604328ab..00000000 --- a/docs/NEWS.md +++ /dev/null @@ -1,51 +0,0 @@ -#August 2015 - -## New - -* Backport and enhancement of reporting - - -#July 2015 - -## New - -* PVP deployment scenario testing using vhost-user as guest access method - * Verified on CentOS7 and Fedora 20 - * Requires QEMU 2.2.0 and DPDK 2.0 - - -#May 2015 - -This is the initial release of a re-designed version of the software based on -community feedback. This initial release supports only the Phy2Phy deployment -scenario and the LTD.Throughput.RFC2544.PacketLossRatio test - both described -in the OPNFV vswitchperf 'CHARACTERIZE VSWITCH PERFORMANCE FOR TELCO NFV USE -CASES LEVEL TEST DESIGN'. The intention is that more test cases will follow -once the community has digested the initial release. - -## New - -* Performance testing with continuous stream -* Vanilla OVS support added. - * Support for non-DPDK OVS build. - * Build and installation support through Makefile will be added via - next patch(Currently it is possible to manually build ovs and - setting it in vsperf configuration files). - * PvP scenario is not yet implemented. -* CentOS7 support - * Verified on CentOS7 - * Install & Quickstart documentation - -* Implementation of LTD.Scalability.RFC2544.0PacketLoss testcase -* Better support for mixing tests types with Deployment Scenarios -* Re-work based on community feedback of TOIT - * Framework support for other vSwitches - * Framework support for non-Ixia traffic generators - * Framework support for different VNFs -* Python3 -* Support for biDirectional functionality for ixnet interface - -## Missing - -* xmlunit output is currently disabled -* VNF support. |