diff options
Diffstat (limited to 'testcases/README')
-rw-r--r-- | testcases/README | 8 |
1 files changed, 8 insertions, 0 deletions
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 |