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 <