Remove testplans and suites for tsdr
[integration/test.git] / csit / suites / tsdr / Cassandra / scripts / cassandra-startup.sh
diff --git a/csit/suites/tsdr/Cassandra/scripts/cassandra-startup.sh b/csit/suites/tsdr/Cassandra/scripts/cassandra-startup.sh
deleted file mode 100755 (executable)
index 8eb247a..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-# Installation of Cassandra
-cat > ${WORKSPACE}/cassandrastartup.sh <<EOF
-cd /tmp/cassandra
-echo "Start the Cassandra Server"
-export JAVA_HOME=/usr
-sudo /tmp/cassandra/apache-cassandra-2.1.16/bin/cassandra
-ls -l /tmp/cassandra/apache-cassandra-2.1.16/bin/cassandra
-
-EOF
-echo "Copy the Cassanra startup script to ${ODL_SYSTEM_IP}"
-scp ${WORKSPACE}/cassandrastartup.sh ${ODL_SYSTEM_IP}:/tmp
-ssh ${ODL_SYSTEM_IP} 'bash /tmp/cassandrastartup.sh'
-ssh ${ODL_SYSTEM_IP} 'ps -ef | grep cassandra'
-# vim: ts=4 sw=4 sts=4 et ft=sh :