d94576af79
- update docker to 1.13.0
see details in https://github.com/docker/docker/releases/tag/v1.13.0
- use the same buildflags for building docker and for building the
tests.
- enable pkcs11:
37fa75b344
OBS-URL: https://build.opensuse.org/request/show/461899
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=169
14 lines
526 B
Diff
14 lines
526 B
Diff
diff --git a/integration-cli/docker_cli_info_test.go b/integration-cli/docker_cli_info_test.go
|
|
index 62ce7e2..46516f9 100644
|
|
--- a/integration-cli/docker_cli_info_test.go
|
|
+++ b/integration-cli/docker_cli_info_test.go
|
|
@@ -40,7 +40,7 @@ func (s *DockerSuite) TestInfoEnsureSucceeds(c *check.C) {
|
|
}
|
|
|
|
if DaemonIsLinux.Condition() {
|
|
- stringsToCheck = append(stringsToCheck, "Runtimes:", "Default Runtime: runc")
|
|
+ stringsToCheck = append(stringsToCheck, "Runtimes:", "Default Runtime: oci")
|
|
}
|
|
|
|
if experimentalDaemon {
|