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:
Matthew Heon
2017-11-21 13:58:53 -05:00
committed by Atomic Bot
parent 152882bf19
commit 4ff251d911

View File

@ -33,6 +33,7 @@ func getTestContainer(id, name string) *Container {
RunDir: "/does/not/exist/tmp/",
Mounted: true,
Mountpoint: "/does/not/exist/tmp/" + id,
PID: 1234,
},
valid: true,
}