def test_exec_cmd(): if platform.system() == 'Linux': base.exec_cmd('echo', 'hello')
def test_exec_cmd_shell(): base.exec_cmd('echo hello', shell=True)