Boron update of CSIT
[integration/test.git] / csit / suites / sxp / scripts / filtering_node_setup.sh
1 #!/bin/bash
2
3 echo "Setup config to $ODL_SYSTEM_IP}"
4 ssh ${ODL_SYSTEM_IP} "mkdir -p /tmp/${BUNDLEFOLDER}/etc/opendaylight/karaf/"
5
6 if [ "${BRANCH#*/}" == "beryllium" ]; then
7     scp ${WORKSPACE}/test/csit/suites/sxp/filtering/22-sxp-controller-one-node-beryllium.xml ${ODL_SYSTEM_IP}:/tmp/${BUNDLEFOLDER}/etc/opendaylight/karaf/22-sxp-controller-one-node.xml
8 fi