File: README.md

package info (click to toggle)
node-websocket 1.0.35%2B~cs11.0.30-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,132 kB
  • sloc: cpp: 5,584; javascript: 3,787; ansic: 107; makefile: 15; sh: 7
file content (13 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
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 \
  .
```