NIHVIVO-336 An initial implementation of Smoke test runner. Checking in basic code that prints the status of Solr Server onto the webpage.
This commit is contained in:
parent
b97cbb60e3
commit
7664bf5093
5 changed files with 137 additions and 0 deletions
9
webapp/web/templates/freemarker/body/smokeTest.ftl
Normal file
9
webapp/web/templates/freemarker/body/smokeTest.ftl
Normal file
|
@ -0,0 +1,9 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#-- Template for the body of the SmokeTest page -->
|
||||
<#-- TODO: This is an initial implementation and will continue to evolve. -->
|
||||
|
||||
|
||||
<#if SolrContextChecker??>
|
||||
<h2>${SolrContextChecker.result}</h2>
|
||||
</#if>
|
Loading…
Add table
Add a link
Reference in a new issue