1
0
Fork 0
This repository has been archived on 2023-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
lesson-python_ip_tunnel/test/tunnel_client

10 lines
206 B
Plaintext
Raw Normal View History

2020-04-18 16:16:49 +00:00
#!/bin/bash
set -e
ROOT="$(cd "$(dirname "$(dirname "${BASH_SOURCE[0]}")")" >/dev/null 2>&1 && pwd)"
. "$ROOT/test/const.sh"
ip netns exec "$CLIENT_NAMESPACE" "$ROOT/main.py" "$ROOT/config_client.json"