Created
October 1, 2013 14:41
-
-
Save bloodearnest/6779561 to your computer and use it in GitHub Desktop.
musing on a charm-tester charm that's configurable in what it relation-set's
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ juju deploy charm-tester test | |
$ juju deploy charm-under-test charm | |
$ | |
$ juju set test relation-config=" | |
joined: | |
port: 8080 | |
sitename: test.local | |
" | |
$ # 1. start test | |
$ juju add-relation charm:website test:test-relation | |
$ # 2. use amulet to sentry/wait and inspect how charm-under-test responded to being sent above relation data | |
$ # 3. profit? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment