diff --git a/scenario/ncf_tests.py b/scenario/ncf_tests.py index da6004d..8288195 100755 --- a/scenario/ncf_tests.py +++ b/scenario/ncf_tests.py @@ -64,11 +64,9 @@ def external_setup(): # Testing a ncf version else: if not cfengine_version: - cfengine_version = "ci/rudder-" + tag + cfengine_version = "ci/rudder-" + tag + "-nightly" ret = requests.get("http://www.rudder-project.org/release-info/rudder/versions/" + tag + "/git_branch") branch_version = ret.text - if branch_version == "master": - cfengine_version = cfengine_version + "-nightly" if scenario.platform.hosts ['agent'].info['system'] not in need_external_setup: ncf_version = "https://github.com/Normation/ncf.git#" + branch_version