group-based-policy/gbpservice/tests/contrib/gbpfunctests
melissaml 81f5f3cb02 fix spelling errors
Change-Id: Ie79558d1430b00e218f0ec1faf5f7d2655e3f846
2018-02-12 02:29:31 +08:00
..
libs fix spelling errors 2018-02-12 02:29:31 +08:00
testcases Merge "Remove white space between print ()" 2017-09-20 23:45:55 +00:00
README.md Adding gbpfunctest integration tests to contrib 2015-09-22 12:08:27 -07:00

README.md

gbpfunctests: Integration and functional tests for OpenStack GBP

Instructions:

  1. Make sure the library imports successfully: export PYTHONPATH="${PYTHONPATH}:<gbpfunctest_dir>"

  2. Navigate to the testcases directory: cd <gbpfunctest_dir>/testcases

  3. Run the full suite by executing: python suite_run.py"

  4. Each GBP resource can tested by running: python tc_gbp_<resource_name>

or to test all resources:

python tc_gbp_*