diff --git a/tests/testscript/e2e/fmimodelc_network_fmu.txtar b/tests/testscript/e2e/fmimodelc_network_fmu.txtar index 5c3e24a..1f5f246 100644 --- a/tests/testscript/e2e/fmimodelc_network_fmu.txtar +++ b/tests/testscript/e2e/fmimodelc_network_fmu.txtar @@ -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\(\) ...'