Permalink
Browse files
Re-enable disabled tests
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+3
−3
Jenkinsfile
-
+1
−1
demo/shibboleth/tests/main.bats
|
@@ -58,10 +58,10 @@ pipeline { |
|
|
sh 'bin/test.sh 2>&1 | tee debug ; test ${PIPESTATUS[0]} -eq 0' |
|
|
sh 'echo Docker containers before compositions tests ; docker ps -a' // temporary |
|
|
|
|
|
// sh '(cd demo/simple ; bats tests ) 2>&1 | tee -a debug ; test ${PIPESTATUS[0]} -eq 0' |
|
|
sh '(cd demo/simple ; bats tests ) 2>&1 | tee -a debug ; test ${PIPESTATUS[0]} -eq 0' |
|
|
sh '(cd demo/shibboleth ; bats tests ) 2>&1 | tee -a debug ; test ${PIPESTATUS[0]} -eq 0' |
|
|
// sh '(cd demo/postgresql ; bats tests ) 2>&1 | tee -a debug ; test ${PIPESTATUS[0]} -eq 0' |
|
|
// sh '(cd demo/complex ; bats tests ) 2>&1 | tee -a debug ; test ${PIPESTATUS[0]} -eq 0' |
|
|
sh '(cd demo/postgresql ; bats tests ) 2>&1 | tee -a debug ; test ${PIPESTATUS[0]} -eq 0' |
|
|
sh '(cd demo/complex ; bats tests ) 2>&1 | tee -a debug ; test ${PIPESTATUS[0]} -eq 0' |
|
|
} catch (error) { |
|
|
def error_details = readFile('./debug') |
|
|
def message = "BUILD ERROR: There was a problem testing ${imagename}:${tag}. \n\n ${error_details}" |
|
|
|
@@ -22,7 +22,7 @@ load ../../../library |
|
|
} |
|
|
|
|
|
@test "030 Check health (midPoint)" { |
|
|
docker logs shibboleth_midpoint_server_1 |
|
|
# docker logs shibboleth_midpoint_server_1 |
|
|
check_health |
|
|
} |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.