Sebastiaan van Stijn
|
0fabf3e41e
integration-cli: remove unneeded fmt.Sprintf() in asserts
|
5 gadi atpakaļ |
Tibor Vass
|
7813dfe9d7
rm-gocheck: goimports
|
5 gadi atpakaļ |
Tibor Vass
|
6135eec30a
rm-gocheck: convert check.Commentf to string - with just one string
|
5 gadi atpakaļ |
Tibor Vass
|
a2024a5470
rm-gocheck: convert check.Commentf to string - with multiple args
|
5 gadi atpakaļ |
Tibor Vass
|
98f2638fe5
rm-gocheck: Contains -> strings.Contains
|
5 gadi atpakaļ |
Tibor Vass
|
4e2e486b23
rm-gocheck: Not(Contains) -> !strings.Contains
|
5 gadi atpakaļ |
Tibor Vass
|
59e55dcdd0
rm-gocheck: run goimports to compile successfully
|
5 gadi atpakaļ |
Tibor Vass
|
2743e2d8bc
rm-gocheck: IsNil
|
5 gadi atpakaļ |
Tibor Vass
|
6dc7f4c167
rm-gocheck: Equals -> assert.Equal
|
5 gadi atpakaļ |
Tibor Vass
|
230f7bcc02
rm-gocheck: normalize to use checker
|
5 gadi atpakaļ |
Tibor Vass
|
1d92789b4f
rm-gocheck: check.C -> testing.T
|
5 gadi atpakaļ |
Tibor Vass
|
1f69c62540
rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)
|
5 gadi atpakaļ |
Sebastiaan van Stijn
|
0595c01718
switch kr/pty to creack/pty v1.1.7
|
6 gadi atpakaļ |
Sebastiaan van Stijn
|
7f37d99ef5
integration-cli: remove redundant "testrequires"
|
6 gadi atpakaļ |
Sebastiaan van Stijn
|
4bd8964b23
Update TestRunWithDaemonDefaultSeccompProfile for ARM64
|
6 gadi atpakaļ |
Sebastiaan van Stijn
|
6345208b9b
Replace some checkers and assertions with gotest.tools
|
6 gadi atpakaļ |
Sebastiaan van Stijn
|
55b5b8de79
Merge pull request #38486 from thaJeztah/dont_use_deprecated_envclient
|
6 gadi atpakaļ |
Sebastiaan van Stijn
|
1e1156cf67
Skip kernel-memory tests on RHEL/CentOS daemons
|
6 gadi atpakaļ |
Sebastiaan van Stijn
|
c8ff5ecc09
Remove use of deprecated client.NewEnvClient()
|
6 gadi atpakaļ |
Sebastiaan van Stijn
|
43b15e924f
Remove SameHostDaemon, use testEnv.IsLocalDaemon instead
|
6 gadi atpakaļ |
cfshang
|
5750e14052
fix typo: transtions->transitions
|
6 gadi atpakaļ |
Kir Kolyshkin
|
83363fb2d4
integration: use %s for check.Commentf()
|
6 gadi atpakaļ |
Vincent Demeester
|
3845728524
Update tests to use gotest.tools 👼
|
7 gadi atpakaļ |
Anda Xu
|
1d9973c0d4
fix a failed test
|
7 gadi atpakaļ |
Anda Xu
|
e440831802
fix and skip some tests based on API version
|
7 gadi atpakaļ |
Christopher Jones
|
620ddc78a1
[integration] skip ppc64le oom tests for now
|
7 gadi atpakaļ |
Kenfe-Mickael Laventure
|
617f89b9a3
Fix tests creating zombie processes
|
7 gadi atpakaļ |
Yong Tang
|
cfdac1245a
Merge pull request #34550 from kolyshkin/libeudev
|
7 gadi atpakaļ |
Kir Kolyshkin
|
771256b305
TestRunSeccompProfileAllow32Bit: fix
|
7 gadi atpakaļ |
Christopher Crone
|
b1fb41988d
Check integration test requirements using daemon
|
7 gadi atpakaļ |