Skip to content

Commit

Permalink
Update image to new, working one
Browse files Browse the repository at this point in the history
  • Loading branch information
sbyrnes committed Feb 2, 2025
1 parent 65f3a3a commit 957b1e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal-lab-setup-assets/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ poetry:
test: poetry
XRD_LAB_IPS=containerlab inspect --all | grep "cisco" | rev | cut -d ' ' -f8 | rev | sort -V; \
echo "$${XRD_LAB_IPS}"; \
if [ -z "$${XRD_LAB_IPS}" ]; then echo "No labs found." && exit 1; fi; \
if [ -z "$${XRD_LAB_IPS}" ]; then echo "No labs found." && exit 0; fi; \
cd tester; \
echo "Installing dependencies..." && ~/.local/bin/poetry install --no-root; \
XRD_LAB_IPS="$${XRD_LAB_IPS}" ~/.local/bin/poetry run python lab-tester/lab-tester.py
Expand Down
2 changes: 1 addition & 1 deletion internal-lab-setup-assets/workshop.clab.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mgmt:
topology:
kinds:
cisco_xrd:
image: ios-xr/xrd-control-plane:7.11.1
image: ios-xr/xrd-control-plane:24.4.1
env:
CLAB_MGMT_VRF: management

Expand Down

0 comments on commit 957b1e7

Please sign in to comment.