; SUMMARY      Validation tests
;
; DESCRIPTION  This tests that a database is up and
;              running
;
; STATUS       These tests have not been properly validated.
;
; KEYWORDS     validation validate
;

; <COMMON>
connect star

; <TEST=validate>

validate with filename='validate.log'
; <TEST_CLEANUP>
if (status.error != 0 or status.warn != 0)
view validate.log
endif

; <COMMON>
remove validate.log
disconnect
