Files
galaxy/test/docker
John Chilton a357e2b613 Workflow scaling test infrastructure.
- Add script to hit the API with workflows requests.
 - Update testing Dockerfile to allow just booting up with a fixed master API key for this test to leverage.
 - WIP: on updating test Dockerfile to work with slurm, multiple handlers, uwsgi, etc...
2015-03-25 14:54:48 -04:00
..

Setup Docker environment for use with testing using the following commands (until this is on Docker hub).

% cd test/base
% docker build -t galaxyprojectdotorg/testing-base .

This will create a docker container ready to run most of Galaxy tests (functional tests for specific bioinformatics tools may still fail for now until they are migrated out of Galaxy and to the tool shed).