Skip to content

Commit

Permalink
test: Don't clobber docker-storage-setup config when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
petervo committed Aug 10, 2017
1 parent 1dd095e commit 6a1df93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/verify/check-docker-storage
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ class TestDockerStorageMapper(MachineCase):

if can_manage(m):
# Allow docker-storage-setup to be happy with our very small disks
m.write("/etc/sysconfig/docker-storage-setup",
'MIN_DATA_SIZE=80M\n')
m.execute("echo 'MIN_DATA_SIZE=80M\n' >> /etc/sysconfig/docker-storage-setup")

def check_loopback(val):
# We pass the output through logger to diagnose flakey issues
Expand Down

0 comments on commit 6a1df93

Please sign in to comment.