Address concerns from pull request.
This commit is contained in:
parent
579d900ef2
commit
2cd5bdb563
3 changed files with 3 additions and 6 deletions
|
@ -167,10 +167,8 @@ class TestGarbageColection(unittest.TestCase):
|
|||
""" Repository has multiple tags with shared images. Selectively deleting the tags, and
|
||||
verifying at each step.
|
||||
"""
|
||||
repository = self.createRepository(latest=['i1', 'i2', 'i3'],
|
||||
other=['i1', 'f1', 'f2'],
|
||||
third=['t1', 't2', 't3'],
|
||||
fourth=['i1', 'f1'])
|
||||
repository = self.createRepository(latest=['i1', 'i2', 'i3'], other=['i1', 'f1', 'f2'],
|
||||
third=['t1', 't2', 't3'], fourth=['i1', 'f1'])
|
||||
|
||||
# Delete tag other. Should delete f2, since it is not shared.
|
||||
self.deleteTag(repository, 'other')
|
||||
|
|
Reference in a new issue