diff options
author | pmikus <pmikus@cisco.com> | 2021-09-07 13:07:23 +0000 |
---|---|---|
committer | pmikus <pmikus@cisco.com> | 2021-09-07 13:07:23 +0000 |
commit | a0ab37f625759a28eb188168c83726f9bd3c7c58 (patch) | |
tree | 39cfc3ecee9595f9e519b0945d82f2408e452beb /README.md | |
parent | 3d781d7e6add31fc3729de3ad7fed1e720c8756d (diff) |
Docs: Main README
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I09c0661fd1de34a9382f3fa4d03e9cbe0d0143ae
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -89,7 +89,6 @@ A brief bottom-up description is provided here: . └── tests ├── dpdk - │ ├── dpdk_scripts # DPDK helper scripts │ └── perf # DPDK performance tests └── vpp ├── device # VPP device tests @@ -116,6 +115,7 @@ resources ``` . ├── docs # Main documentaion +│── csit.infra.vagrant # VPP device vagrant environment |── fdio.infra.ansible # Infrastructure provisioning |── fdio.infra.pxe # Preboot eXecution Environment |── fdio.infra.terraform # Virtual infrastructure deployment @@ -131,14 +131,12 @@ resources │ ├── templates # Templates (vpp_api_test, kubernetes, ...) │ ├── test_data # Robot Test configuration │ ├── tools -│ │ ├── disk-image-builder # Utilities for building (DCR, VM) images │ │ ├── doc_gen # Code documentation generator │ │ ├── papi # PAPI driver │ │ ├── presentation # Report generator │ │ ├── scripts # Various tools │ │ ├── topology # Helper scripts for topology manipulation │ │ ├── trex # TRex driver -│ │ └── vagrant # VPP device vagrant environment │ ├── topology_schemas └── topologies # Linux Foundation topology files ├── available @@ -154,15 +152,15 @@ describing local VPP Device functional testing. ## Report -[CSIT Report](https://docs.fd.io/csit/master/report/). +[CSIT Report](https://s3-docs.fd.io/csit/master/report/). ## Trending -[CSIT Trending](https://docs.fd.io/csit/master/trending/). +[CSIT Trending](https://s3-docs.fd.io/csit/master/trending/). ## Code Documentation -[CSIT Code Documentation](https://docs.fd.io/csit/master/doc/). +[CSIT Code Documentation](https://s3-docs.fd.io/csit/master/docs/). ## Coding Guidelines |