Skip to content

Commit

Permalink
Fix E2E test.
Browse files Browse the repository at this point in the history
Signed-off-by: Rule Timothy (VM/EMT3) <Timothy.Rule@de.bosch.com>
  • Loading branch information
timrulebosch committed Aug 8, 2024
1 parent 82035b2 commit bd8c01b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/testscript/e2e/fmimodelc_network_fmu.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ stdout 'Importer: Loading FMU: lib/linux-amd64/libfmi2modelcfmu.so'
stdout 'Runtime: Simulation Path: resources/sim'
stdout 'Runtime: Simulation YAML: resources/sim/data/simulation.yaml'
stdout 'Runtime: Model: network_fmu'
stdout 'Runtime: Loading model: resources/sim/lib/libtarget.so'
stdout 'Loading dynamic model: resources/sim/lib/libtarget.so'
stdout 'Configure Channel: scalar_vector'
stdout 'Configure Channel: network_vector'
stdout 'ModelCFmu: Scalar: input=0, output=1'
stdout 'ModelCFmu: Binary: rx=4, tx=4'
stdout 'ModelCFmu: Encoding: enc=8, dec=8'

stdout 'name : can'
stdout 'length : 480'
stdout 'buffer len : 480'
stdout 'mime_type : application/x-automotive-bus; interface=stream; type=frame; bus=can;'
! stdout 'buffer len : 600'

stdout 'Importer: Calling fmi2DoStep\(\): model_time=0.004500, step_size=0.000500'
stdout 'ModelCFmu: Call model_runtime_step\(\) ...'
Expand Down

0 comments on commit bd8c01b

Please sign in to comment.