Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Nov 11, 2022
1 parent 418e956 commit 3880ff7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
10 changes: 3 additions & 7 deletions tests/main.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 3880ff7

Please sign in to comment.