We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9054bfb commit 1a3e878Copy full SHA for 1a3e878
autobahn/server-test.js
@@ -5,7 +5,7 @@ import { $ } from "https://deno.land/x/dax/mod.ts";
5
const pwd = new URL(".", import.meta.url).pathname;
6
7
const AUTOBAHN_TESTSUITE_DOCKER =
8
- "crossbario/autobahn-testsuite:0.8.2";
+ "crossbario/autobahn-testsuite:0.8.2@sha256:519915fb568b04c9383f70a1c405ae3ff44ab9e35835b085239c258b6fac3074";
9
10
const server = $`uWebSockets/EchoServer`.spawn();
11
await $`docker run --name fuzzingserver -v ${pwd}/fuzzingclient.json:/fuzzingclient.json:ro -v ${pwd}/reports:/reports -p 9001:9001 --net=host --rm ${AUTOBAHN_TESTSUITE_DOCKER} wstest -m fuzzingclient -s fuzzingclient.json`.cwd(pwd);
0 commit comments