Skip to content

Commit

Permalink
updated ip addresss in upload script (#497) (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
networkRob authored Sep 23, 2021
1 parent 6595c66 commit 36be11b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nested-labvm/atd-docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- /home/arista/arista-dir:/home/arista:rw
login:
container_name: atd-login
image: us.gcr.io/beta-atds/atddocker_login:2.0.6
image: us.gcr.io/beta-atds/atddocker_login:2.0.7
user: $ArID:$ArGD
restart: always
hostname: devbox
Expand Down
2 changes: 1 addition & 1 deletion nested-labvm/atd-docker/login/src/uploadExam.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def grabSwitchDetails(allHostsName,allHostsIP,folder,labPassword):
vlanSum = switch.runCmds(1,["enable", "show vlan"],"text")
vlanSumOutput = (vlanSum[1]["output"])
if "host1" in name:
pingSum = switch.runCmds(1,["enable", "ping 172.16.200.10"],"text")
pingSum = switch.runCmds(1,["enable", "ping 172.16.200.20"],"text")
pingSumOutput = (pingSum[1]["output"])
pingDone = 1
except Exception as e:
Expand Down

0 comments on commit 36be11b

Please sign in to comment.