diff options
author | Leonardo Bellini <leonardo.bellini@att.com> | 2018-03-27 05:42:06 -0500 |
---|---|---|
committer | Leonardo Bellini <leonardo.bellini@att.com> | 2018-03-27 05:46:02 -0500 |
commit | 853238d1b2e02ba573b5185ebb2c83c48e3b3333 (patch) | |
tree | 3c86fbb1db87c8999a13b07cfee753e2a47c2bc6 /test/csit/scripts/optf-has/has/has_teardown_script.sh | |
parent | 28db3d66f98afb2376e6d51d78b379811b9187ec (diff) |
complete test cases for M4
Issue-ID: OPTFRA-204
Change-Id: I0010ecae5f64fbe0b3c0be5cb9ebc52d9a426254
Signed-off-by: Leonardo Bellini <leonardo.bellini@att.com>
Diffstat (limited to 'test/csit/scripts/optf-has/has/has_teardown_script.sh')
-rwxr-xr-x | test/csit/scripts/optf-has/has/has_teardown_script.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/csit/scripts/optf-has/has/has_teardown_script.sh b/test/csit/scripts/optf-has/has/has_teardown_script.sh index dcf41648c..bef28b435 100755 --- a/test/csit/scripts/optf-has/has/has_teardown_script.sh +++ b/test/csit/scripts/optf-has/has/has_teardown_script.sh @@ -14,10 +14,10 @@ # See the License for the specific language governing permissions and # limitations under the License. # -#echo "print meaningful data before scratching everything" -#docker exec -it music-db /usr/bin/cqlsh -unelson24 -pwinman123 -e 'SELECT * FROM system_schema.keyspaces' -#docker exec -it music-db /usr/bin/cqlsh -unelson24 -pwinman123 -e 'SELECT * FROM admin.keyspace_master' -#docker exec -it music-db /usr/bin/cqlsh -unelson24 -pwinman123 -e 'SELECT * FROM conductor.plans' +echo "print meaningful data before scratching everything" +docker exec music-db /usr/bin/cqlsh -unelson24 -pwinman123 -e 'SELECT * FROM system_schema.keyspaces' +docker exec music-db /usr/bin/cqlsh -unelson24 -pwinman123 -e 'SELECT * FROM admin.keyspace_master' +docker exec music-db /usr/bin/cqlsh -unelson24 -pwinman123 -e 'SELECT * FROM conductor.plans' echo "optf/has scripts docker containers killing"; docker stop cond-api |