Ejemplo n.º 1
0
def avahi_should_not_be_running(browser):
    assert not service.is_running(browser, 'avahi')
Ejemplo n.º 2
0
def ntp_should_not_be_running(browser):
    assert not service.is_running(browser, 'ntp')
Ejemplo n.º 3
0
def avahi_should_be_running(session_browser):
    assert service.is_running(session_browser, 'avahi')
Ejemplo n.º 4
0
def service_should_not_be_running(browser, service_name):
    assert not service.is_running(browser, service_name)
Ejemplo n.º 5
0
def ntp_should_be_running(session_browser):
    assert service.is_running(session_browser, 'ntp')