Integration and functional tests for OpenStack GBP.
#1. git clone http://github.com/group-policy/gbpfunctests <ABCD_dir> #2. export PYTHONPATH="${PYTHONPATH}:/<ABCD_dir>", so that library imports happen successfully #3. cd <ABCD_dir>/testcases #4. run the full suite by executing this cmd: "python suite_run.py" #5. run every testsuite for each gbp object by executing thsi cmd: "python tc_gbp_*"