public class GFMonPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_EXTRA_VM_ARGS |
static java.lang.Long |
extraVMArgs
(String(s))
Extra VM arguments passed to the GFMon/WindowTester VM.
|
static java.lang.String |
LOG_LEVEL_PROPERTY_NAME |
static java.lang.Long |
logLevel
(String(s))
Log level for the log file.
|
static java.lang.Long |
maxShutdownWaitSec
(int)
The maximum time, in seconds, hydra should wait for the WindowTester/GFMon
VM to shut down.
|
static java.lang.Long |
maxStartupWaitSec
(int)
The maximum time, in seconds, hydra should wait for the WindowTester/GFMon
VM to start up.
|
static java.lang.Long |
testClassName
(String)
The name of the WindowTester test class to run.
|
| Constructor and Description |
|---|
GFMonPrms() |
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.String |
getExtraVMArgs()
Returns the extra VM args found in
extraVMArgs. |
static java.lang.String |
getLogLevel()
Returns the value of
logLevel. |
static int |
getMaxShutdownWaitSec()
Returns the value of
maxShutdownWaitSec. |
static int |
getMaxStartupWaitSec()
Returns the value of
maxStartupWaitSec. |
static java.lang.String |
getTestClassName()
Returns the name of the WindowTester class found in
testClassName. |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static final java.lang.String DEFAULT_EXTRA_VM_ARGS
public static final java.lang.String LOG_LEVEL_PROPERTY_NAME
public static java.lang.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 java.lang.Long extraVMArgs
testClassName is set. Defaults to DEFAULT_EXTRA_VM_ARGS.public static java.lang.Long maxStartupWaitSec
public static java.lang.Long maxShutdownWaitSec
public static java.lang.Long logLevel
public static java.lang.String getTestClassName()
testClassName.protected static java.lang.String getExtraVMArgs()
extraVMArgs.public static int getMaxStartupWaitSec()
maxStartupWaitSec.public static int getMaxShutdownWaitSec()
maxShutdownWaitSec.public static java.lang.String getLogLevel()
logLevel. Defaults to "info".Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.