Updates to gmxapi docker entry points.
commite5a8e1537f19b8c2a3781ceb38b926dac93e5c26
authorM. Eric Irrgang <ericirrgang@gmail.com>
Tue, 2 Apr 2019 16:41:50 +0000 (2 19:41 +0300)
committerEric Irrgang <ericirrgang@gmail.com>
Wed, 19 Jun 2019 09:38:32 +0000 (19 11:38 +0200)
treee3bb67e6fe13b275d149dbb80783c07b2a0e1d97
parente8f18f116fd544d33f98b64ee1374dc201172a82
Updates to gmxapi docker entry points.

* Read GMXRC in gmxapi docker test environment. Allows `gmx` binary to
  be easily discovered by Python wrappers. Supports expected behavior
  for gmxapi/ci-... docker containers and ensures that GROMACS
  components available during image build are available when running.
* Allow more granular testing. Rename and reorganize entry points for
  the docker test containers.

Ref: #2756

Change-Id: I5e781fae4709e4ccb718a8295c3fbe68dd59de44
python_packaging/docker/ci.dockerfile
python_packaging/docker/entrypoint.sh
python_packaging/scripts/README.md
python_packaging/scripts/integrationtest [deleted file]
python_packaging/scripts/run_acceptance_test [new file with mode: 0755]
python_packaging/scripts/run_full [new file with mode: 0755]
python_packaging/scripts/run_full_mpi [new file with mode: 0755]
python_packaging/scripts/run_gmxapi_unittest [new file with mode: 0755]
python_packaging/scripts/run_pytest [deleted file]
python_packaging/scripts/run_pytest_mpi [deleted file]
python_packaging/scripts/run_sample_test [new file with mode: 0755]