summaryrefslogtreecommitdiff
path: root/integration/network
Commit message (Expand)AuthorAgeFilesLines
* Make default options for newly created networks configurableAlex Stockinger2023-03-011-0/+74
* integration: fix empty-lines (revive)Sebastiaan van Stijn2022-09-281-2/+0
* api/server/httputils: add ReadJSON() utilitySebastiaan van Stijn2022-04-111-16/+42
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-245-0/+5
* integration/libnetwork: make delInterface() a t.Helper()Sebastiaan van Stijn2021-08-201-0/+1
* integration/network: remove unused CheckKernelMajorVersionGreaterOrEqualThenSebastiaan van Stijn2021-08-121-13/+0
* integration/network: remove IsUserNamespace in favor of testenv equivalentSebastiaan van Stijn2021-08-124-16/+2
* integration: copy loop variable into parallel test closuresRoman Volosatovs2021-07-221-0/+2
* unused: ignore false positivesSebastiaan van Stijn2021-06-101-0/+1
* Update TestDaemonRestartWithLiveRestore: fix docker0 subnet missmatchAlexis Ries2021-02-051-5/+11
* Networking: add regression test for networks endpoint with trailing slashSebastiaan van Stijn2020-11-301-0/+29
* Upgrading the versions of images in Dockerfile.wanghuaiqing2020-06-301-1/+1
* TestDaemonDNSFallback: increase timeout to reduce flakinessSebastiaan van Stijn2020-06-181-1/+1
* integration: Add TestDaemonDNSFallbackTibor Vass2020-05-281-0/+35
* test-integration: support more rootless testsAkihiro Suda2020-03-163-0/+5
* hack: support $DOCKER_ROOTLESS for testing rootlessAkihiro Suda2020-03-101-0/+9
* Add TC for com.docker.network.host_ipv4 labelArko Dasgupta2020-03-091-0/+27
* vendor: bump libnetwork bf2bd42abc0a3734f12b5ec724e571434e42c669Sebastiaan van Stijn2020-03-072-23/+9
* Merge pull request #40497 from arkodg/fix-bip-subnet-configSebastiaan van Stijn2020-02-121-1/+1
|\
| * Set the bip network value as the subnetArko Dasgupta2020-02-101-1/+1
* | bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-118-20/+20
|/
* Bump swarmkit to 24fb4cfe8af56803640180c5592bf32da732ced2Drew Erny2020-01-071-0/+10
* integration/network: remove unuset setupTest()Sebastiaan van Stijn2019-09-182-10/+0
* Fix and re-enable TestDockerNetworkMacvlan/MultiSubnetSebastiaan van Stijn2019-09-181-1/+4
* testutil: make testing packages publicSam Whited2019-09-117-8/+8
* Move defer method to the top right after New is calledArko Dasgupta2019-08-151-4/+2
* Fix flaky TestServiceWithDefaultAddressPoolInitArko Dasgupta2019-08-141-54/+46
* Merge pull request #39431 from thaJeztah/macvlan_redundant_checksSebastiaan van Stijn2019-07-153-8/+4
|\
| * Integration: MACVlan add missing import comment and build-tagSebastiaan van Stijn2019-07-133-1/+4
| * Integration: remove redundant kernel version check for MACVlanSebastiaan van Stijn2019-07-131-7/+0
* | TestServiceWithDefaultAddressPoolInitselansen2019-07-141-4/+6
* | Integration: exclude IPVlan test-suite on WindowsSebastiaan van Stijn2019-07-112-0/+3
* | Integration: IPVlan add missing import commentSebastiaan van Stijn2019-07-111-1/+1
* | Integration: remove "experimental" option for IPVLAN test-daemonsSebastiaan van Stijn2019-07-111-2/+2
* | Integration: remove unneeded platform check for IPVLAN testsSebastiaan van Stijn2019-07-111-2/+0
|/
* Skip TestServiceRemoveKeepsIngressNetworkMichael Crosby2019-07-021-0/+2
* Merge pull request #39358 from jim-docker/testForIpvlanKirill Kolyshkin2019-06-241-5/+24
|\
| * For ipvlan tests check that the ipvlan module is enabled (instead of just ens...Kir Kolyshkin2019-06-141-5/+24
* | integration: change createAmbiguousNetworks signature to fix lintingSebastiaan van Stijn2019-06-071-2/+2
* | integration: change container.Run signature to fix lintingSebastiaan van Stijn2019-06-073-30/+30
* | integration: change network.CreateNoError signature to fix lintingSebastiaan van Stijn2019-06-075-32/+32
|/
* Merge pull request #38182 from huangqg/fix_logKirill Kolyshkin2019-03-211-1/+1
|\
| * Fix logmaxwell2018-11-111-1/+1
* | Completely remove `d.NewClient` from testing toolsBrian Goff2019-02-071-4/+4
* | Move serviceRunningTasksCount to integration/internal/swarmYong Tang2019-01-191-31/+1
* | Integration tests: remove some duplicated code, and preserve contextSebastiaan van Stijn2019-01-142-23/+10
* | Refactor TestInspectNetworkSebastiaan van Stijn2019-01-141-97/+74
* | Remove code duplication and consolidate networkIsRemovedYong Tang2019-01-121-11/+1
* | Improve consistency in "skip"Sebastiaan van Stijn2019-01-073-9/+9
* | Merge pull request #38417 from thaJeztah/replace_newclientYong Tang2019-01-044-92/+90
|\ \