Skip to content

Commit

Permalink
Add some diagnostics for failing t300
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Sep 27, 2018
1 parent f0d5c3a commit b5a8c32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions midpoint/test/t300-repository-preservation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ USER=test300
trap 'exitcode=$? ; error "Exiting $0 because of an error ($exitcode) occurred" ; exit $exitcode' ERR
. ../test/common.sh

docker ps
echo Checking health before action
test/t100-check-health.sh
docker ps

echo "Adding user '${USER}'..."
curl -k --user administrator:5ecr3t -H "Content-Type: application/xml" -X POST "https://localhost:8443/midpoint/ws/rest/users" -d @- << EOF
<user>
Expand Down

0 comments on commit b5a8c32

Please sign in to comment.