Skip to content
Snippets Groups Projects
Commit da6c8767 authored by Carlos Manso's avatar Carlos Manso
Browse files

Merge branch...

Merge branch 'feat/216-cttc-implement-integration-test-between-e2e-ip-optical-sdn-controllers' of https://labs.etsi.org/rep/tfs/controller into feat/216-cttc-implement-integration-test-between-e2e-ip-optical-sdn-controllers
parents 963edbce db685d66
No related branches found
No related tags found
2 merge requests!359Release TeraFlowSDN 5.0,!286Resolve "(CTTC) Implement integration test between E2E-IP-Optical SDN Controllers"
...@@ -58,11 +58,11 @@ end2end_test ecoc24: ...@@ -58,11 +58,11 @@ end2end_test ecoc24:
- kubectl delete namespaces tfs tfs-ip tfs-opt tfs-e2e qdb qdb-e2e qdb-opt qdb-ip --ignore-not-found - kubectl delete namespaces tfs tfs-ip tfs-opt tfs-e2e qdb qdb-e2e qdb-opt qdb-ip --ignore-not-found
- helm3 uninstall --namespace nats-e2e nats-e2e - helm3 uninstall --namespace nats-e2e nats-e2e --ignore-not-found
- helm3 uninstall --namespace nats-ip nats-ip - helm3 uninstall --namespace nats-ip nats-ip --ignore-not-found
- helm3 uninstall --namespace nats-opt nats-opt - helm3 uninstall --namespace nats-opt nats-opt --ignore-not-found
- helm3 uninstall --namespace nats nats - helm3 uninstall --namespace nats nats --ignore-not-found
- kubectl delete namespaces nats nats-ip nats-opt nats-e2e - kubectl delete namespaces nats nats-ip nats-opt nats-e2e --ignore-not-found
script: script:
# Download Docker image to run the test # Download Docker image to run the test
...@@ -170,12 +170,12 @@ end2end_test ecoc24: ...@@ -170,12 +170,12 @@ end2end_test ecoc24:
# Clean old docker images # Clean old docker images
- docker images --filter="dangling=true" --quiet | xargs -r docker rmi -f - docker images --filter="dangling=true" --quiet | xargs -r docker rmi -f
- kubectl delete namespaces tfs tfs-ip tfs-opt tfs-e2e qdb qdb-e2e qdb-opt qdb-ip - kubectl delete namespaces tfs tfs-ip tfs-opt tfs-e2e qdb qdb-e2e qdb-opt qdb-ip --ignore-not-found
- helm3 uninstall --namespace nats-e2e nats-e2e - helm3 uninstall --namespace nats-e2e nats-e2e --ignore-not-found
- helm3 uninstall --namespace nats-ip nats-ip - helm3 uninstall --namespace nats-ip nats-ip --ignore-not-found
- helm3 uninstall --namespace nats-opt nats-opt - helm3 uninstall --namespace nats-opt nats-opt --ignore-not-found
- helm3 uninstall --namespace nats nats - helm3 uninstall --namespace nats nats --ignore-not-found
- kubectl delete namespaces nats nats-ip nats-opt nats-e2e - kubectl delete namespaces nats nats-ip nats-opt nats-e2e --ignore-not-found
#coverage: '/TOTAL\s+\d+\s+\d+\s+(\d+%)/' #coverage: '/TOTAL\s+\d+\s+\d+\s+(\d+%)/'
......
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