X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=README.md;h=a5bbd294e334da9ae6e84efc6737c719410e0eb0;hp=299011d0c3265f705a7b894f3425abc3e21c3c6b;hb=8b25b4e89bdba964f2a3d602b8c47f551a084724;hpb=e5bdf85d065bd83e02ab776ceb46f38156ff9b31 diff --git a/README.md b/README.md index 299011d0c3..a5bbd294e3 100644 --- a/README.md +++ b/README.md @@ -116,10 +116,18 @@ resources ``` . ├── docs # Main documentaion +|── fdio.infra.ansible # Infrastructure provisioning +|── fdio.infra.pxe # Preboot eXecution Environment +|── fdio.infra.terraform # Virtual infrastructure deployment +|── GPL # Files licensed under GPL +│   ├── traffic_profiles # Performance tests traffic profiles +│   │   └── trex +│   └── traffic_scripts # Functional tests traffic profiles ├── PyPI # PyPI packages provided by CSIT │   ├── jumpavg │   └── MLRsearch ├── resources +│   ├── api # API coverage │   ├── templates # Templates (vpp_api_test, kubernetes, ...) │   ├── test_data # Robot Test configuration │   ├── tools @@ -128,18 +136,10 @@ resources │   │   ├── papi # PAPI driver │   │   ├── presentation # Report generator │   │   ├── scripts # Various tools -│   │   ├── 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 -│   └── traffic_scripts # Functional tests traffic profiles -│   ├── dhcp -│   └── lisp └── topologies # Linux Foundation topology files ├── available └── enabled @@ -152,12 +152,6 @@ resources [Vagrant environment preparation](docs/testing_in_vagrant.rst) documentaion is describing local VPP Device functional testing. -### Physical Testbed - -[Physical testbed preparation](resources/tools/testbed-setup/README.rst) -documentation is describing PXE and Ansible setup process. All the software -requirements for running Performance Teste are part of Ansible playbooks. - ## Report [CSIT Report](https://docs.fd.io/csit/master/report/).