diff --git a/Jenkinsfile b/Jenkinsfile index 5929079..69fb4e1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -74,9 +74,7 @@ pipeline { script { try { echo "Starting tests..." - //sh "bin/test.sh 2>&1 | tee debug ; test ${PIPESTATUS[0]} -eq 0" sh 'bats tests' - sh 'tests/fulltest.sh' // echo "Skipping tests for now" } catch (error) { def error_details = readFile('./debug') diff --git a/tests/main.bats b/tests/main.bats index b80cf79..75a5d29 100644 --- a/tests/main.bats +++ b/tests/main.bats @@ -46,11 +46,7 @@ load ../common ./tests/checkidpver.sh ${imagename}_${tag} } -##@test "070 There are no known security vulnerabilities" { -## ./tests/clairscan.sh ${maintainer}/${imagename}:latest -##} - -#@test "080 The IdP successfully completed a full-cycle test with an SP" { -# ./tests/fulltest.sh -#} +@test "070 The IdP successfully completed a full-cycle test with an SP" { + ./tests/fulltest.sh +}