summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2015-06-08 15:03:08 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-06-08 15:03:08 +0000
commitf3f1ff9b08efa4a18bdcd2284d0a5f3b6ee526e0 (patch)
treea736bab8be95381d2277626c8df2f88ccce714d0 /README
parent1612a95c88e6ccff6f9b158f9b106e410b1d7324 (diff)
parent8d6777df09c3dc441013a31f21cc50ab3b0f42a3 (diff)
Merge "framework: Add reworked framework to repo"
Diffstat (limited to 'README')
-rw-r--r--README36
1 files changed, 0 insertions, 36 deletions
diff --git a/README b/README
deleted file mode 100644
index 2b6705cd..00000000
--- a/README
+++ /dev/null
@@ -1,36 +0,0 @@
-# vswitchperf project directory layout:
----------------------------------------
-
-\- vswitchperf
- \- src - directory to manage upstream packages
- |- package-list.mk - list of all related package url and tags
- \- mk - contains common makefiles
- \- dpdk - sub folder for dpdk package
- \- ovs - sub folder for ovs package
- \- systems - contains linux distributions
- |- build_base_machine.sh - Input for generating Makefiles
- \- Fedora - Fedora specific setup
- \- Ubuntu - Ubuntu specific setup
- \- vswitches - API to setup vswitches DUT
- |- add_switch - script to add switch
- |- add_port - script to add ports on switch
- |- add_flow - script to add flow on switch
- \- ovs-dpdk - contains implementation on ovs-dpdk
- \- ovs-kernel - contains implementation on ovs-kernel
- \- tools - collections of tool sets
- \- pktgen - contains various packet generator
- |- dpkt-pktgen - dpdk pkt generator
- |- pktgen - netmap pkt generator
- |- pktcounter - a kernel based packet generator
- |- spirent - script to control spirent
- |- ixia - script to control ixia
- \- collectors - contains various data collectors
- \- testcases - collections of test cases
- |- p2p - test PHY to PHY
- |- pvp - test PHY to VNF to PHY
- |- pvvp - test PHY to VNF to VNF to PHY
- |- p2v - test PHY to VNF
- |- v2p - test VNF to PHY
- \- jobs - collections of job configurations
- |- dpdk.conf - dpdk configuration
- \- test_spec - contains test specifications