X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=README.md;h=6e9f32f485417920f7bd41cd0af1124fbdfab651;hb=39c81e3674295df82172ac8df1fe3c1184b1d896;hp=d20d859076f5bac63bc0a75a50f4b95adf9ba744;hpb=e7ad66f3147662973039caaac33015de7e0c6f8c;p=csit.git diff --git a/README.md b/README.md index d20d859076..6e9f32f485 100644 --- a/README.md +++ b/README.md @@ -70,11 +70,6 @@ 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; - - NSH_SFC; - - DMM; - - TLDK; - Performance tests using physical testbed environment: - VPP; - DPDK-Testpmd; @@ -93,20 +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 -    ├── 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 -    │   └── tldk_testconfig # TLDK test configuration    └── vpp    ├── device # VPP device tests    ├── func # VPP functional VIRL tests @@ -123,7 +107,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 @@ -150,7 +133,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