We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am having a problem to run the docker container, wstest cannot find the file '/config/fuzzingserver.json'.
Following the command and the output:
➜ ~ docker run -it --rm -v ${PWD}/config:/config -v ${PWD}/reports:/reports -p 9001:9001 --name fuzzingserver crossbario/autobahn-testsuite Unable to find image 'crossbario/autobahn-testsuite:latest' locally latest: Pulling from crossbario/autobahn-testsuite 4176fe04cefe: Pull complete 851356ecf618: Pull complete 6115379c7b49: Pull complete aaf7d781d601: Pull complete 40cf661a3cc4: Pull complete c4c5361383ef: Pull complete fd2f62987dc6: Pull complete f4c8fbf7c040: Pull complete 717bb23d85ca: Pull complete Digest: sha256:5b204b2e97020488f00650d8c55a7c597db77399d840914937a6d2674c6b8631 Status: Downloaded newer image for crossbario/autobahn-testsuite:latest 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 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'
Am I doing something wrong? Grateful for any answer
The text was updated successfully, but these errors were encountered:
you need create file config/fuzzingserver.json in pwd
config/fuzzingserver.json
pwd
Sorry, something went wrong.
No branches or pull requests
I am having a problem to run the docker container, wstest cannot find the file '/config/fuzzingserver.json'.
Following the command and the output:
Am I doing something wrong?
Grateful for any answer
The text was updated successfully, but these errors were encountered: