Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 414 Bytes

TESTING.md

File metadata and controls

21 lines (14 loc) · 414 Bytes

Testing mapr-ansible roles

Introduction

Tests are based on molecule framework

Requirements

  • Docker

Run linter

docker run --rm -it
-v "$(pwd)":/tmp/$(basename "${PWD}"):ro
-v /var/run/docker.sock:/var/run/docker.sock
-w /tmp/$(basename "${PWD}")
retr0h/molecule:latest
molecule test -s lint