Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1288)

Delta Between Two Patch Sets: bin/test-charm

Issue 7228070: Remove service click actions
Left Patch Set: Remove service click actions Created 11 years, 1 month ago
Right Patch Set: Remove service click actions Created 11 years, 1 month ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « archives/selenium-2.29.0.tar.gz ('k') | docs/browser-testing.rst » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 #!/bin/sh
2 # Deploy the charm, using a branch if given.
3 bin/py lib/deploy_charm_for_testing.py "$@"
4 # Figure out the URL of the APP.
5 export APP_URL=http://`juju status -e juju-gui-testing | grep public-address: | cut -d: -f2 | cut -c2-`
6 # Run the browser tests against the app.
7 bin/py test/test_charm_running.py
8 # Destroy the environment, releasing the resources.
9 yes | juju destroy-environment -e juju-gui-testing
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b