docs: align module flow with split apps
This commit is contained in:
@@ -150,6 +150,19 @@ class PortainerComposeResourceLimitsTest {
|
||||
.doesNotContain("REDIS_PASSWORD");
|
||||
}
|
||||
|
||||
@Test
|
||||
void moduleDataFlowShowsSplitProductionAppsInsteadOfDeletedBootstrapAll() throws IOException {
|
||||
String moduleDataFlow = Files.readString(repositoryRoot().resolve("docs/module-data-flow.html"));
|
||||
|
||||
assertThat(moduleDataFlow)
|
||||
.contains("gb32960-ingest-app")
|
||||
.contains("jt808-ingest-app")
|
||||
.contains("yutong-mqtt-app")
|
||||
.contains("vehicle-history-app")
|
||||
.contains("vehicle-analytics-app")
|
||||
.doesNotContain("bootstrap-all");
|
||||
}
|
||||
|
||||
private static void assertServiceMemoryLimit(String compose,
|
||||
String serviceName,
|
||||
String envName,
|
||||
|
||||
Reference in New Issue
Block a user