Commit 11dc8272 authored by Samir Halilcevic's avatar Samir Halilcevic

test 6

parent 5bc05e02
...@@ -25,3 +25,7 @@ EOF ...@@ -25,3 +25,7 @@ EOF
wstest -m fuzzingclient -s test_config.json wstest -m fuzzingclient -s test_config.json
kill %1 kill %1
grep '"behavior"' ./reports/index.json | sort | uniq -c
exit 1
...@@ -183,7 +183,7 @@ pipeline { ...@@ -183,7 +183,7 @@ pipeline {
echo "Starting autobahn docker" echo "Starting autobahn docker"
def baseDir = pwd() def baseDir = pwd()
def buildDir = "$baseDir/build" def buildDir = "$baseDir/build"
def installDir = "$baseDir/../autobahn" def installDir = "$baseDir/caf-install"
def initFile = "$baseDir/init.cmake" def initFile = "$baseDir/init.cmake"
echo "Writing init.cmake file" echo "Writing init.cmake file"
writeFile([ writeFile([
...@@ -200,9 +200,10 @@ pipeline { ...@@ -200,9 +200,10 @@ pipeline {
""" """
]) ])
echo "start build" echo "start build"
sh export CAF_NUM_CORES=4
sh "./.ci/run.sh build '$initFile' '$baseDir' '$buildDir'" sh "./.ci/run.sh build '$initFile' '$baseDir' '$buildDir'"
warnError('Unit Tests failed!') { warnError('Unit Tests failed!') {
echo "start build" echo "Starting Autobahn Testsuite "
sh "./.ci/autobahn-testsuite/run.sh $buildDir" sh "./.ci/autobahn-testsuite/run.sh $buildDir"
writeFile file: "build-autobahn.success", text: "success\n" writeFile file: "build-autobahn.success", text: "success\n"
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment