X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=README.md;h=02ec25a0f9c477282e2d6f37cb46ed2eb22b2cd2;hb=e916ab4db7dec2cc0bb21dcc31460f819d68b0d5;hp=27ae7cb5ee4c83ea9d6aa0a99e5e49cec4a9a4fd;hpb=53153e114017d193cdf9b88f21f4eac31bad72b7;p=csit.git diff --git a/README.md b/README.md index 27ae7cb5ee..02ec25a0f9 100644 --- a/README.md +++ b/README.md @@ -70,17 +70,10 @@ A brief bottom-up description is provided here: - Test setup, test teardown; 1. Tests - Robot - Test suites with test cases; - - Functional tests using VIRL environment: - - VPP; - - Honeycomb; - - NSH_SFC; - - DMM; - - TLDK; - Performance tests using physical testbed environment: - VPP; - DPDK-Testpmd; - DPDK-L3Fwd; - - Honeycomb; - VPP Container K8s orchestrated topologies; - Tools: - Documentation generator; @@ -95,19 +88,9 @@ A brief bottom-up description is provided here: ``` . └── tests -    ├── dmm -    │   └── func # DMM functional VIRL tests    ├── dpdk    │   ├── dpdk_scripts # DPDK helper scripts    │   └── perf # DPDK performance tests -    ├── honeycomb -    │   ├── func # Honeycomb functional VIRL tests -    │   └── perf # Honeycomb functional performance tests -    ├── kubernetes -    │   └── perf # VPP K8S orchestration performance tests -    ├── nsh_sfc -    │   ├── func # NSH_SFC functional tests -    │   └── sfc_scripts # NSH_SFC helper scripts    ├── tldk    │   ├── func # TLDK functional VIRL tests    │   ├── tldk_scripts # TLDK helper scripts @@ -128,7 +111,6 @@ resources   │   ├── config    │   ├── entry # Main bootstrap entry directory    │   ├── function # Bootstrap function library -    │   ├── qemu_patches # Custom QEMU patches (see KVM methodology)    │   └── shell # Various functions    ├── python # Python L1 KWs    └── robot # Robot Framework L2 KWs @@ -155,7 +137,6 @@ resources │   │   ├── topology # Helper scripts for topology manipulation │   │   ├── trex # TRex driver │   │   ├── vagrant # VPP device vagrant environment -│   │   ├── virl # VIRL helper scripts │   │   └── wrk # WRK driver │   ├── topology_schemas │   ├── traffic_profiles # Performance tests traffic profiles @@ -163,7 +144,6 @@ resources │   │   └── wrk │   └── traffic_scripts # Functional tests traffic profiles │   ├── dhcp -│   ├── honeycomb │   └── lisp └── topologies # Linux Foundation topology files ├── available