Project

Profile

Help

Test #4973

Updated by kersom almost 5 years ago

* Pulp 3 will offer different download policies, such as *on_demand*, *streamed* and *immediate*.  
 * Create tests for all those different scenarios.  

 We need to add a test covering *streamed*. The others already have tests in place 

 See: "PullLazyContentTestCase":https://github.com/pulp/pulp_docker/blob/8ab510672a196ac8a7aa3e59eb98b44346d357da/pulp_docker/tests/functional/api/test_pull_content.py#L245 

 Besides that ,    add test that one can pull content from Pulp using *streamed* download policy. 

Back