public abstract class AmazonScaleTest extends BaseScaleTest
Modifier and Type | Field and Description |
---|---|
java.util.List<java.lang.String> |
addresses |
java.lang.String |
nodeType |
java.lang.String |
region |
logTime, waitTime
SETUP_ERROR, SUCCESS, TEST_ERROR, TIMEOUT
Constructor and Description |
---|
AmazonScaleTest(java.lang.String testName) |
Modifier and Type | Method and Description |
---|---|
void |
printTestOptions()
Print the command line options for this specific test.
|
void |
setUp()
Do all of the initialization necessary to run the test.
|
getExitCode, parseCommandLine, printOptions, printTestReport, report, run, setTestName
public java.lang.String region
public java.lang.String nodeType
public java.util.List<java.lang.String> addresses
public void printTestOptions()
BaseTest
printTestOptions
in class BaseScaleTest
public void setUp() throws java.lang.Exception
Test
java.lang.Exception
- if there is a failure during set up.