From d1013d8dc4e3ddb21005ffc756cd8ea03f3cc943 Mon Sep 17 00:00:00 2001 From: Jozef Behran Date: Wed, 20 Jan 2016 13:30:24 +0100 Subject: [PATCH] Tell netconf-ready in clustering job to not use netconf connector Change-Id: I95966deb0e0165d4ccf17de3776cd8311cb73b93 Signed-off-by: Jozef Behran --- jjb/netconf/netconf-clustering.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/netconf/netconf-clustering.yaml b/jjb/netconf/netconf-clustering.yaml index 7e04d5773..ead3e74a3 100644 --- a/jjb/netconf/netconf-clustering.yaml +++ b/jjb/netconf/netconf-clustering.yaml @@ -26,7 +26,7 @@ install-features: 'odl-restconf,odl-netconf-clustered-topology' # Robot custom options - robot-options: '' + robot-options: '-v USE_NETCONF_CONNECTOR:False' # Trigger jobs (upstream dependencies) trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},netconf-distribution-{stream},mdsal-distribution-{stream}' -- 2.36.6