X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fsxp%2Fscripts%2Ftopology_node_setup.sh;h=27a2c2f2ef86523410f4041c042d410e82a163c2;hb=041a6230b8f44ceb8e1bf91f56242f41a928f687;hp=93519dc229025bf2b789c18055ab727ae608baa3;hpb=84d289a1725253e7d3e455369094c0ddc807e5ce;p=integration%2Ftest.git diff --git a/csit/suites/sxp/scripts/topology_node_setup.sh b/csit/suites/sxp/scripts/topology_node_setup.sh index 93519dc229..27a2c2f2ef 100644 --- a/csit/suites/sxp/scripts/topology_node_setup.sh +++ b/csit/suites/sxp/scripts/topology_node_setup.sh @@ -3,4 +3,8 @@ echo "Setup config to ${ODL_SYSTEM_IP}" ssh ${ODL_SYSTEM_IP} "mkdir -p /tmp/${BUNDLEFOLDER}/etc/opendaylight/karaf/" -scp ${WORKSPACE}/test/csit/suites/sxp/topology/22-sxp-controller-one-node.xml ${ODL_SYSTEM_IP}:/tmp/${BUNDLEFOLDER}/etc/opendaylight/karaf/ +if [ "${BRANCH#*/}" == "lithium" ]; then + scp ${WORKSPACE}/test/csit/suites/sxp/topology/22-sxp-controller-one-node-lithium.xml ${ODL_SYSTEM_IP}:/tmp/${BUNDLEFOLDER}/etc/opendaylight/karaf/22-sxp-controller-one-node.xml +else + scp ${WORKSPACE}/test/csit/suites/sxp/topology/22-sxp-controller-one-node.xml ${ODL_SYSTEM_IP}:/tmp/${BUNDLEFOLDER}/etc/opendaylight/karaf/ +fi