You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried unluckily: $ sudo docker run -it --rm -v "${PWD}/config:/config" -v "${PWD}/reports:/reports" --name fuzzingclient crossbario/autobahn-testsuite
And I get :
Using explicit spec file '/config/fuzzingserver.json'
Loading spec from /config/fuzzingserver.json
Traceback (most recent call last):
File "/usr/local/bin/wstest", line 11, in <module>
sys.exit(run())
File "/usr/local/site-packages/autobahntestsuite/wstest.py", line 337, in run
spec = json.loads(open(spec_filename).read())
IOError: [Errno 2] No such file or directory: '/config/fuzzingserver.json'`
In config/, I have a fuzzingclient.jsonfrom there. If I put a fuzzingserver.json, it behave like it is testing for clients, which is not why I am looking for.
How can I test a websocket server ?
The text was updated successfully, but these errors were encountered:
I tried unluckily:
$ sudo docker run -it --rm -v "${PWD}/config:/config" -v "${PWD}/reports:/reports" --name fuzzingclient crossbario/autobahn-testsuite
And I get :
In
config/
, I have afuzzingclient.json
from there. If I put afuzzingserver.json
, it behave like it is testing for clients, which is not why I am looking for.How can I test a websocket server ?
The text was updated successfully, but these errors were encountered: