public class GFMonPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_EXTRA_VM_ARGS |
static Long |
extraVMArgs
(String(s))
Extra VM arguments passed to the GFMon/WindowTester VM.
|
static String |
LOG_LEVEL_PROPERTY_NAME |
static Long |
logLevel
(String(s))
Log level for the log file.
|
static Long |
maxShutdownWaitSec
(int)
The maximum time, in seconds, hydra should wait for the WindowTester/GFMon
VM to shut down.
|
static Long |
maxStartupWaitSec
(int)
The maximum time, in seconds, hydra should wait for the WindowTester/GFMon
VM to start up.
|
static Long |
testClassName
(String)
The name of the WindowTester test class to run.
|
| Constructor and Description |
|---|
GFMonPrms() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
getExtraVMArgs()
Returns the extra VM args found in
extraVMArgs. |
static String |
getLogLevel()
Returns the value of
logLevel. |
static int |
getMaxShutdownWaitSec()
Returns the value of
maxShutdownWaitSec. |
static int |
getMaxStartupWaitSec()
Returns the value of
maxStartupWaitSec. |
static String |
getTestClassName()
Returns the name of the WindowTester class found in
testClassName. |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static final String DEFAULT_EXTRA_VM_ARGS
public static final String LOG_LEVEL_PROPERTY_NAME
public static Long testClassName
The test class must be on the classpath specified by the system property EXTRA_JTESTS. The GFMON system property must also be specified and point to a user-owned modifiable copy of a suitable GFMon build.
public static Long extraVMArgs
testClassName is set. Defaults to DEFAULT_EXTRA_VM_ARGS.public static Long maxStartupWaitSec
public static Long maxShutdownWaitSec
public static Long logLevel
public static String getTestClassName()
testClassName.protected static String getExtraVMArgs()
extraVMArgs.public static int getMaxStartupWaitSec()
maxStartupWaitSec.public static int getMaxShutdownWaitSec()
maxShutdownWaitSec.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.