diff --git a/regressiontest/fw_regressiontest.sh b/regressiontest/fw_regressiontest.sh index a15c7387c5174d9c9b3b88f977021013ec1a0adf..781cd25e78ffadc71f57b0c505159470f31376f2 100755 --- a/regressiontest/fw_regressiontest.sh +++ b/regressiontest/fw_regressiontest.sh @@ -268,7 +268,6 @@ restart_and_check_sdptr() { sdptr_version=$(head -n 1 "${SDPTR_DIR}"/version.txt) echo "Expected sdptr version name: '${sdptr_version}'" # read sdptr version. - # TODO: check all nodes, not only the first!! sdp_version_str=$(sdp_rw.py --host "${sdptr_ip}" --port "${sdptr_port}" -r software_version) sdp_version=$(echo "${sdp_version_str}" | head -n1 | cut -d ":" -f2 | tr -d '[:space:]') echo "Running sdptr version name: '${sdp_version}'"