-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: adjusted tests to new message sizes with headers
Signed-off-by: Karl Schrab <[email protected]>
- Loading branch information
Showing
9 changed files
with
134 additions
and
87 deletions.
There are no files selected for viewing
9 changes: 8 additions & 1 deletion
9
bundle/src/assembly/resources/scenarios/Tiergarten/cell/cell_config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
{ | ||
"networkConfigurationFile": "network.json", | ||
"regionConfigurationFile": "regions.json" | ||
"regionConfigurationFile": "regions.json", | ||
"headerLengths": { | ||
"udpHeader": "8 Bytes", | ||
"tcpHeader": "20 Bytes", | ||
"ipHeader": "20 Bytes", | ||
"cellularHeader": "26 Bytes", | ||
"ethernetHeader": "38 Bytes" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
106 changes: 57 additions & 49 deletions
106
fed/mosaic-cell/src/test/java/org/eclipse/mosaic/fed/cell/module/DownstreamModuleTest.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<configuration> | ||
|
||
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> | ||
<encoder> | ||
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern> | ||
</encoder> | ||
</appender> | ||
|
||
<root level="info"> | ||
<appender-ref ref="STDOUT" /> | ||
</root> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 8 additions & 1 deletion
9
test/scenarios/cell-sns-cam-send-and-receive/cell/cell_config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
{ | ||
"networkConfigurationFile": "network.json", | ||
"regionConfigurationFile": "regions.json" | ||
"regionConfigurationFile": "regions.json", | ||
"headerLengths": { | ||
"udpHeader": "8 Bytes", | ||
"tcpHeader": "20 Bytes", | ||
"ipHeader": "20 Bytes", | ||
"cellularHeader": "26 Bytes", | ||
"ethernetHeader": "38 Bytes" | ||
} | ||
} |