Ejemplo n.º 1
0
def test_exec_cmd():
    if platform.system() == 'Linux':
        base.exec_cmd('echo', 'hello')
Ejemplo n.º 2
0
def test_exec_cmd():
    if platform.system() == 'Linux':
        base.exec_cmd('echo', 'hello')
Ejemplo n.º 3
0
def test_exec_cmd_shell():
    base.exec_cmd('echo hello', shell=True)
Ejemplo n.º 4
0
def test_exec_cmd_shell():
    base.exec_cmd('echo hello', shell=True)