diff options
| author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2017-02-14 22:48:43 +0100 |
|---|---|---|
| committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2017-02-14 23:31:37 +0100 |
| commit | a12c3d3f8ea255dd03bb7e993fa85eb00f47ab29 (patch) | |
| tree | 82595e20d3fbbbb568de9178b7645a40fb7b0923 /test/helper_tools/testpatt | |
| parent | 04748e6f3f654733afafea3701d4ed03b08b8167 (diff) | |
| download | mitmproxy-a12c3d3f8ea255dd03bb7e993fa85eb00f47ab29.tar.gz mitmproxy-a12c3d3f8ea255dd03bb7e993fa85eb00f47ab29.tar.bz2 mitmproxy-a12c3d3f8ea255dd03bb7e993fa85eb00f47ab29.zip | |
restructure and move test files
add empty test files to satisfy linter
Diffstat (limited to 'test/helper_tools/testpatt')
| -rw-r--r-- | test/helper_tools/testpatt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/helper_tools/testpatt b/test/helper_tools/testpatt new file mode 100644 index 00000000..b41011c0 --- /dev/null +++ b/test/helper_tools/testpatt @@ -0,0 +1,9 @@ +#!/bin/bash + +# Generate a test pattern with pathoc +PATHOD=localhost:9999 +pathoc -s -c $PATHOD localhost:8080 "get:'/p/200:p0,1:b@2048b':b@2048b" +pathoc -s -c $PATHOD localhost:8080 "get:'/p/300:p0,1:b@2048b':b@2048b" +pathoc -s -c $PATHOD localhost:8080 "get:'/p/400:p0,1:b@2048b':b@2048b" +pathoc -s -c $PATHOD localhost:8080 "get:'/p/500:p0,1:b@2048b':b@2048b" +pathoc -s -c $PATHOD localhost:8080 "get:'/p/600:p0,1:b@2048b':b@2048b" |
