Add and update license headers
[sdnvpn.git] / odl-pipeline / lib / test_environment.sh
1 #!/bin/bash
2 #
3 # Copyright (c) 2017 All rights reserved
4 # This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 #
8 # http://www.apache.org/licenses/LICENSE-2.0
9 DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
10 set -e
11 export PYTHONPATH=$PYTHONPATH:$DIR
12 mkdir -p $DIR/tmp
13 cd $DIR
14 python ./test_environment/test_environment.py $@