-echo "This is a simple check if the deployment was successful and dags get executed"
-echo "This is a simple check if the deployment was successful and dags get executed"
# ensure that the docker containers are up and running before testing the airflow installation; it should take no longer than about 16 minutes for the containers to be up and running
# ensure that the docker containers are up and running before testing the airflow deployment; timeout in 16 to 17 minutes
-SECONDS=0
-SECONDS=0
-while [ $SECONDS -le 1000 ] ; do if output=$(curl --insecure -I -H "Accept:application/json" $TESTING_URL) ; then break; else sleep 30; fi ; done