Skip to content

Instantly share code, notes, and snippets.

@goneri
Last active August 29, 2019 20:19
Show Gist options
  • Save goneri/3f4ce18b5fbe3d483c56b9a5cf8be8c7 to your computer and use it in GitHub Desktop.
Save goneri/3f4ce18b5fbe3d483c56b9a5cf8be8c7 to your computer and use it in GitHub Desktop.
How to run ansible-test locally
  1. Ensure your local 'devel' branch is up to date

    git checkout devel; git pull --rebase

  2. Prepare your local branch

    git checkout -b working_branch origin/devel

  3. Prepare your commit

    edit $file git commit $file

  4. Test

    ansible-test sanity --changed -vvv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment