@@ -242,8 +242,8 @@ def test_pull_nonexistent_image(self):
242242 registry .pull (local_url )
243243
244244
245- class PullLazyContentTestCase (unittest .TestCase ):
246- """Verify whether images lazily- served by Pulp can be pulled."""
245+ class PullOnDemandContentTestCase (unittest .TestCase ):
246+ """Verify whether on-demand served images by Pulp can be pulled."""
247247
248248 @classmethod
249249 def setUpClass (cls ):
@@ -343,7 +343,7 @@ def test_api_returns_same_checksum(self):
343343 )
344344
345345 def test_pull_image_from_repository (self ):
346- """Verify that a client can pull the image from Pulp (lazy ).
346+ """Verify that a client can pull the image from Pulp (on-demand ).
347347
348348 1. Using the RegistryClient pull the image from Pulp.
349349 2. Pull the same image from remote registry.
@@ -379,7 +379,7 @@ def test_pull_image_from_repository(self):
379379 registry .rmi (DOCKER_UPSTREAM_NAME )
380380
381381 def test_pull_image_from_repository_version (self ):
382- """Verify that a client can pull the image from Pulp (lazy ).
382+ """Verify that a client can pull the image from Pulp (on-demand ).
383383
384384 1. Using the RegistryClient pull the image from Pulp.
385385 2. Pull the same image from remote registry.
@@ -410,7 +410,7 @@ def test_pull_image_from_repository_version(self):
410410 registry .rmi (DOCKER_UPSTREAM_NAME )
411411
412412 def test_pull_image_with_tag (self ):
413- """Verify that a client can pull the image from Pulp with a tag (lazy ).
413+ """Verify that a client can pull the image from Pulp with a tag (on-demand ).
414414
415415 1. Using the RegistryClient pull the image from Pulp specifying a tag.
416416 2. Pull the same image and same tag from remote registry.
0 commit comments