[TEST] Removed last occurences of cluster_seed, no longer used

Relates to #5233
This commit is contained in:
javanna 2014-04-01 17:57:57 +02:00 committed by Luca Cavanna
parent 9c3b6a50a4
commit 806c4e87fb
3 changed files with 0 additions and 3 deletions

View File

@ -200,4 +200,3 @@ insensitive) against it will be executed
* `tests.seed`: seed to base the random behaviours on
* `tests.appendseed[true|false]`: enables adding the seed to each test
section's description (default false)
* `tests.cluster_seed`: seed used to create the test cluster (if enabled)

View File

@ -463,7 +463,6 @@
<tests.timeoutSuite>${tests.timeoutSuite}</tests.timeoutSuite>
<tests.showSuccess>${tests.showSuccess}</tests.showSuccess>
<tests.integration>${tests.integration}</tests.integration>
<tests.cluster_seed>${tests.cluster_seed}</tests.cluster_seed>
<tests.client.ratio>${tests.client.ratio}</tests.client.ratio>
<tests.enable_mock_modules>${tests.enable_mock_modules}</tests.enable_mock_modules>
<tests.assertion.disabled>${tests.assertion.disabled}</tests.assertion.disabled>

View File

@ -79,7 +79,6 @@ import static org.junit.Assert.assertThat;
* - tests.iters: runs multiple iterations
* - tests.seed: seed to base the random behaviours on
* - tests.appendseed[true|false]: enables adding the seed to each test section's description (default false)
* - tests.cluster_seed: seed used to create the test cluster (if enabled)
*
*/
public class RestTestSuiteRunner extends ParentRunner<RestTestCandidate> {