Questions tagged [testinfra]

testinfra is an extension to py.test framework to create infrastructure level testing. It provides means of connection to server and corresponding fixtures for server testing.

16 questions
0
votes
1 answer

How to debug your tests when using testinfra as verifier in Molecule

When testing an ansible role using molecule tool and verifying the result with testinfra(pytest), I am not able to print or debug certain output or an ansible variable. ============================= test session starts…
zegoat7
  • 457
  • 1
  • 6
  • 14
1
2