blob: 19c99fa4fb308e00d900a402c23de34bcf7f1e03 [file] [log] [blame]
Zsolt Harasztie060a7d2016-09-16 11:08:24 -07001# sourcing this file is needed to make local development and integration testing work
2
3# load local python virtualenv
4. venv/bin/activate
5
6
7# assign DOCKER_HOST_IP to be the main ip address of this host
8export DOCKER_HOST_IP=$(python voltha/nethelpers.py)
9