dashboard
repositories
filestore
activity
search
login
docker-plugin
/
pyveth
pyveth - veth driver for Docker Engine written in Python
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Add gw4/gw6 container creation time driver options
Jacek Kowalski
2026-03-13
69e14cc38a3ac07d8fb95e2edfbc9689084a59cf
[docker-plugin/pyveth]
/
test_run.sh
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e
for file in integration/*.json; do
method=${file#*-}
method=${method%%-*}
echo ${method}
curl -X POST --data "@${file}" "http://127.0.0.1:5000/NetworkDriver.${method}"
done