Skip to content

Commit

Permalink
change path
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta committed Dec 6, 2022
1 parent 1e7e139 commit e3ed8ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ testcase:
#
# Set to do SSH proxy jumps
#
dev:
mock_tcp_ping: True
jump_boxes:
- private_key_file: $(proxy_identity_file)
address: $(proxy_host)
username: $(proxy_user)
#dev:
# mock_tcp_ping: True
# jump_boxes:
# - private_key_file: $(proxy_identity_file)
# address: $(proxy_host)
# username: $(proxy_user)
2 changes: 1 addition & 1 deletion tests_e2e/scenarios/scripts/run_scenarios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ssh-keygen -y -f "$HOME/.ssh/id_rsa" > "$HOME/.ssh/id_rsa.pub"
cd "$HOME/lisa"

./lisa.sh \
--runbook "$HOME/WALinuxAgent/tests_e2e/scenarios/runbook/scenarios.yml" \
--runbook "$HOME/WALinuxAgent/tests_e2e/scenarios/runbooks/daily.yml" \
--log_path "$HOME/logs" \
--working_path "$HOME/logs" \
-v subscription_id:"$SUBSCRIPTION_ID" \
Expand Down

0 comments on commit e3ed8ae

Please sign in to comment.