mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Add PID to the containers used to test SQLite state
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #56 Approved by: rhatdan
This commit is contained in:
@ -33,6 +33,7 @@ func getTestContainer(id, name string) *Container {
|
|||||||
RunDir: "/does/not/exist/tmp/",
|
RunDir: "/does/not/exist/tmp/",
|
||||||
Mounted: true,
|
Mounted: true,
|
||||||
Mountpoint: "/does/not/exist/tmp/" + id,
|
Mountpoint: "/does/not/exist/tmp/" + id,
|
||||||
|
PID: 1234,
|
||||||
},
|
},
|
||||||
valid: true,
|
valid: true,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user