X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=README.md;h=5b7d2353ef4882fae66360c51903d640ed7401b1;hp=6e9f32f485417920f7bd41cd0af1124fbdfab651;hb=1f6797ed6b662130f55d7629453c5010ed94162a;hpb=30be9d1618fda861b5691ebadeac54f3477ac6d8 diff --git a/README.md b/README.md index 6e9f32f485..5b7d2353ef 100644 --- a/README.md +++ b/README.md @@ -69,12 +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; + - Device tests using containerized environment with SR-IOV access to a NIC; + - VPP; - Performance tests using physical testbed environment: - VPP; - DPDK-Testpmd; - DPDK-L3Fwd; - - VPP Container K8s orchestrated topologies; - Tools: - Documentation generator; - Report generator; @@ -93,7 +93,6 @@ A brief bottom-up description is provided here:    │   └── perf # DPDK performance tests    └── vpp    ├── device # VPP device tests -    ├── func # VPP functional VIRL tests    └── perf # VPP performance tests ``` @@ -103,11 +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 -    │   └── shell # Various functions +    │   └── shell # Various functions for KubernetesUtils    ├── python # Python L1 KWs    └── robot # Robot Framework L2 KWs ``` @@ -132,12 +131,10 @@ resources │   │   ├── testbed-setup # Physical testbed setup scripts │   │   ├── topology # Helper scripts for topology manipulation │   │   ├── trex # TRex driver -│   │   ├── vagrant # VPP device vagrant environment -│   │   └── 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