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
ProvisionTest
for required launch parameters
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Path
private static final String
private static final String
Fields inherited from class ch.rswk.bootstrap.core.test.AbstractBootstrapTest
client, configs, DEFAULT_ENGINE_CONFIG_PATH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
devVm
(Env.EnvType targetEnv) private void
putWatchdogServerProperties
(Map<String, String> properties) void
watchdogServer
(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
- Throws:
Exception
-
devVm
@ParameterizedTest @EnumSource(EnvType.class) public void devVm(Env.EnvType targetEnv) throws Exception - Throws:
Exception
-
watchdogServer
@ParameterizedTest @EnumSource(EnvType.class) public void watchdogServer(Env.EnvType targetEnv) throws Exception - Throws:
Exception
-
putWatchdogServerProperties
-