salt-bootstrap/tests/integration/test_connection.py
2019-05-15 16:10:52 +01:00

7 lines
138 B
Python

# -*- coding: utf-8 -*-
import pytest
def test_ping(host):
with host.sudo():
assert host.salt('test.ping', '--timeout=120')