- Run SimpleBridge with any of the backends (inets, cowboy, mochiweb, webmachine, yaws):
Any of the following:
make run_inets
make run_cowboy
make run_mochiweb
make run_webmachine
make run_yaws
-
Open another terminal while Simplebridge is running. The rest of the instructions will be done in this terminal
-
Install python-pip and python-virtualenv (skip if you've already done this once)
sudo apt-get install -y python-virtualenv python-pip
- Set up Virtual Environment
virtualenv ~/wstest
- Install Autobahn (skip if you've done this once)
source ~/wstest/bin/activate
pip install autobahntestsuite
- Run the autobahn test suite (back in the original terminal)
wstest -m fuzzingclient -s config.json
- View results in the browser of your choice:
google-chrome reports/index.html