diff options
Diffstat (limited to 'testcases/README.md')
-rw-r--r-- | testcases/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
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 work is licensed under a Creative Commons Attribution 4.0 International License. +http://creativecommons.org/licenses/by/4.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 |