Skip to content

Commit

Permalink
Merge pull request #22 from pandaskii/feature/goss-solr-test
Browse files Browse the repository at this point in the history
Add a test file for Solr testing
  • Loading branch information
pandaskii authored Jan 24, 2019
2 parents 32a95aa + 8e8ad1b commit b848de2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/goss/goss.solr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
file:
/opt/solr/server/solr/mycores/drupal/conf:
exists: true
filetype: directory
/opt/solr/server/solr/mycores/drupal/conf/schema.xml:
exists: true
filetype: file
contains:
- "drupal-6.4-solr-6.x"
/opt/solr/server/solr/mycores/drupal/conf/solrconfig.xml:
exists: true
filetype: file
contains:
- "<dataDir>/var/solr/${solr.core.name}</dataDir>"
- "<lockType>${solr.lock.type:none}</lockType>"

0 comments on commit b848de2

Please sign in to comment.