Commit Graph

12 Commits (8d3a34ced677e065b6aebcef91bcd4afc521555f)

Author SHA1 Message Date
John R Barker 7a7ff3ebca Typo in cleanup (#5322) 9 years ago
John R Barker 53e452e88b Run validate-modules from ansible/ansible@devel (#5257)
* Run validate-modules from devel

Use a clean dir for checkout

typo

Correct path

validate-modules requires mock and voluptuous==0.8.8

typo

Ensure script is running

Remove testing debug

Install Ansible only once

Install ansible and validate_modules requirements

Now that we no longer pip install Ansible we need to manually install
it's dependencies

Debug

Dependencies are listed in ansible/ansible

debug

submodules

typo

typo

working

* Matt's feedback

* Use mktemp to checkout and delete directory after running

* Single quotes
9 years ago
John R Barker 510214a032 Group "apt-get update" and "apt-get install" (#5283)
* Group "apt-get update" and "apt-get install"

Should speed up sanity

* Run apt-get install in quiet mode
9 years ago
Matt Clay 74120442f2 Fix handling of ansible-doc errors. (#4992) 9 years ago
Matt Clay 8d3119dfe5 Add shellcheck to sanity checks. (#4976)
Also disable deprecation warnings during module validation.
9 years ago
Matt Clay 600228ca7f Test module docs on Shippable. (#4921) 9 years ago
Matt Clay 4fd906e5a6 Cosmetic fix to test PR and merge hooks. (#4893) 9 years ago
Matt Clay a709991c48 Run same tests on Shippable as on Travis. (#4889)
Run the same tests as used on Travis.
9 years ago
Matt Clay 6b166a76c4 Only run integration script if it exists. 10 years ago
Matt Clay 09e955ccfc Update call to generate-tests. 10 years ago
Matt Clay df4bfb431e Initial support for module integration tests. 10 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
10 years ago