From 15be02bd8a6d302ea883f624fdb197d85ebb09d1 Mon Sep 17 00:00:00 2001 From: Aihua Li Date: Tue, 20 Jan 2015 18:59:00 -0800 Subject: Added baseline project directory layout Change-Id: I4295fa3cb02b13677662d407dc8f81a16f60110c Reviewed-by: Maryam Tahhan Reviewed-by: Stephen Finucane Reviewed-by: Bin Hu JIRA: VSPERF-15 Signed-off-by: Aihua Li --- testcases/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testcases/README (limited to 'testcases') diff --git a/testcases/README b/testcases/README new file mode 100644 index 00000000..be6ffae2 --- /dev/null +++ b/testcases/README @@ -0,0 +1,8 @@ +### 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