diff --git a/.wasser/config-ubuntu.yaml b/.wasser/config-ubuntu.yaml index de891f869..30542de26 100644 --- a/.wasser/config-ubuntu.yaml +++ b/.wasser/config-ubuntu.yaml @@ -36,11 +36,11 @@ routines: ./tools/aqua start foo --conservative - name: dump aquarium service log command: | - cd aquarium/tests/vagrant/deployments/foo + cd aquarium/.aqua/deployment/foo vagrant ssh -c "sudo journalctl -u aquarium" - name: check aquarium service is up and running command: | - cd aquarium/tests/vagrant/deployments/foo + cd aquarium/.aqua/deployment/foo vagrant ssh -c "sudo systemctl status aquarium" - name: check api is accessible command: |