diff options
author | pmikus <pmikus@cisco.com> | 2021-04-08 12:08:47 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2021-04-08 12:17:37 +0000 |
commit | ec169acf08c238998aa1bda5c2b32fd49da450c9 (patch) | |
tree | c5959d6f0a3cb02c461bf93018a57b8a17b71b72 /README.md | |
parent | 2c1809bfabcef9d74e9a7da58a694a320733a64f (diff) |
Docs: Update file structure
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I9422584caf87cb163c44ff4ac16df07f288581ce
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 8 insertions, 12 deletions
@@ -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,16 +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 │ ├── topology_schemas -│ ├── traffic_profiles # Performance tests traffic profiles -│ │ └── trex -│ └── traffic_scripts # Functional tests traffic profiles -│ ├── dhcp -│ └── lisp └── topologies # Linux Foundation topology files ├── available └── enabled @@ -150,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/). |