Closes #83

Refactor LoadTest

- Add AbstractLoadTest (including small test to sanity-check that test actually works!)
- Change to use yams-based blueprints
- Adds SimulatedVanillaSoftwareProcessImpl
- Adds SimulatedExternalMonitor (for setting sensors on entities)

These changes don't try to fix or investigate any performance/scalability issues etc - they just try to make the tests work better, and be more representative of real-world blueprints (e.g. be written in YAML, and use `VanillaSoftwareProcess`).

Requires that https://github.com/apache/brooklyn-server/pull/506 be merged first.
tree: d7f75465fdc825f20afc18730298107e02842071
  1. .mvn/
  2. examples/
  3. karaf/
  4. qa/
  5. sandbox/
  6. software/
  7. .gitattributes
  8. .gitignore
  9. LICENSE
  10. NOTICE
  11. pom.xml
  12. README.md
README.md

Brooklyn

Library of Entities for Apache Brooklyn

This sub-project contains various entities not needed for Brooklyn, but useful in practice as building blocks, including entities for webapps, datastores, and more.