summaryrefslogtreecommitdiff
path: root/libpod/sql_state_test.go
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-01-10 13:49:38 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-01-10 20:16:21 +0000
commite6be800ec633342aef656e0a2ed0bdc4519796d9 (patch)
treed793d4e79fd298e3c2dd82b173b6b7746a8e9c0f /libpod/sql_state_test.go
parentf0843e94cf6ce780bd36e72cc1e754fce900c608 (diff)
downloadpodman-e6be800ec633342aef656e0a2ed0bdc4519796d9.tar.gz
podman-e6be800ec633342aef656e0a2ed0bdc4519796d9.tar.bz2
podman-e6be800ec633342aef656e0a2ed0bdc4519796d9.zip
Update DB to add new fields required for planned features
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #209 Approved by: rhatdan
Diffstat (limited to 'libpod/sql_state_test.go')
-rw-r--r--libpod/sql_state_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpod/sql_state_test.go b/libpod/sql_state_test.go
index e990df6c9..020e2ce40 100644
--- a/libpod/sql_state_test.go
+++ b/libpod/sql_state_test.go
@@ -21,7 +21,8 @@ func getTestContainer(id, name, locksDir string) (*Container, error) {
Name: name,
RootfsImageID: id,
RootfsImageName: "testimg",
- UseImageConfig: true,
+ ImageVolumes: true,
+ ReadOnly: true,
StaticDir: "/does/not/exist/",
Stdin: true,
Labels: make(map[string]string),