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:
Assuming this is a satisfactory result, then this code needs to be added to the template/hyrax/Dockerfile and to the hyrax-snapshot/hyrax/Dockerfile
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:
template/hyrax/Dockerfile
and to thehyrax-snapshot/hyrax/Dockerfile