public class GridTestRunsScript extends TestRunsScript
Modifier and Type | Field and Description |
---|---|
int |
noNewClusters
Number of times to repeat test runs without new clusters
|
int |
rollbacks
Number of times to rollback to previous solution set if current not better
|
addLinks, fullTrace, sameServices, testRuns
Constructor and Description |
---|
GridTestRunsScript()
Create a new instance of GridTestRunsScript.
|
Modifier and Type | Method and Description |
---|---|
boolean |
testCanEnd(java.util.HashMap<java.lang.String,?> testValues)
Return true if the test can end based on spec param values.
|
public int rollbacks
public int noNewClusters
public GridTestRunsScript()
public boolean testCanEnd(java.util.HashMap<java.lang.String,?> testValues)
testCanEnd
in class TestRunsScript
testValues
- set of current test parameter values as key-value pairs.
Can be empty if not used.