Ejemplo n.º 1
0
def install_iperf_pkg():
    if hookenv.config().get('check_iperf'):
        iperf = Iperf()
        iperf.install_iperf()
        set_state('iperf.installed')
Ejemplo n.º 2
0
def install_iperf_pkg():
    iperf = Iperf()
    iperf.install_iperf()
    set_state('iperf.installed')