aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2019-12-05 15:37:27 +0100
committerPeter Mikus <pmikus@cisco.com>2020-01-16 06:39:17 +0000
commite5bdf85d065bd83e02ab776ceb46f38156ff9b31 (patch)
tree38dc7452f00364fb0b0835dee168720f09255f53 /README.md
parent290139a61ffd05b995751a113de484adeb2824d1 (diff)
Remove leftovers from previous removals
- Except KubernetesUtils and its bash dependencies. It is a dead code currently, but we hope new tests will resurrect it. + Mention device tests instead of functional in Readme. Change-Id: I6bdbea13ea9f995a06a0fb7cb5e98ae4fce29581 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index 6e9f32f485..299011d0c3 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
```