Skip to content
Snippets Groups Projects
Commit 597edf16 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

OFC25 tests:

- Updated deploy script to wait for Context subscription to be ready
parent 8a9e716b
No related branches found
No related tags found
3 merge requests!359Release TeraFlowSDN 5.0,!328Resolve "(CTTC) Update recommendations to use SocketIO on NBI and E2E Orch components",!286Resolve "(CTTC) Implement integration test between E2E-IP-Optical SDN Controllers"
...@@ -104,9 +104,17 @@ mv tfs_runtime_env_vars.sh tfs_runtime_env_vars_e2e.sh ...@@ -104,9 +104,17 @@ mv tfs_runtime_env_vars.sh tfs_runtime_env_vars_e2e.sh
# ===== Recovering files ========================= # ===== Recovering files =========================
mv manifests/contextservice.yaml.bak manifests/contextservice.yaml mv manifests/contextservice.yaml.bak manifests/contextservice.yaml
# ===== Wait Content for NATS Subscription =========================
echo "Waiting for E2E Context to have subscriber ready..."
while ! kubectl --namespace tfs-e2e logs deployment/contextservice -c server 2>&1 | grep -q 'Subscriber is Ready? True'; do sleep 1; done
kubectl --namespace tfs-e2e logs deployment/contextservice -c server
# ===== Onboarding topologies ========================= # ===== Onboarding topologies =========================
# TODO: pending... # TODO: pending...
# ===== Configure subscriptions ========================= # ===== Configure subscriptions =========================
# This should not be needed # This should not be needed
#./src/tests/ofc25/subscription_ws_ip.sh #./src/tests/ofc25/subscription_ws_ip.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment