X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=docs%2Freport%2Fcsit_framework_documentation%2Fcsit_design.rst;h=5272094a134f478fb7e437fdb394116ff1d117ec;hp=c18e4ea542a961e814d08a1e2f89d223c8da3566;hb=4a315594d4f889d0519e42b699d42959399c8ccc;hpb=903cb9f7dd664c5bc87f3295dd600d6cb23bf8ca diff --git a/docs/report/csit_framework_documentation/csit_design.rst b/docs/report/csit_framework_documentation/csit_design.rst index c18e4ea542..5272094a13 100644 --- a/docs/report/csit_framework_documentation/csit_design.rst +++ b/docs/report/csit_framework_documentation/csit_design.rst @@ -97,19 +97,12 @@ A brief bottom-up description is provided here: #. Tests - Robot: - Test suites with test cases; - - Functional tests using VIRL environment: - - - VPP; - - Honeycomb; - - NSH_SFC; - Performance tests using physical testbed environment: - VPP; - DPDK-Testpmd; - DPDK-L3Fwd; - - Honeycomb; - - VPP Container K8s orchestrated topologies; - Tools: @@ -192,7 +185,7 @@ section below. Following sections list applicability of the above grammar forms to different :abbr:`RF (Robot Framework)` KW categories. Usage examples are provided, both good and bad. -Coding guidelines +Coding Guidelines ----------------- Coding guidelines can be found on `Design optimizations wiki page