Skip to content

Commit aad4c8b

Browse files
committed
modified: singularity/tests/test_client.py
1 parent 1469f30 commit aad4c8b

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

singularity/tests/test_client.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,6 @@ def test_commands(self):
7171
print(image)
7272
os.remove(image)
7373

74-
print("...Case 2: Testing naming pull by image commit")
75-
image = self.cli.pull("shub://vsoch/singularity-images",name_by_commit=True, pull_folder=self.tmpdir)
76-
self.assertTrue(os.path.exists(image))
77-
self.assertTrue("6d3715a982865863ff20e8783014522edf1240e4" in image)
78-
print(image)
79-
os.remove(image)
80-
81-
print("...Case 3: Testing naming pull by image hash")
82-
image = self.cli.pull("shub://vsoch/singularity-images",name_by_hash=True, pull_folder=self.tmpdir)
83-
self.assertTrue(os.path.exists(image))
84-
self.assertTrue("292bd27a43f924283e5913db342227fb" in image)
85-
print(image)
86-
os.remove(image)
87-
8874
print("...Case 3: Testing docker pull")
8975
container = self.cli.pull("docker://ubuntu:14.04", pull_folder=self.tmpdir)
9076
self.assertTrue("ubuntu:14.04" in container)

0 commit comments

Comments
 (0)