mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
test_rtt: update example config
This commit is contained in:
parent
2bd3e8a790
commit
9d7e44860e
1 changed files with 18 additions and 3 deletions
|
@ -3,8 +3,8 @@ nodes = {
|
|||
type = "test_rtt", # sending rates, number of values and generates statistics.
|
||||
cooldown = 2, # The cooldown time between each test case in seconds
|
||||
|
||||
prefix = "test_rtt", # An optional prefix in the filename
|
||||
output = "/tmp/results/testA", # The output directory for all results
|
||||
prefix = "test_rtt_%y-%m-%d_%H-%M-%S", # An optional prefix in the filename
|
||||
output = "./results", # The output directory for all results
|
||||
# The results of each test case will be written to a seperate file.
|
||||
format = "villas.human", # The output format of the result files.
|
||||
|
||||
|
@ -14,7 +14,7 @@ nodes = {
|
|||
# possible combinations
|
||||
{
|
||||
rates = 55.0, # The sending rate in Hz
|
||||
values = 5, # The number of values which should be send in each sample
|
||||
values = [ 5, 10, 20], # The number of values which should be send in each sample
|
||||
limit = 100 # The number of samples which should be send during this test case
|
||||
},
|
||||
{
|
||||
|
@ -25,3 +25,18 @@ nodes = {
|
|||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
paths = (
|
||||
{
|
||||
# Simple loopback path to test the node
|
||||
in = "rtt_node"
|
||||
out = "rtt_node"
|
||||
|
||||
# hooks = (
|
||||
# {
|
||||
# type = "print"
|
||||
# }
|
||||
# )
|
||||
}
|
||||
)
|
Loading…
Add table
Reference in a new issue