예제 #1
0
def install_iperf_pkg():
    if hookenv.config().get('check_iperf'):
        iperf = Iperf()
        iperf.install_iperf()
        set_state('iperf.installed')
예제 #2
0
def install_iperf_pkg():
    iperf = Iperf()
    iperf.install_iperf()
    set_state('iperf.installed')