Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 934 Bytes

TESTING.md

File metadata and controls

69 lines (47 loc) · 934 Bytes

Testing

Install Dependencies

pip install -r requirements.txt

VirtualBox

Mac OS X

brew cask install virtualbox
brew cask install virtualbox-extension-pack

Vagrant

Mac OS X

brew cask install vagrant

Vagrant-Manager

Mac OS X

brew cask install vagrant-manager

Running Tests

All Platforms

molecule test --platform=all
unbuffer molecule test --platform=all | tee >(ansi2html > molecule.html)

Specific Platform

molecule test --platform=trusty64
molecule test --platform=xenial64
molecule test --platform=jessie64
molecule test --platform=stretch64

Login

molecule login --host ansible-role-java-trusty64
molecule login --host ansible-role-java-xenial64
molecule login --host ansible-role-java-jessie64
molecule login --host ansible-role-java-stretch64

Destroy, All Platforms

molecule destroy --platform=all