コード例 #1
0
def given_the_latest_plugin_group1_for_group2_is_installed(step, plugin, model):
    provdp_action_webi.update_plugin_list(STABLE_URL)
    provdp_action_webi.install_latest_plugin(plugin, model)
コード例 #2
0
def given_the_plugin_list_has_been_updated(step):
    provdp_action_webi.update_plugin_list(STABLE_URL)
コード例 #3
0
def given_a_update_plugins_provd_with_bad_url(step):
    provdp_action_webi.update_plugin_list('http://provd.xivo.io/plugins/1/lol/',
                                          check_confirmation=False)
コード例 #4
0
def given_the_plugin_group1_is_installed(step, plugin):
    provdp_action_webi.update_plugin_list(STABLE_URL)
    provdp_action_webi.install_plugin(plugin)
コード例 #5
0
def given_a_update_plugins_provd(step):
    provdp_action_webi.update_plugin_list(STABLE_URL,
                                          check_confirmation=False)
コード例 #6
0
def given_the_plugin_list_has_been_updated(step):
    provdp_action_webi.update_plugin_list(STABLE_URL)
コード例 #7
0
def given_the_latest_plugin_group1_is_installed(step, plugin):
    provdp_action_webi.update_plugin_list(STABLE_URL)
    provdp_action_webi.install_latest_plugin(plugin)
コード例 #8
0
def given_a_update_plugins_provd_with_bad_url(step):
    provdp_action_webi.update_plugin_list(
        'http://provd.xivo.io/plugins/1/lol/', check_confirmation=False)
コード例 #9
0
def given_a_update_plugins_provd(step):
    provdp_action_webi.update_plugin_list(STABLE_URL, check_confirmation=False)