Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
spring-open
/
82200bcd29e97c5e0551ad4dfee9b5ef3d59c9c7
/
.
/
clean-cassandra.sh
blob: 89cb7a494b4f25ceec20406a1e51e82289907101 [
file
] [
log
] [
blame
]
#! /usr/bin/expect -f
set
timeout
5
spawn
~/
apache
-
cassandra
-
1.1
.
4
/
bin
/
cassandra
-
cli
expect
"unknown\]\ "
send
"drop keyspace onos;\n"
expect
"unknown\]\ "
send
"quit;\n"