コード例 #1
0
def test_restart_workers():
    assert (configuration.restart_workers("Generic Worker", wait_time_min=3),
            "Could not correctly restart workers!")
コード例 #2
0
def test_restart_workers():
    assert configuration.restart_workers(
        "Generic Worker"), "Could not correctly restart workers!"
コード例 #3
0
ファイル: test_workers.py プロジェクト: kbrock/cfme_tests
def test_restart_workers():
    assert configuration.restart_workers("Generic Worker"), "Could not correctly restart workers!"