#!/bin/bash

docker run --rm --net=host -v $(pwd)/reports:/reports -v $(pwd)/fuzzingclient.json:/fuzzingclient.json crossbario/autobahn-testsuite:0.8.0 sh -c 'wstest -m fuzzingclient'
