Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop the networkplugin-syncer system test #2768

Merged
merged 1 commit into from
Aug 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions scripts/test/system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ function verify_subm_deployed() {
if [[ "$GLOBALNET" == true ]]; then
verify_daemonset submariner-globalnet
fi

verify_network_plugin_syncer
}

# Uses `jq` to extract the content using the filter given, and matches it to the expected value
Expand Down Expand Up @@ -460,17 +458,6 @@ function verify_subm_gateway_secrets() {
verify_secrets "$subm_ns" "$operator_deployment_name" "${SUBMARINER_BROKER_CA:0:50}"
}

function verify_network_plugin_syncer {
# Verify service account
kubectl get sa --namespace=$subm_ns submariner-networkplugin-syncer

# Verify cluster reole
kubectl get clusterrole submariner-networkplugin-syncer

# Verify cluster role binding
kubectl get clusterrolebinding submariner-networkplugin-syncer
}

function deploy_env_once() {
if with_context "${clusters[0]}" kubectl wait --for condition=Ready pods -l app=submariner-gateway -n "${subm_ns}" --timeout=3s > /dev/null 2>&1; then
echo "Submariner already deployed, skipping deployment..."
Expand Down
Loading