コード例 #1
0
ファイル: test.py プロジェクト: jakethagle/CommandRunner
def test_remote_command():
    c = CommandRunner("192.168.1.200", "frosty")
    c.invoke_command("ls")
コード例 #2
0
ファイル: test.py プロジェクト: jakethagle/CommandRunner
def test_local_command():
    c = CommandRunner()
    c.invoke_command("ls")