summaryrefslogtreecommitdiffstats
path: root/docker-api/src/test
Commit message (Expand)AuthorAgeFilesLines
* Remove carriage returnJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-1311-11/+13
* Copyright headerJon Bratseth2017-06-1311-13/+11
* Remove remaining docker-registry references in node-admin and docker-apiMartin Polden2017-06-121-1/+1
* Add listAllContainersManagedBy() method to DockerImplvalerijf2017-06-081-1/+1
* Merge pull request #2437 from yahoo/freva/fix-local-systemtestsHarald Musum2017-05-102-83/+1
|\
| * Fix local systemtestsvalerijf2017-05-102-83/+1
* | Re-introduce exec in docker container with timeout methodtoby2017-05-091-0/+37
|/
* Update ulimitsvalerijf2017-03-151-2/+2
* Removed getContainer(hostname) in DockerImplfreva2017-03-032-5/+5
* Minor updatesfreva2017-02-151-5/+6
* Merge branch 'master' into freva/build-maven-dependenciesfreva2017-02-141-13/+15
|\
| * Add host-life metricsHarald Musum2017-02-131-13/+15
* | Simplify rsyncfreva2017-02-091-8/+5
* | Install modules that depend onfreva2017-02-091-3/+63
* | Run tests as rootfreva2017-02-091-9/+5
* | Minor fixesfreva2017-02-081-2/+1
* | Use host's maven repository storage inside container and just publish inside ...freva2017-02-081-102/+40
* | Build dependencies of module for local systemtestfreva2017-02-071-5/+80
|/
* Use docker.state.status to determine container statefreva2017-01-302-5/+12
* Added exec command as root, default executes as "yahoo" to DockerImplfreva2017-01-252-3/+4
* Merge pull request #1553 from yahoo/freva/remove-connect-timeoutValerij Fredriksen2017-01-201-1/+1
|\
| * Remove docker-java connection/read timeouts for local runningfreva2017-01-191-1/+1
* | Remove option that is not needed anymoreHarald Musum2017-01-191-2/+1
|/
* Set timeout, update doc, skip javadoc generationHarald Musum2017-01-191-2/+2
* Allow multiple systest nodes and turn off TLSHarald Musum2017-01-181-5/+20
* Removed redundant throwsfreva2017-01-051-1/+1
* Copy /etc/hosts to systest docker containerfreva2016-12-021-1/+3
* Added example usage codefreva2016-12-021-1/+15
* RunVespaLocal and RunSystemTests no longer regular testsfreva2016-12-011-59/+68
* RunSystemTests improvementsfreva2016-12-012-27/+92
* Build test image and run systemtest from IDEfreva2016-11-291-30/+82
* Use Dockerfile.template instead of Dockerfilefreva2016-11-291-1/+1
* Do not autostart packages when building imageHarald Musum2016-11-291-0/+3
* Added function to start systemtests containerfreva2016-11-282-0/+60
* Missing container exception fixfreva2016-10-281-19/+19
* Fixed docker container managed labelingfreva2016-10-272-37/+16
* Minor fixesfreva2016-10-261-1/+2
* Created DockerImageGarbageCollectionfreva2016-10-263-246/+237
* Document how to setup for doing local test and how to fix issuesHarald Musum2016-10-261-1/+1
* Added support for building image in DockerImplfreva2016-10-211-2/+1
* Added OOM-on-one-container-should-not-affect-the-others testvalerijf2016-10-193-2/+51
* Fix failing docker testvalerijf2016-10-191-0/+2
* Ignore failing testsHenning Baldersheim2016-10-181-2/+0
* Created DockerTestUtils for local test methods reuseablity across packagesvalerijf2016-10-181-73/+7
* Dont have to check if docker daemon is present inside every test - check is m...valerijf2016-10-171-14/+0
* testDockerLifecycle no longer tests networkvalerijf2016-10-171-72/+19
* Made testDockerNetworking() twice as fastvalerijf2016-10-171-50/+31
* Use docker-java for image pull and getting container statistics now that we a...valerijf2016-10-171-5/+10
* merge masterHaakon Dybdahl2016-10-172-79/+48
|\