path.py 文件源码

python
阅读 32 收藏 0 点赞 0 评论 0

项目:python-don 作者: openstack 项目源码 文件源码
def launch_ping(src_ip, dst_ip, username, passwd,
                count, timeout, qrouter, filename):
    cmd = 'sudo ip netns exec ' + str(qrouter)
    cmd += ' python ping.py --src_ip %s --dst_ip %s --username "%s" --passwd "%s" --count %d --timeout %d' % \
        (src_ip, dst_ip, username, passwd, count, timeout)
    cmd += ' > %s 2>&1' % filename

    p = subprocess.Popen(cmd, shell=True)

    return p
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号