1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration
Kir Kolyshkin 01143afe54 integration: add container.Exec()
Some test cases might need an ability to execute a command inside a
container (in order to analyse its output and/or exit code). It is a bit
complicated operation to do so using engine API. The function provided
aims to hide this complexity, making exec almost as simple as 'docker
exec'.

NOTE that the exec is synchronous, and command's stdin is closed.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2018-02-19 11:25:11 -08:00
..
build Rename integration/util to integration/internal 2018-02-10 09:16:32 +01:00
config Migrates several swarm configs tests from integration-cli to api tests 2018-02-12 19:38:56 +00:00
container Fix import path 2018-02-15 15:29:45 +01:00
image Rename integration/util to integration/internal 2018-02-10 09:16:32 +01:00
internal integration: add container.Exec() 2018-02-19 11:25:11 -08:00
network Merge pull request #36257 from arm64b/fix-inspect-network-timeout 2018-02-11 20:50:08 +09:00
plugin Update api tests to use container.Run/Create in helper package 2018-02-13 14:54:31 +00:00
secret Migrates several swarm secrets from integration-cli to api tests 2018-02-11 21:17:44 +00:00
service Update api tests to use the newly added container helper package 2018-02-10 23:30:40 +00:00
session Migrates session tests in integration-cli to api tests 2018-02-11 23:14:39 +00:00
system Update api tests to use the newly added container helper package 2018-02-10 23:30:40 +00:00
testdata/https integration/plugin/authz: port tests from integration-cli 2017-10-02 14:20:59 +01:00
doc.go Add canonical import comment 2018-02-05 16:51:57 -05:00