X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=README.md;h=5b7d2353ef4882fae66360c51903d640ed7401b1;hp=d20d859076f5bac63bc0a75a50f4b95adf9ba744;hb=1f6797ed6b662130f55d7629453c5010ed94162a;hpb=e7ad66f3147662973039caaac33015de7e0c6f8c diff --git a/README.md b/README.md index d20d859076..5b7d2353ef 100644 --- a/README.md +++ b/README.md @@ -69,17 +69,12 @@ A brief bottom-up description is provided here: - Suite setup, suite teardown; - Test setup, test teardown; 1. Tests - Robot - - Test suites with test cases; - - Functional tests using VIRL environment: + - Device tests using containerized environment with SR-IOV access to a NIC; - VPP; - - NSH_SFC; - - DMM; - - TLDK; - Performance tests using physical testbed environment: - VPP; - DPDK-Testpmd; - DPDK-L3Fwd; - - VPP Container K8s orchestrated topologies; - Tools: - Documentation generator; - Report generator; @@ -93,23 +88,11 @@ 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    └── perf # VPP performance tests ``` @@ -119,12 +102,11 @@ A brief bottom-up description is provided here: . resources └── libraries -    ├── bash -   │   ├── config +    ├── bash # Contains a dependency of KubernetesUtils +   │   ├── config # Config for KubernetesUtils dependency    │   ├── entry # Main bootstrap entry directory    │   ├── function # Bootstrap function library -    │   ├── qemu_patches # Custom QEMU patches (see KVM methodology) -    │   └── shell # Various functions +    │   └── shell # Various functions for KubernetesUtils    ├── python # Python L1 KWs    └── robot # Robot Framework L2 KWs ``` @@ -149,13 +131,10 @@ resources │   │   ├── testbed-setup # Physical testbed setup scripts │   │   ├── topology # Helper scripts for topology manipulation │   │   ├── trex # TRex driver -│   │   ├── vagrant # VPP device vagrant environment -│   │   ├── virl # VIRL helper scripts -│   │   └── wrk # WRK driver +│   │   └── vagrant # VPP device vagrant environment │   ├── topology_schemas │   ├── traffic_profiles # Performance tests traffic profiles -│   │   ├── trex -│   │   └── wrk +│   │   └── trex │   └── traffic_scripts # Functional tests traffic profiles │   ├── dhcp │   └── lisp