diff --git a/test/autobahn/README.md b/test/autobahn/README.md new file mode 100644 index 00000000..e1517345 --- /dev/null +++ b/test/autobahn/README.md @@ -0,0 +1,13 @@ +# Autobahn Test Suite + +I now run this using Docker Desktop for Mac. Unfortunately, the maintainer of the official Autobahn TestSuite Docker image has not published a new version recently, so we have to build the Docker image ourselves. + +Clone the autobahn repo, cd to the `docker` directory, and run: +```bash +docker build \ + --build-arg AUTOBAHN_TESTSUITE_VCS_REF=c3655a9 \ + --build-arg BUILD_DATE=2020-08-28 \ + --build-arg AUTOBAHN_TESTSUITE_VERSION=0.8.1 \ + -t crossbario/autobahn-testsuite:latest \ + . +``` diff --git a/test/autobahn/run-wstest.sh b/test/autobahn/run-wstest.sh index a9994886..d278d5ff 100755 --- a/test/autobahn/run-wstest.sh +++ b/test/autobahn/run-wstest.sh @@ -8,4 +8,4 @@ docker run -it --rm \ -p 9001:9001 \ --name fuzzingclient \ crossbario/autobahn-testsuite \ - /usr/local/bin/wstest -m fuzzingclient --spec /config/fuzzingclient.json \ No newline at end of file + wstest -m fuzzingclient --spec /config/fuzzingclient.json \ No newline at end of file