Matt Clay
da8538698b
Add shellcheck to sanity checks. ( #4976 )
...
Also disable deprecation warnings during module validation.
2016-12-08 11:25:13 -05:00
Matt Clay
b2460746d8
Test module docs on Shippable. ( #4921 )
2016-12-08 11:25:11 -05:00
Matt Clay
62073612d4
Cosmetic fix to test PR and merge hooks. ( #4893 )
2016-12-08 11:25:10 -05:00
Matt Clay
f1be653737
Run same tests on Shippable as on Travis. ( #4889 )
...
Run the same tests as used on Travis.
2016-12-08 11:25:10 -05:00
Matt Clay
0b01e53b16
Only run integration script if it exists.
2016-12-08 11:24:50 -05:00
Matt Clay
033850b14a
Update call to generate-tests.
2016-12-08 11:24:50 -05:00
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