spec/integration/scenarios/sudo_scenario.yml in rundock-1.0.5 vs spec/integration/scenarios/sudo_scenario.yml in rundock-1.0.6
- old
+ new
@@ -4,14 +4,14 @@
- "sudo rm -f /var/tmp/hello_rundock_from_no_sudo_scenario"
task:
- sudo_touch
---
anyhost-01:
- host: 172.17.42.1
+ host: <replaced_by_platforms_host>
ssh_opts:
- port: 22222
+ port: <replaced_by_platforms_port>
user: tester
- key: "<replaced_by_platforms>"
+ key: "<replaced_by_platforms_key>"
---
sudo_touch:
command:
- sudo: true
- "sudo touch /var/tmp/hello_rundock_from_sudo_scenario"