X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fsxp%2Fscripts%2Ftopology_node_setup.sh;fp=csit%2Fsuites%2Fsxp%2Fscripts%2Ftopology_node_setup.sh;h=0000000000000000000000000000000000000000;hb=53529a3b27333cdcbce597983f74c07510f4ada5;hp=d29f7227823c8203801d076d8d751b83e692f314;hpb=f2c1ed2850621cad304d99a16ab4bbeb534a7b92;p=integration%2Ftest.git diff --git a/csit/suites/sxp/scripts/topology_node_setup.sh b/csit/suites/sxp/scripts/topology_node_setup.sh deleted file mode 100644 index d29f722782..0000000000 --- a/csit/suites/sxp/scripts/topology_node_setup.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -echo "Setup config to ${ODL_SYSTEM_IP}" -ssh ${ODL_SYSTEM_IP} "mkdir -p /tmp/${BUNDLEFOLDER}/etc/opendaylight/karaf/" - -if [ "${BRANCH#*/}" == "beryllium" ]; then - scp ${WORKSPACE}/test/csit/suites/sxp/topology/22-sxp-controller-one-node-beryllium.xml ${ODL_SYSTEM_IP}:/tmp/${BUNDLEFOLDER}/etc/opendaylight/karaf/22-sxp-controller-one-node.xml -fi