Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
spring-open
/
c3e21a072824df60b3cf9766dd0f8fcf6545b8cc
/
.
/
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"