Commit graph

6 commits

Author SHA1 Message Date
Matt Clay
4fd906e5a6 Cosmetic fix to test PR and merge hooks. (#4893) 2016-09-16 22:54:59 -07:00
Matt Clay
a709991c48 Run same tests on Shippable as on Travis. (#4889)
Run the same tests as used on Travis.
2016-09-16 22:27:17 -07:00
Matt Clay
6b166a76c4 Only run integration script if it exists. 2016-08-11 15:51:08 -07:00
Matt Clay
09e955ccfc Update call to generate-tests. 2016-08-11 15:45:33 -07:00
Matt Clay
df4bfb431e Initial support for module integration tests. 2016-07-06 20:22:22 -07:00
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
2015-10-16 21:03:50 -04:00