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

Fixed EuCNC24 test:

- Added dump of router running configs
parent 631ca7d3
No related branches found
No related tags found
3 merge requests!346Draft: support for restconf protocol,!345Draft: support ipinfusion devices via netconf,!299Resolve "(CTTC) Fix CI/CD pipeline end-to-end tests not passing"
...@@ -158,6 +158,11 @@ end2end_test eucnc24: ...@@ -158,6 +158,11 @@ end2end_test eucnc24:
--volume "$PWD/src/tests/${TEST_NAME}:/opt/results" --volume "$PWD/src/tests/${TEST_NAME}:/opt/results"
$CI_REGISTRY_IMAGE/${TEST_NAME}:latest /var/teraflow/run-service-tfs-remove.sh $CI_REGISTRY_IMAGE/${TEST_NAME}:latest /var/teraflow/run-service-tfs-remove.sh
# Dump configuration of the routers
- sudo containerlab exec --name eucnc24 --label clab-node-name=r1 --cmd "Cli --command \"enable"$'\n'$"show running-config\""
- sudo containerlab exec --name eucnc24 --label clab-node-name=r2 --cmd "Cli --command \"enable"$'\n'$"show running-config\""
- sudo containerlab exec --name eucnc24 --label clab-node-name=r3 --cmd "Cli --command \"enable"$'\n'$"show running-config\""
# Run end-to-end test: configure service IETF # Run end-to-end test: configure service IETF
- > - >
docker run -t --rm --name ${TEST_NAME} --network=host docker run -t --rm --name ${TEST_NAME} --network=host
...@@ -192,6 +197,11 @@ end2end_test eucnc24: ...@@ -192,6 +197,11 @@ end2end_test eucnc24:
--volume "$PWD/src/tests/${TEST_NAME}:/opt/results" --volume "$PWD/src/tests/${TEST_NAME}:/opt/results"
$CI_REGISTRY_IMAGE/${TEST_NAME}:latest /var/teraflow/run-service-ietf-remove.sh $CI_REGISTRY_IMAGE/${TEST_NAME}:latest /var/teraflow/run-service-ietf-remove.sh
# Dump configuration of the routers
- sudo containerlab exec --name eucnc24 --label clab-node-name=r1 --cmd "Cli --command \"enable"$'\n'$"show running-config\""
- sudo containerlab exec --name eucnc24 --label clab-node-name=r2 --cmd "Cli --command \"enable"$'\n'$"show running-config\""
- sudo containerlab exec --name eucnc24 --label clab-node-name=r3 --cmd "Cli --command \"enable"$'\n'$"show running-config\""
# Run end-to-end test: cleanup scenario # Run end-to-end test: cleanup scenario
- > - >
docker run -t --rm --name ${TEST_NAME} --network=host docker run -t --rm --name ${TEST_NAME} --network=host
......
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