Commit Graph

2 Commits (f979928ecc81b0ba87927389ec3a69d7b15399ab)

Author SHA1 Message Date
Matt Clay 1b69cff1a4 Initial support for module integration tests. 2016-12-08 11:24:42 -05:00
Lars Kellogg-Stedman fc741057b2 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
2016-12-08 11:23:41 -05:00