Add openflowplugin-scalability.txt scriptplan
[integration/test.git] / csit / scripts / set_elasticsearch_attribute_short.sh
1 #!/bin/bash
2 echo "Setup short duration config to ${ODL_SYSTEM_IP}"
3
4 cat > ${WORKSPACE}/org.apache.karaf.decanter.scheduler.simple.cfg <<EOF
5 period=5000
6
7 EOF
8
9 echo "Copying config files to ODL Controller folder"
10
11 ssh ${ODL_SYSTEM_IP} "mkdir -p /tmp/${BUNDLEFOLDER}/etc/opendaylight/karaf/"
12
13 scp ${WORKSPACE}/org.apache.karaf.decanter.scheduler.simple.cfg ${ODL_SYSTEM_IP}:/tmp/${BUNDLEFOLDER}/etc/