You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: "Test connectivity between N source to 1 Destination"
5
+
Abstract: "This workflow aims to test the connectivity between N source to 1 Destination. It returns the status of the connection, true (with Flows) or false."
6
+
Description: >
7
+
# How to use:
8
+
1. Enter the Gremlin Query for Source Nodes and Select the Destination Nodes to check the Connectivity between them
9
+
2. Hit the 'Execute' button to run the workflow
10
+
3. Result will be shown as status true or false along with flows between those interfaces.
11
+
# How It Works:
12
+
1. It will start capture on all Nodes from Source to Destination and injects 5 ICMP-Pkts from Source to Destination
13
+
2. After 1 sec it will check for flows having the same capture-id created by this workflow
14
+
3. If flows are there and the BA-Packtes in flow-metric > 0, then return 'Connectivity = ture' else 'Connectivity = false', along with this it also returns the flows
15
+
4. For more information about Skydive workflows please follow - 'skydive.network/blog/introduction-to-workflows.html'
16
+
Parameters:
17
+
- Name: srcQuery
18
+
Description: Gremlin Expression for Source-Nodes
19
+
Type: string
20
+
- Name: dstNode
21
+
Description: Select Destination node
22
+
Type: node
23
+
- Name: Analysis
24
+
Description: Analysis for Disconnectivity
25
+
Type: boolean
26
+
Source: |
27
+
function Nto1CheckConnectivity(srcQuery, to, analyze) {
0 commit comments