pytest-testinfra icon indicating copy to clipboard operation
pytest-testinfra copied to clipboard

Testinfra test your infrastructures

Results 164 pytest-testinfra issues
Sort by recently updated
recently updated
newest added

Hi, I see you support chef on your webpage, but I didn't find any documentation on how these 2 tools work together, do you have any links to the docs...

Hi I'm testing a salt formula via kitchen, installing and enabling caddy service. As you can see, the service is enabled ``` kitchen@74cb1d70442b:~$ sudo su root@74cb1d70442b:/home/kitchen# systemctl status caddy ●...

Question: Is any way to read custom fact set by the user in roles/tasks in the testinfra python script when using molecule. In the ansible role, I have a tasks...

Tools * terraform * gitlab-ci * terraform-inventory Motivation So, as I use terraforms to manage the server life cycle, my project does not have a “static” inventory file. Inventory file...

Hi, as proposed already in #516 I'd like to be able to provide a custom shell, like for example a login shell which loads a profile. This would probably also...

enhancement

Workaround http://pastebin.com/TqGfqVZ3

enhancement

https://github.com/philpep/testinfra/blob/87efc13b206f1957207bad14bf7db83ae05ef4f3/testinfra/backend/base.py#L194 Input appears to come from PIPE, and running `shell=True` is high risk. Is it possible that this could be changed to `shell=False`? Or use `pipes.quote()` to help escape whitespace...

When running tests against a remote server over SSH, it is not possible to reliably run tests that involve invocation of commands that may return an error code of `255`....

Module to check [user session limits](http://man7.org/linux/man-pages/man5/limits.conf.5.html) using the [Bash ulimit builtin](https://www.gnu.org/software/bash/manual/html_node/Bash-Builtins.html). I not able to pass the test suite locally, some Docker builds fails on my laptop :sweat:.