Zsolt Haraszti | e060a7d | 2016-09-16 11:08:24 -0700 | [diff] [blame] | 1 | # 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 | ||||
8 | export DOCKER_HOST_IP=$(python voltha/nethelpers.py) | ||||
9 |