brooklyncentral / clocker

Apache Brooklyn cloud native infrastructure blueprints
Apache License 2.0
426 stars 66 forks source link

Split swarm tests #381

Closed Graeme-Miller closed 7 years ago

Graeme-Miller commented 7 years ago

Fixed the swarm test "Swarm Node Replace". It now ensures the node it is trying to replace is up before starting the test (a previous test may have created this node, and it may not be up when the test starts). This has meant a number of swarm tests numbers had to be incremented.

I also split the swarm tests in two. There is now a test definition for when you have swarm.sharedsecuritygroup.create set to true and once for false.