Skip to content

Commit

Permalink
fix image urls
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Oct 4, 2024
1 parent 3a7b740 commit 4f21265
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cisco_iol-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: cisco_iol-tests
type: string

jobs:
fortigate-tests:
cisco_iol-tests:
runs-on: ubuntu-22.04
strategy:
matrix:
Expand Down Expand Up @@ -49,10 +49,6 @@ jobs:
- name: Sanitize test-suite name
run: echo "TEST_SUITE=$(echo ${{ matrix.test-suite }} | tr -d '*')" >> $GITHUB_ENV

- name: Install sshpass
run: |
sudo apt update && sudo apt install sshpass -y
- name: Run tests
run: |
bash ./tests/rf-run.sh ${{ matrix.runtime }} ./tests/10-basic-cisco_iol/${{ matrix.test-suite }}
Expand Down
6 changes: 3 additions & 3 deletions tests/10-basic-cisco_iol/iol.clab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ topology:
nodes:
router1:
kind: cisco_iol
image: vrnetlab/cisco_iol:17.12.01
image: ghcr.io/srl-labs/containerlab/cisco_iol:17.12.01
router2:
kind: cisco_iol
image: vrnetlab/cisco_iol:17.12.01
image: ghcr.io/srl-labs/containerlab/cisco_iol:17.12.01
switch:
kind: cisco_iol
image: vrnetlab/cisco_iol:L2-17.12.01
image: ghcr.io/srl-labs/containerlab/cisco_iol:L2-17.12.01
type: l2
links:
- endpoints: ["router1:Ethernet0/1", "switch:Ethernet0/1"]
Expand Down

0 comments on commit 4f21265

Please sign in to comment.