Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test-module failing to validate args #41004

Merged
merged 6 commits into from
Jun 1, 2018
Merged

Commits on Jun 1, 2018

  1. Fix test-module failing to validate args

    The test-module pass a wrong argument _ansible_tmp cause the validation failed.
    Change the argument _ansible_tmp to _ansible_tmpdir to fix this.
    zhikangzhang committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    8b41ac6 View commit details
    Browse the repository at this point in the history
  2. Add a integration test for test-module.

    Prior to this change, we don't have a test for test-module.
    
    This change ensure the correctness of test-module script.
    zhikangzhang committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    4a186da View commit details
    Browse the repository at this point in the history
  3. debug commit

    zhikangzhang committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    bea5b1b View commit details
    Browse the repository at this point in the history
  4. debug commit

    Prior to this change,
    
    This change
    zhikangzhang committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    2ee3946 View commit details
    Browse the repository at this point in the history
  5. Fix the file doesn't access bug in freebsd

    Prior to this change, test-module will raise "No such file" error since freebsd doesn't have /usr/bin/python.
    zhikangzhang committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    5dfe91e View commit details
    Browse the repository at this point in the history
  6. Improve code style

    Make sure runme.sh can pass the shell sanity check.
    zhikangzhang committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    87bc467 View commit details
    Browse the repository at this point in the history