This commit is contained in:
Philippe Pepiot 2015-05-27 13:36:31 +02:00
Родитель c01faa192c
Коммит 54d6621541
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,7 @@ Test multiples hosts
~~~~~~~~~~~~~~~~~~~~
By default Testinfra launch tests on local machine, but you can also test
remotes systems using paramiko_ (a ssh implementation in python):
remotes systems using paramiko_ (a ssh implementation in python)::
$ pip install paramiko
$ testinfra -v --hosts=localhost,root@webserver:2222 test_myinfra.py