From: Gary Kotton Date: Wed, 19 Sep 2012 13:32:04 +0000 (+0000) Subject: Removes test desription that is no longer valid X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=74e311261b80ebddead0ec66cb4aff6bdf45b266;p=openstack-build%2Fneutron-build.git Removes test desription that is no longer valid Fixes bug 1052727 Change-Id: I01b81febfcc3e38a198bed55e55451746f321ab1 --- diff --git a/quantum/plugins/linuxbridge/README b/quantum/plugins/linuxbridge/README index 6613087c4..a5e2bca37 100644 --- a/quantum/plugins/linuxbridge/README +++ b/quantum/plugins/linuxbridge/README @@ -167,24 +167,3 @@ $ Run the following: As an alternative to coping the agent python file, if quantum is installed on the compute node, the agent can be run as bin/quantum-linuxbridge-agent. - - -# -- Running Tests - -(Note: The plugin ships with a default SQLite in-memory database configuration, - and can be used to run tests out of the box. Alternatively you can perform the - DB configuration for a persistent database as mentioned in the Database - Configuration section.) - -- To run tests related to the Plugin and the VLAN management (run the - following from the top level Quantum directory): - PLUGIN_DIR=quantum/plugins/linuxbridge ./run_tests.sh -N - -- The above will not however run the tests for the agent (which deals - with creating the bridge and interfaces). To run the agent tests, run the - following from the top level Quantum directory: - sudo PLUGIN_DIR=quantum/plugins/linuxbridge ./run_tests.sh -N tests.unit._test_linuxbridgeAgent - - (Note: To run the agent tests you should have the environment setup as - indicated in the Agent Configuration, and also have the necessary dependencies - insalled.)