summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_swarm_test.go
Commit message (Expand)AuthorAgeFilesLines
* integration-cli: fix empty-lines (revive)Sebastiaan van Stijn2022-09-281-2/+0
* Update some tests for supplementary group permissionsSebastiaan van Stijn2022-09-081-1/+1
* Bump swarmkit to v2Cory Snider2022-04-211-1/+1
* integration(-cli): remove discovery related testsSebastiaan van Stijn2022-01-061-8/+2
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-8/+7
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-241-0/+1
* Fix libnetwork importsBrian Goff2021-06-011-3/+3
* Fix TestSwarmManagerAddress to not depend on "pretty" formatSebastiaan van Stijn2020-05-111-4/+4
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-4/+4
* integration-cli: use subtests for TestSwarmNetworkCreateDupSebastiaan van Stijn2019-10-211-12/+10
* integration-cli: DockerSwarmSuite: show output on failuresSebastiaan van Stijn2019-10-071-88/+91
* integration-cli: add more debugging for TestSwarmClusterRotateUnlockKeySebastiaan van Stijn2019-09-191-1/+4
* integration-cli: S1025: the argument is already a string (gosimple)Sebastiaan van Stijn2019-09-181-13/+13
* integration-cli: remove unnescessary conversions (unconvert)Sebastiaan van Stijn2019-09-181-3/+3
* integration-cli: remove unneeded fmt.Sprintf() in assertsSebastiaan van Stijn2019-09-111-28/+28
* Merge pull request #39799 from tiborvass/bye-bye-gocheckSebastiaan van Stijn2019-09-101-309/+270
|\
| * fix remaining issues with checker.NotTibor Vass2019-09-091-1/+1
| * waitAndAssert -> poll.WaitOnTibor Vass2019-09-091-34/+33
| * prepare for eg on waitAndAssertTibor Vass2019-09-091-1/+1
| * rm-gocheck: fix compile errors from converting check.CommentInterface to stringTibor Vass2019-09-091-6/+6
| * rm-gocheck: goimportsTibor Vass2019-09-091-1/+0
| * rm-gocheck: check.CommentInterface -> stringTibor Vass2019-09-091-5/+5
| * rm-gocheck: convert check.Commentf to string - with just one stringTibor Vass2019-09-091-2/+2
| * rm-gocheck: convert check.Commentf to string - with multiple argsTibor Vass2019-09-091-30/+30
| * rm-gocheck: Contains -> strings.ContainsTibor Vass2019-09-091-95/+68
| * rm-gocheck: Not(Contains) -> !strings.ContainsTibor Vass2019-09-091-39/+29
| * rm-gocheck: run goimports to compile successfullyTibor Vass2019-09-091-0/+1
| * rm-gocheck: NotNilTibor Vass2019-09-091-1/+1
| * rm-gocheck: IsNilTibor Vass2019-09-091-21/+21
| * rm-gocheck: HasLen -> assert.Equal + len()Tibor Vass2019-09-091-2/+2
| * rm-gocheck: Equals -> assert.EqualTibor Vass2019-09-091-29/+29
| * rm-gocheck: Not(Equals) -> a != bTibor Vass2019-09-091-10/+10
| * rm-gocheck: normalize to use checkerTibor Vass2019-09-091-1/+1
| * rm-gocheck: check.C -> testing.TTibor Vass2019-09-091-69/+69
| * rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)Tibor Vass2019-09-091-160/+160
| * rm-gocheck: redress multiline c.Assert callsTibor Vass2019-09-091-2/+1
* | Fix Service TTY test so signal handlers workBrian Goff2019-09-091-1/+1
|/
* Fix TestSwarmClusterRotateUnlockKeyDrew Erny2019-07-261-2/+2
* Retry service updates on out of sequence errorsDrew Erny2019-07-181-3/+7
* integration-cli: allow temporary no-leader errorTonis Tiigi2019-07-171-6/+30
* Replace some checkers and assertions with gotest.toolsSebastiaan van Stijn2019-04-051-232/+233
* Completely remove `d.NewClient` from testing toolsBrian Goff2019-02-071-2/+2
* reduce flakiness of TestSwarmLockUnlockCluster and TestSwarmJoinPromoteLockedSebastiaan van Stijn2019-01-121-4/+4
* Merge pull request #38417 from thaJeztah/replace_newclientYong Tang2019-01-041-4/+2
|\
| * Test: Replace NewClient() with NewClientT()Sebastiaan van Stijn2018-12-221-4/+2
* | Disabled these tests on s390x and ppc64le:Olli Janatuinen2018-12-241-0/+8
|/
* integration-cli/Test*Swarm*: use same args on restartKir Kolyshkin2018-11-011-16/+16
* docker_cli_swarm_test: factor out common codeKir Kolyshkin2018-11-011-89/+19
* docker_cli_swarm_test.go: rm unused argKir Kolyshkin2018-11-011-5/+5
* Fix typo16yuki07022018-10-061-1/+1