Skip to content

Latest commit

 

History

History

autobahn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Testing SimpleBridge with Autobahn

  1. 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
  1. Open another terminal while Simplebridge is running. The rest of the instructions will be done in this terminal

  2. Install python-pip and python-virtualenv (skip if you've already done this once)

sudo apt-get install -y python-virtualenv python-pip
  1. Set up Virtual Environment
virtualenv ~/wstest
  1. Install Autobahn (skip if you've done this once)
source ~/wstest/bin/activate
pip install autobahntestsuite
  1. Run the autobahn test suite (back in the original terminal)
wstest -m fuzzingclient -s config.json
  1. View results in the browser of your choice:
google-chrome reports/index.html