Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BioHPC
clair-singularity
Commits
942d92d1
Commit
942d92d1
authored
Aug 24, 2017
by
David Trudgian
Browse files
targz test size/sha256 not reproducible
parent
d137b850
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_image.py
View file @
942d92d1
...
...
@@ -40,9 +40,6 @@ def test_image_to_tgz(testimage):
# With the correct sha256
# NO - the tar create in not reproducible (dir/file order?)
# assert sha256(tar_file) == '337436d1b561fd4d174a43474baf742c9d436d4a58a343275322517bad044d75'
# Use simple size check for now
statinfo
=
os
.
stat
(
tar_file
)
assert
statinfo
.
st_size
==
50843856
def
test_http_server
(
testimage
,
tmpdir
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment