blob: a8a88eb829c7689f0aaa0abbd618b4cad65c31f0 [file] [log] [blame]
#! /usr/bin/expect
set timeout 5
spawn ~/apache-cassandra-1.1.4/bin/cassandra-cli
expect "\[default\@unknown\]"
send "drop onos;\r"
expect "\[default@unknown\]"
send "quit;\r"