summaryrefslogtreecommitdiffstats
path: root/networking-odl/TESTING.rst
diff options
context:
space:
mode:
authorWojciech Dec <wdec@cisco.com>2016-08-17 13:14:23 +0200
committerWojciech Dec <wdec@cisco.com>2016-08-17 13:14:23 +0200
commit4979a23b8b2c0094ced98cf05eebb692d6609937 (patch)
treec49ceeb5b127fdb0e10c0f5ac0516be96cbd31a9 /networking-odl/TESTING.rst
parentc3b2c2a9a22bac5cf17813c589444d3abebaa23b (diff)
Correcting networking-odl to mitaka/stable + app topology patch
Change-Id: Iddcd8dda2d49fcdd8e0f37a1d052a6fa8a24b035 Signed-off-by: Wojciech Dec <wdec@cisco.com>
Diffstat (limited to 'networking-odl/TESTING.rst')
-rw-r--r--networking-odl/TESTING.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/networking-odl/TESTING.rst b/networking-odl/TESTING.rst
index d181286..109aeb3 100644
--- a/networking-odl/TESTING.rst
+++ b/networking-odl/TESTING.rst
@@ -101,19 +101,6 @@ see this wiki page:
.. _tox: http://tox.readthedocs.org/en/latest/
.. _virtualenvs: https://pypi.python.org/pypi/virtualenv
-Tests written can also be debugged by adding pdb break points. Normally if you add
-a break point and just run the tests with normal flags they will end up in failing.
-There is debug flag you can use to run after adding pdb break points in the tests.
-
-Set break points in your test code and run::
-
- tox -e debug networking_odl.tests.unit.db.test_db.DbTestCase.test_validate_updates_same_object_uuid
-
-The package oslotest was used to enable debugging in the tests. For more
-information see the link:
-
- http://docs.openstack.org/developer/oslotest/features.html
-
Running individual tests
~~~~~~~~~~~~~~~~~~~~~~~~