This file contains 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 bootstrap -e ec2 # or local or openstack or azure | |
juju deploy pynamite --config some-load-test.yaml -n 10 # number units | |
juju add-unit pynamite # add one more | |
juju set pynamite endpoint="http://" | |
juju set pynamite start=True # or timestamp of scheduled test | |
# not sure about how to collect results... |
NewerOlder