Commit Graph

6 Commits (7f55c9fc8eb05c525adeea69043620a7b3023ac4)

Author SHA1 Message Date
Matt Clay 4fd906e5a6 Cosmetic fix to test PR and merge hooks. (#4893) 8 years ago
Matt Clay a709991c48 Run same tests on Shippable as on Travis. (#4889)
Run the same tests as used on Travis.
8 years ago
Matt Clay 6b166a76c4 Only run integration script if it exists. 8 years ago
Matt Clay 09e955ccfc Update call to generate-tests. 8 years ago
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