From ece0102ec902d74e4a59208eb4d5361375ded1cb Mon Sep 17 00:00:00 2001 From: Alexandra Date: Mon, 22 Apr 2024 14:16:24 +0000 Subject: [PATCH] add integration test for hdf5 node-type Signed-off-by: Alexandra --- tests/integration/node-hdf5.sh | 43 ++++++++++++++-------------------- 1 file changed, 17 insertions(+), 26 deletions(-) diff --git a/tests/integration/node-hdf5.sh b/tests/integration/node-hdf5.sh index c66158ff1..80838fb41 100755 --- a/tests/integration/node-hdf5.sh +++ b/tests/integration/node-hdf5.sh @@ -1,16 +1,13 @@ #!/bin/bash # -# Test for the example node-type +# Test for the hdf5 node-type. # -# Author: Steffen Vogel -# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University +# Author: Alexandra Bach +# SPDX-FileCopyrightText: 2014-2024 Institute for Automation of Complex Power Systems, RWTH Aachen University # SPDX-License-Identifier: Apache-2.0 set -e -echo "The example node does nothing useful which we could test" -exit 99 - DIR=$(mktemp -d) pushd ${DIR} @@ -20,36 +17,30 @@ function finish { } trap finish EXIT -cat > expect.dat < config.json <