mirror of https://github.com/apache/jclouds.git
fix docker unit tests
This commit is contained in:
parent
f1bf27bfaf
commit
6afc3c889d
|
@ -57,7 +57,7 @@ public class InfoParseTest extends BaseDockerParseTest<Info> {
|
||||||
0, // NEventsListener
|
0, // NEventsListener
|
||||||
10, // NFd
|
10, // NFd
|
||||||
11, // NGoroutines
|
11, // NGoroutines
|
||||||
"Boot2Docker 1.3.0 (TCL 5.4); master : a083df4 - Thu Oct 16 17:05:03 UTC 2014", // OperatingSystem
|
"Boot2Docker 1.4.1 (TCL 5.4); master : 86f7ec8 - Tue Dec 16 23:11:29 UTC 2014", // OperatingSystem
|
||||||
1, // SwapLimit
|
1, // SwapLimit
|
||||||
"/mnt/sda1/var/lib/docker", // DockerRootDir
|
"/mnt/sda1/var/lib/docker", // DockerRootDir
|
||||||
null, // Labels
|
null, // Labels
|
||||||
|
|
Loading…
Reference in New Issue