Remove SXP beryllium resources
[integration/test.git] / csit / suites / sxp / scripts / topology_node_setup.sh
diff --git a/csit/suites/sxp/scripts/topology_node_setup.sh b/csit/suites/sxp/scripts/topology_node_setup.sh
deleted file mode 100644 (file)
index d29f722..0000000
+++ /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