diff options
author | Jürg Billeter <j@bitron.ch> | 2018-05-15 10:51:34 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2018-07-09 15:44:49 +0200 |
commit | 3d1e23d638f7d2fbbb84e9d831a19529677559df (patch) | |
tree | f968d432c76391eb1e160cd43c3080a51795e0fc /tests/artifactcache | |
parent | c5fe94650fd40360400624888492ff81e993eab4 (diff) | |
download | buildstream-3d1e23d638f7d2fbbb84e9d831a19529677559df.tar.gz |
tests: Remove unneeded ArtifactShare.update_summary() method
The OSTree summary file is no longer used.
Diffstat (limited to 'tests/artifactcache')
-rw-r--r-- | tests/artifactcache/junctions.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/artifactcache/junctions.py b/tests/artifactcache/junctions.py index 12423f937..0457d46c3 100644 --- a/tests/artifactcache/junctions.py +++ b/tests/artifactcache/junctions.py @@ -67,12 +67,6 @@ def test_push_pull(cli, tmpdir, datafiles): assert_shared(cli, share, 'foo', project, 'target.bst') assert_shared(cli, base_share, 'base', base_project, 'target.bst') - # Make sure we update the summary in our artifact shares, - # we dont have a real server around to do it - # - share.update_summary() - base_share.update_summary() - # Now we've pushed, delete the user's local artifact cache # directory and try to redownload it from the share # |