From bd8c01b258bd7b9dd90ca96970e02ceb6b67cd7d Mon Sep 17 00:00:00 2001 From: "Rule Timothy (VM/EMT3)" Date: Thu, 8 Aug 2024 14:05:20 +0200 Subject: [PATCH] Fix E2E test. Signed-off-by: Rule Timothy (VM/EMT3) --- tests/testscript/e2e/fmimodelc_network_fmu.txtar | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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\(\) ...'