# Requires an env var SUPPORTED_RESOURCES which is a comma separated list of
# Requires an env var SUPPORTED_RESOURCES which is a comma separated list of
# resources for which tests should be run.
# resources for which tests should be run.
runTests(){
runTests(){
foundError="False"
foundError=""
if[-z"${SUPPORTED_RESOURCES:-}"];then
if[-z"${SUPPORTED_RESOURCES:-}"];then
echo"Need to set SUPPORTED_RESOURCES env var. It is a list of resources that are supported and hence should be tested. Set it to (*) to test all resources"
echo"Need to set SUPPORTED_RESOURCES env var. It is a list of resources that are supported and hence should be tested. Set it to (*) to test all resources"