From 735c8e14ca903a09c3409957b8b91800774d7f4b Mon Sep 17 00:00:00 2001 From: Leonardo Bellini Date: Mon, 26 Mar 2018 09:58:37 -0500 Subject: Add optf-has healthcheck and other test cases Issue-ID: OPTFRA-204 Change-Id: I847a8ea755190be05537c2f6dd332bc21ddd3728 Signed-off-by: Leonardo Bellini --- test/csit/scripts/optf-has/has/has_teardown_script.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/csit/scripts/optf-has/has/has_teardown_script.sh') 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 40a536a87..dcf41648c 100755 --- a/test/csit/scripts/optf-has/has/has_teardown_script.sh +++ b/test/csit/scripts/optf-has/has/has_teardown_script.sh @@ -14,6 +14,11 @@ # 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 "optf/has scripts docker containers killing"; docker stop cond-api docker stop cond-solv -- cgit 1.2.3-korg