Skip to content

Commit

Permalink
Activate the ipsec connectivity test
Browse files Browse the repository at this point in the history
Activiates this test for the network-tools image

Script will check for ipsec enablement internally and only
run if so

Signed-off-by: Andrew Stoycos <astoycos@redhat.com>
  • Loading branch information
astoycos committed Feb 15, 2021
1 parent c6844bb commit 4b0fff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug-scripts/network-tools
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [[ "$network_plugin" == "OVNKubernetes" ]] ; then
# run scripts
ovn_pod_to_pod_connectivity "$global_namespace"/"$client" "$global_namespace"/"$server"
ovn_pod_to_svc_connectivity "$global_namespace"/"$client" "$global_namespace"/"$server"
# ovn_ipsec_connectivity
ovn_ipsec_connectivity "$global_namespace"
elif [[ "$network_plugin" == "OpenShiftSDN" ]] ; then
# run scripts
sdn_cluster_and_node_info
Expand Down

0 comments on commit 4b0fff5

Please sign in to comment.