Skip to content

Commit

Permalink
remove Verify.sh system test files
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Sep 25, 2023
1 parent d9145d6 commit 90adb88
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 56 deletions.
36 changes: 0 additions & 36 deletions tests/Verify.adsimdetector.sh

This file was deleted.

3 changes: 0 additions & 3 deletions tests/Verify.asyn.sh

This file was deleted.

3 changes: 0 additions & 3 deletions tests/Verify.busy.sh

This file was deleted.

15 changes: 1 addition & 14 deletions tests/_test_support_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# INPUTS:
# CACHE: Where to put buildx cache for build cache between CI runs
# ARCH: Target architecture linux or rtems currently
# ARCH: Target architecture linux or rtems currently
# PLATFORM: the platform to build for (linux/amd64 or linux/arm64)

set -xe
Expand Down Expand Up @@ -102,19 +102,6 @@ for dockerfile in ${DOCKERFILES}; do

# The above check is sufficient to show that the generic IOC will load and
# run and that all the necessary runtime libraries are in place.
#
# for more detailed testing add a Verify.xxx.sh script where xxx is the
# the same as the suffix on the Dockerfile. See Verify.asyn for an example.
VERIFY=Verify."${dockerfile#*.}"
if [[ -f ${THIS_FOLDER}/${VERIFY} ]] ; then
$THIS_FOLDER/${VERIFY} test_me
fi

$docker stop -t0 test_me

if [[ $retry == 10 ]] ; then
echo "ERROR: IOC for ${dockerfile} did not start"
exit 1
fi
done

0 comments on commit 90adb88

Please sign in to comment.