-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add feature test cases to ovs suite (#9779)
Related issue: #9778 Signed-off-by: Laszlo Kiraly <laszlo.kiraly@est.tech>
- Loading branch information
Showing
8 changed files
with
69 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# OVS feature examples | ||
|
||
Ths document contains links for essential feature examples of NSM with forwarder-ovs | ||
|
||
## Requires | ||
|
||
- [ovs](../ovs) | ||
|
||
## Includes | ||
|
||
Features | ||
|
||
- [Simple OPA example](../features/opa) | ||
- [Kernel2Kernel IPv6 example](../features/ipv6/Kernel2Kernel_ipv6) | ||
- [Kernel2IP2Kernel IPv6 example](../features/ipv6/Kernel2IP2Kernel_ipv6) | ||
- [Kernel2Kernel dual stack example](../features/dual-stack/Kernel2Kernel_dual_stack) | ||
- [Kernel2IP2Kernel dual stack example](../features/dual-stack/Kernel2IP2Kernel_dual_stack) | ||
- [Admission webhook](../features//webhook) | ||
- [DNS](../features/dns) | ||
- [Topology aware scale from zero](../features/scale-from-zero) | ||
- [Exclude prefixes](../features/exclude-prefixes) | ||
- [Exclude prefixes client](../features/exclude-prefixes-client) | ||
- [Select forwarder by capability](../features/select-forwarder) | ||
- [Policy based routing](../features/policy-based-routing) | ||
- [Mutually aware NSEs](../features/mutually-aware-nses) | ||
- [Inject clients in namespace via NSM annotation](../features/annotated-namespace) | ||
- [NSC connects to multiple services](../features/multiple-services) | ||
- [Scaled Registry K8s](../features/scaled-registry) | ||
- [NSC changes endpoints dynamically](../features/change-nse-dynamically) | ||
|
||
SmartVF feature | ||
|
||
- [Admission webhook SmartVF example](../features/webhook-smartvf) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# OVS heal examples | ||
|
||
Ths document contains links for essential heal examples of NSM with forwarder-ovs | ||
|
||
## Requires | ||
|
||
- [ovs](../ovs) | ||
|
||
## Includes | ||
|
||
- [Local forwarder death](../heal/local-forwarder-death) | ||
- [Remote forwarder death](../heal/remote-forwarder-death) | ||
- [Local Forwarder + Remote Forwarder](../heal/local-forwarder-remote-forwarder) | ||
- [Local NSMgr restart](../heal/local-nsmgr-restart) | ||
- [Registry restart](../heal/registry-restart) | ||
- [Remote Forwarder death ip](../heal/remote-forwarder-death-ip) | ||
- [Registry + Remote Forwarder](../heal/registry-remote-forwarder) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters