From 681dd54cd02cc9e89f26f2799680bfe6eac5ef51 Mon Sep 17 00:00:00 2001 From: goldammx Date: Wed, 15 Feb 2017 10:15:11 -0500 Subject: license: Add license info to all project files All files were updated with license header. In case of binary files is license stored in LICENSE file stored in the same directory. Packages.txt was removed, because file has not been used.List of packages differs according OS distribution, all of neccesary packages are include in instalation scripts JIRA: VSPERF-489 Change-Id: I6ecae21b8db2a0f22fa5a66f9525352080f1fcc0 Signed-off-by: Martin Goldammer Reviewed-by: Martin Klozik Reviewed-by: Al Morton Reviewed-by: Christian Trautman Reviewed-by: Bill Michalowski Reviewed-by: Antonio Fischetti Reviewed-by: Sridhar Rao --- testcases/README | 8 -------- testcases/README.md | 13 +++++++++++++ 2 files changed, 13 insertions(+), 8 deletions(-) delete mode 100644 testcases/README create mode 100644 testcases/README.md (limited to 'testcases') diff --git a/testcases/README b/testcases/README deleted file mode 100644 index be6ffae2..00000000 --- a/testcases/README +++ /dev/null @@ -1,8 +0,0 @@ -### This folder contains various test cases for performance test. - -* P2P: packets flow from PHY -> vSwitch -> PHY -* P2V: packets flow from PHY -> vSwitch -> VNF -* V2V: packets flow from VNF -> vSwitch -> VNF -* V2P: packets flow from VNF -> vSwitch -> PHY -* PVP: pakcets flow from PHY -> vSwitch -> VNF -> vSwitch -> PHY -* PVVP: packets flow from PHY -> vSwitch -> VNF -> vswitch -> VNF -> vSwitch -> PHY diff --git a/testcases/README.md b/testcases/README.md new file mode 100644 index 00000000..9a1eec49 --- /dev/null +++ b/testcases/README.md @@ -0,0 +1,13 @@ + + +### This folder contains various test cases for performance test. + +* P2P: packets flow from PHY -> vSwitch -> PHY +* P2V: packets flow from PHY -> vSwitch -> VNF +* V2V: packets flow from VNF -> vSwitch -> VNF +* V2P: packets flow from VNF -> vSwitch -> PHY +* PVP: pakcets flow from PHY -> vSwitch -> VNF -> vSwitch -> PHY +* PVVP: packets flow from PHY -> vSwitch -> VNF -> vswitch -> VNF -> vSwitch -> PHY -- cgit 1.2.3-korg