Skip to content

Commit

Permalink
Merge "Removes test desription that is no longer valid"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Sep 19, 2012
2 parents 5b9f7a9 + 74e3112 commit 3c3de43
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions quantum/plugins/linuxbridge/README
Expand Up @@ -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.)

0 comments on commit 3c3de43

Please sign in to comment.