Commit Graph

8 Commits (8d3119dfe5279926dcd1ce970ad7cdeefe2829c5)

Author SHA1 Message Date
Matt Clay 8d3119dfe5 Add shellcheck to sanity checks. (#4976)
Also disable deprecation warnings during module validation.
8 years ago
Matt Clay 600228ca7f Test module docs on Shippable. (#4921) 8 years ago
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