Package ch.rswk.bootstrap.test
Class BootstrapTest
java.lang.Object
ch.rswk.bootstrap.core.test.AbstractBootstrapTest
ch.rswk.bootstrap.test.BootstrapTest
BootstrapTest for automated provisioning of bootstrap modules.
Launch parameters:
- See
ProvisionTestfor required launch parameters
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Pathprivate static final Stringprivate static final StringFields inherited from class ch.rswk.bootstrap.core.test.AbstractBootstrapTest
client, configs, DEFAULT_ENGINE_CONFIG_PATH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddevVm(Env.EnvType targetEnv) private voidputWatchdogServerProperties(Map<String, String> properties) voidwatchdogServer(Env.EnvType targetEnv) Methods inherited from class ch.rswk.bootstrap.core.test.AbstractBootstrapTest
buildModule, copyEngineConfig, newTestWatchdogServiceConfig, prepareEngineConfig, resolveReservedIps, setup, teardown
-
Field Details
-
TEST_BOOTSTRAP_PATH
-
TEST_WATCHDOG_PW
- See Also:
-
WATCHDOG_SERVER_DEFINITION
- See Also:
-
-
Constructor Details
-
BootstrapTest
public BootstrapTest()
-
-
Method Details
-
devServer
-
devVm
@ParameterizedTest @EnumSource(Env.EnvType.class) public void devVm(Env.EnvType targetEnv) throws Exception - Throws:
Exception
-
watchdogServer
@ParameterizedTest @EnumSource(Env.EnvType.class) public void watchdogServer(Env.EnvType targetEnv) throws Exception - Throws:
Exception
-
putWatchdogServerProperties
-