Phil Estes
|
24bd3db0b5
|
Merge pull request #12939 from draghuram/history_test
Adding test for "GET /images/(name)/history" API.
|
2015-05-04 12:58:43 -04:00 |
|
Yuan Sun
|
9eefd2c17d
|
Verifiy status Codes 404 when no such image
Signed-off-by: Yuan Sun <sunyuan3@huawei.com>
|
2015-05-04 15:39:40 +08:00 |
|
Raghuram Devarakonda
|
aaaa8bab0c
|
Adding test for "GET /images/(name)/history" API.
Closes #12284.
Signed-off-by: Raghuram Devarakonda <draghuram@gmail.com>
|
2015-05-02 23:09:32 -04:00 |
|
Tianon Gravi
|
576985a1dc
|
Finally remove our copy of "archive/tar" now that Go 1.4 is the minimum!
IT'S ABOUT TIME. 🎉
Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
|
2015-05-01 16:01:10 -06:00 |
|
Jessie Frazelle
|
1f2f3db1e3
|
Merge pull request #12720 from DarianAnjuhal/fix-ensure-dockerinit
TestDiffEnsureDockerinitFilesAreIgnored is too long
|
2015-05-01 14:52:34 -07:00 |
|
Antonio Murdaca
|
5c86f311c8
|
Fix TestApiImagesDelete for --net none build
Signed-off-by: Antonio Murdaca <me@runcom.ninja>
|
2015-04-30 20:49:28 +02:00 |
|
Tibor Vass
|
0d0b42547e
|
Merge pull request #12771 from runcom/say-bye-to-engine
Remove engine
|
2015-04-30 12:18:16 -04:00 |
|
Brian Goff
|
1eb4e96f21
|
Merge pull request #12837 from mavenugo/integ
A few more Integration tests to test Networking related daemon flags
|
2015-04-30 11:12:43 -04:00 |
|
Antonio Murdaca
|
f7e417ea5e
|
Remove integration tests and port them to integration-cli
Signed-off-by: Antonio Murdaca <me@runcom.ninja>
|
2015-04-30 01:35:16 +02:00 |
|
Madhu Venugopal
|
1c073ec176
|
Moved explicit cleanups into defered action
Signed-off-by: Madhu Venugopal <madhu@docker.com>
|
2015-04-29 11:41:13 -07:00 |
|
Madhu Venugopal
|
dd0666e64f
|
Integration Tests for --icc=false & container Linking using --expose
Signed-off-by: Madhu Venugopal <madhu@docker.com>
|
2015-04-29 10:16:31 -07:00 |
|
Madhu Venugopal
|
ba11929ebd
|
Integration tests for --ip daemon option
Signed-off-by: Madhu Venugopal <madhu@docker.com>
|
2015-04-29 09:55:49 -07:00 |
|
Madhu Venugopal
|
0e254411b1
|
Integration tests for --fixed-cidr daemon config
Signed-off-by: Madhu Venugopal <madhu@docker.com>
|
2015-04-29 09:55:42 -07:00 |
|
Madhu Venugopal
|
9c325c3f54
|
Integration tests for --bip daemon flag
Signed-off-by: Madhu Venugopal <madhu@docker.com>
|
2015-04-29 09:55:34 -07:00 |
|
Madhu Venugopal
|
f3f5ff9d83
|
Integration tests for --bridge daemon flag
Signed-off-by: Madhu Venugopal <madhu@docker.com>
|
2015-04-29 09:55:25 -07:00 |
|
Antonio Murdaca
|
4203230cbb
|
c.Fatal won't fail and exit test inside a goroutine, errors should be handled outside with a channel
Signed-off-by: Antonio Murdaca <me@runcom.ninja>
|
2015-04-29 17:02:22 +02:00 |
|
Jessie Frazelle
|
f80300e9cf
|
Merge pull request #12789 from LK4D4/daemon_suite
Implement daemon suite for integration-cli
|
2015-04-28 15:30:36 -07:00 |
|
David Calavera
|
cfa3a080c6
|
Merge pull request #12820 from runcom/yet-another-sockRequest-refactor
Expose whole Response struct in sockRequestRaw
|
2015-04-28 13:26:30 -07:00 |
|
buddhamagnet
|
6fd8e485c8
|
add support for exclusion rules in dockerignore
Signed-off-by: Dave Goodchild <buddhamagnet@gmail.com>
|
2015-04-28 18:56:45 +01:00 |
|
Alexander Morozov
|
57464c32b9
|
Implement daemon suite for integration-cli
For creating and stopping test daemons automatically.
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
|
2015-04-27 15:48:29 -07:00 |
|
Phil Estes
|
0153edcda1
|
Merge pull request #12828 from tdmackey/trivial-spelling
trivial: typo cleanup
|
2015-04-27 17:05:46 -04:00 |
|
Tibor Vass
|
62a85fe202
|
Merge pull request #12794 from runcom/small-cleaning
Small if err cleaning
|
2015-04-27 17:02:27 -04:00 |
|
David Mackey
|
3941623fbc
|
trivial: typo cleanup
Signed-off-by: David Mackey <tdmackey@booleanhaiku.com>
|
2015-04-27 13:35:08 -07:00 |
|
Daniel Antlinger
|
50868b2c57
|
fixed TestDiffEnsureDockerinitFilesAreIgnored is too long #12672
Signed-off-by: Daniel Antlinger <d.antlinger@gmx.at>
|
2015-04-27 13:24:15 -07:00 |
|
Antonio Murdaca
|
844538142d
|
Small if err cleaning
Signed-off-by: Antonio Murdaca <me@runcom.ninja>
|
2015-04-27 21:50:33 +02:00 |
|
Lorenzo Fontana
|
40779b28bb
|
Parallelize TestEventsLimit
Signed-off-by: Lorenzo Fontana <fontanalorenzo@me.com>
|
2015-04-27 21:14:00 +02:00 |
|
Antonio Murdaca
|
bb1c576eb3
|
Expose whole Response struct in sockRequestRaw
Signed-off-by: Antonio Murdaca <me@runcom.ninja>
|
2015-04-27 18:49:00 +02:00 |
|
Alexander Morozov
|
5305e675b5
|
Merge pull request #12809 from runcom/remove-cfatal-goroutine-attachws
Remove c.Fatal from goroutine in TestGetContainersAttachWebsocket
|
2015-04-27 08:59:47 -07:00 |
|
Alexander Morozov
|
02d73d910f
|
Merge pull request #12799 from aidanhs/aphs-fix-net-container-deadlock
Prevent deadlock on --net=container:<self>
|
2015-04-27 08:46:22 -07:00 |
|
Brian Goff
|
8dc07af52f
|
Merge pull request #12783 from duglin/Issue12763-LinkedEnvs
A fix for = in env values in linked containers
|
2015-04-27 10:50:14 -04:00 |
|
Doug Davis
|
325c0404c8
|
Merge pull request #12616 from cpuguy83/remove_uneeded_sleeps
remove some uneeded sleeps in tests
|
2015-04-27 10:42:40 -04:00 |
|
Brian Goff
|
9e0ffae864
|
remove some uneeded sleeps in tests
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
|
2015-04-27 10:14:29 -04:00 |
|
Aidan Hobson Sayers
|
f30d1c1835
|
Prevent deadlock on attempt to use own net
Signed-off-by: Aidan Hobson Sayers <aidanhs@cantab.net>
|
2015-04-27 14:57:37 +01:00 |
|
Antonio Murdaca
|
c7b2632dc8
|
Remove c.Fatal from goroutine in TestGetContainersAttachWebsocket
Signed-off-by: Antonio Murdaca <me@runcom.ninja>
|
2015-04-27 13:56:55 +02:00 |
|
Alexander Morozov
|
fefb836766
|
Merge pull request #12728 from HuKeping/addtest
Add test for REST API container rename
|
2015-04-25 17:01:10 -07:00 |
|
Doug Davis
|
cd4f507b42
|
Fix race condition in API commit test
Signed-off-by: Doug Davis <dug@us.ibm.com>
|
2015-04-25 05:46:47 -07:00 |
|
Doug Davis
|
bc149be69c
|
A fix for = in env values in linked containers
Closes: #12763
Signed-off-by: Doug Davis <dug@us.ibm.com>
|
2015-04-25 04:42:43 -07:00 |
|
Hu Keping
|
8f752ffeaf
|
Add test for REST API container rename
Signed-off-by: Hu Keping <hukeping@huawei.com>
|
2015-04-25 17:19:57 +08:00 |
|
Phil Estes
|
6e9a6f5396
|
Merge pull request #12765 from LK4D4/registry_suite
Implement DockerRegistrySuite in integration-cli
|
2015-04-24 23:05:29 -04:00 |
|
Alexander Morozov
|
f696b1071a
|
Implement DockerRegistrySuite in integration-cli
To avoid manually creating and destroying registrys in tests.
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
|
2015-04-24 14:17:00 -07:00 |
|
Alexander Morozov
|
9bea123bdd
|
Not protect dangling images for integration-cli
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
|
2015-04-24 13:16:51 -07:00 |
|
Brian Goff
|
b76bbae413
|
Merge pull request #12755 from LK4D4/use_f_for_remove
Use -f for rm instead of kill before
|
2015-04-24 15:34:38 -04:00 |
|
Alexander Morozov
|
887ad57cfa
|
Use -f for rm instead of kill before
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
|
2015-04-24 11:55:54 -07:00 |
|
Brian Goff
|
03719be830
|
Merge pull request #12754 from LK4D4/carry_12707
fix runtime issue for TestEventsFilterContainer
|
2015-04-24 14:36:58 -04:00 |
|
Daniel Antlinger
|
07795c3f5d
|
fix runtime issue for TestEventsFilterContainer
Signed-off-by: Daniel Antlinger <d.antlinger@gmx.at>
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
|
2015-04-24 10:48:40 -07:00 |
|
Alexander Morozov
|
a9688cdca5
|
Implement teardown removeAllImages
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
|
2015-04-24 10:37:21 -07:00 |
|
Lei Jitang
|
5f4fb8be00
|
Add cpu cfs quota to build
Signed-off-by: Lei Jitang <leijitang@huawei.com>
|
2015-04-24 08:54:08 +08:00 |
|
Jessie Frazelle
|
9d94d91ea7
|
Merge pull request #12569 from kostickm/12449-check-statusCode
Fixing statusCode checks for sockRequest
|
2015-04-23 17:13:06 -07:00 |
|
Michael Crosby
|
c26695cf8a
|
Merge pull request #12659 from dqminh/exec-interactive-hang
reuse same code for setting pipes in run/exec
|
2015-04-23 16:37:49 -07:00 |
|
Megan Kostick
|
c7845e27ee
|
Fixing statusCode checks for sockRequest
Signed-off-by: Megan Kostick <mkostick@us.ibm.com>
|
2015-04-23 15:35:56 -07:00 |
|