OPENDAP / hyrax-docker

GNU Lesser General Public License v3.0
22 stars 12 forks source link

Regression Tests For Docker Images #19

Closed ndp-opendap closed 4 years ago

ndp-opendap commented 4 years ago

By separating the Hyrax regression tests from the OLFS project we make it possible to use them independently of the OLFS frame work against any running Hyrax with distribution data.

In the PR we add code to the hyrax-1.16.1 Dockerfile to clone the hyrax_regression_tests project into the Docker image, checkout the associated release tag of the HRT, and the autoreconf/configure/make the repo so that it can be used to validate the running server.

TODO: