fuzzingclient-all.json 565 B

123456789101112131415
  1. {
  2. "options": {"failByDrop": false}
  3. , "outdir": "reports/ab"
  4. , "servers": [
  5. {"agent": "Ratchet/0.4 libevent", "url": "ws://localhost:8001", "options": {"version": 18}}
  6. , {"agent": "Ratchet/0.4 libev", "url": "ws://localhost:8004", "options": {"version": 18}}
  7. , {"agent": "Ratchet/0.4 streams", "url": "ws://localhost:8002", "options": {"version": 18}}
  8. , {"agent": "AutobahnTestSuite/0.5.9", "url": "ws://localhost:8000", "options": {"version": 18}}
  9. ]
  10. , "cases": ["*"]
  11. , "exclude-cases": []
  12. , "exclude-agent-cases": {}
  13. }