summaryrefslogtreecommitdiff
path: root/tools/build_test_env.sh
Commit message (Expand)AuthorAgeFilesLines
* test(cli): convert shell tests to pytest test casestest/pytest-cli-testsNejc Habjan2020-04-261-15/+1
* chore: improve and document testing against different imagesNejc Habjan2020-03-211-3/+4
* chore: remove references to python2 in test envNejc Habjan2020-03-211-8/+1
* Merge pull request #1022 from nejch/chore/ensure-latest-imageMax Wittig2020-02-241-1/+5
|\
| * chore: ensure developers use same gitlab image as TravisNejc Habjan2020-02-191-1/+5
* | perf: prepare environment when gitlab is reconfiguredNejc Habjan2020-02-201-9/+2
|/
* feat(ci): improve functionnal testsCyril Jouve2019-10-061-12/+47
* test: minor test fixesMax Wittig2019-07-211-3/+4
* chore(ci): add automatic GitLab image pusheschore/enable-gitlab-ci-buildsMax Wittig2019-06-101-1/+1
* Use the pythongitlab/test-python-gitlab docker image for testsupdate/docker-imageGauvain Pocentek2018-11-031-1/+1
* tests: default to python 3Gauvain Pocentek2018-06-061-4/+3
* Drop API v3 supportGauvain Pocentek2018-05-191-2/+2
* longer docker image startup timeout for testsGauvain Pocentek2018-05-191-1/+1
* tests: increase waiting time and hope for the bestGauvain Pocentek2018-03-051-1/+1
* Update testing tools for /session removalGauvain Pocentek2017-12-171-29/+16
* tests: faster docker shutdownGauvain Pocentek2017-09-021-8/+2
* tests: default to v4 APIGauvain Pocentek2017-09-021-1/+1
* [tests] Use -n to not use a venvGauvain Pocentek2017-08-201-8/+12
* functional tests for v4Gauvain Pocentek2017-08-041-1/+1
* Prepare for v4 API testingGauvain Pocentek2017-05-271-1/+9
* Workaround gitlab setup failure in testsGauvain Pocentek2016-09-301-11/+16
* don't suppress docker's standard errorRichard Hansen2016-01-311-4/+4
* wait for the docker container to stop before removing itRichard Hansen2016-01-311-1/+5
* use 'docker stop' instead of 'docker kill'Richard Hansen2016-01-311-2/+2
* add more log messagesRichard Hansen2016-01-311-1/+15
* define a testcase() function; use it for testsRichard Hansen2016-01-311-0/+7
* use ${CONFIG} instead of repeating the filenameRichard Hansen2016-01-311-2/+2
* fix usage error messageRichard Hansen2016-01-311-1/+3
* improve error handlingRichard Hansen2016-01-311-11/+16
* convert scripts to POSIX shell by eliminating bashismsRichard Hansen2016-01-311-3/+3
* quote underquoted variable expansionsRichard Hansen2016-01-311-6/+6
* convert $GITLAB to a functionRichard Hansen2016-01-311-1/+1
* convert $OK to a functionRichard Hansen2016-01-311-1/+1
* only run deactivate if it existsRichard Hansen2016-01-311-1/+1
* ensure that cleanup() runs if terminated by the userRichard Hansen2016-01-311-0/+1
* check if docker container is up when waiting for gitlabRichard Hansen2016-01-311-1/+3
* error out if required utilities aren't installedRichard Hansen2016-01-311-0/+9
* use the log functions for errors and status messagesRichard Hansen2016-01-311-6/+5
* add logging and error handling helper functionsRichard Hansen2016-01-311-0/+11
* compact some case statementsRichard Hansen2016-01-311-8/+3
* move common code to build_test_env.shRichard Hansen2016-01-311-0/+21
* wrap long linesRichard Hansen2016-01-311-3/+6
* increase the timeout value for testsGauvain Pocentek2016-01-231-1/+1
* use a custom docker image for testsGauvain Pocentek2016-01-231-1/+1
* Add a script to build a test envGauvain Pocentek2016-01-101-0/+73