Example #1
0
 def test_5_Ensure_ssh_key_is_up(self):
     assert if_key_listed() is True
Example #2
0
def test_05_Ensure_ssh_key_is_up():
    assert if_key_listed() is True
Example #3
0
def test_08_Ensure_ssh_key_is_up():
    assert if_key_listed() is True
Example #4
0
def test_08_Ensure_ssh_key_is_up(request):
    depends(request, ["ssh_password"])
    assert if_key_listed() is True