Commit Graph

2 Commits (37ea0b0b1f041c02f04c2148e2ec0d6573be4585)

Author SHA1 Message Date
Matt Clay df4bfb431e Initial support for module integration tests. 8 years ago
Lars Kellogg-Stedman 3387526bca add some unit tests for the os_server module
This commit adds some unit tests for the `cloud.openstack.os_server`
module.  These tests exercise `_network_args` thoroughly and
`_create_server` lightly.

These tests will **fail** until #2275 lands.

To run the tests:

    pip install -r test-requirements.txt
    PYTHONPATH=$PWD py.test
9 years ago