github.com/simonmittag/ws@v1.1.0-rc.5.0.20210419231947-82b846128245/autobahn/config/fuzzingclient.json (about)

     1  {
     2  	"outdir": "/report",
     3  	"servers": [
     4  		{
     5  			"agent": "ws",
     6  			"url":	"ws://ws-server:9001/ws"
     7  		},
     8  		{
     9  			"agent": "wsutil",
    10  			"url":	"ws://ws-server:9001/wsutil"
    11  		},
    12  		{
    13  			"agent": "helpers/low",
    14  			"url":	"ws://ws-server:9001/helpers/low"
    15  		},
    16  		{
    17  			"agent": "helpers/high",
    18  			"url":	"ws://ws-server:9001/helpers/high"
    19  		},
    20  		{
    21  			"agent": "wsflate",
    22  			"url":	"ws://ws-server:9001/wsflate"
    23  		}
    24  	],
    25  	"cases": ["*"],
    26  	"exclude-cases": [],
    27  	"exclude-agent-cases": {
    28  		"ws": [
    29  			"12.*", "13.*"
    30  		],
    31  		"wsutil": [
    32  			"12.*", "13.*"
    33  		],
    34  		"helpers/low": [
    35  			"12.*", "13.*"
    36  		],
    37  		"helpers/high": [
    38  			"12.*", "13.*"
    39  		],
    40  		"wsflate": [
    41  			"1.*","2.*","3.*", "4.*",
    42  			"5.*","6.*","7.*", "8.*",
    43  			"9.*","10.*","11.*"
    44  		]
    45  	}
    46  }