From ba2b756350ff2cd45af156ac3952d126348722f1 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Tue, 10 Apr 2018 17:02:27 +0100 Subject: tests: docker_source: Update description Signed-off-by: Radostin Stoyanov --- tests/docker_source.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/docker_source.py') diff --git a/tests/docker_source.py b/tests/docker_source.py index f569eeb..204f945 100644 --- a/tests/docker_source.py +++ b/tests/docker_source.py @@ -23,8 +23,8 @@ To avoid fetching network resources we mock out the functions: - utils.get_image_details(): Returns manifest content - utils.get_image_dir(): Returns the directory which contains the tar files -Brief description of this tests: -1. Create dummy tar files named .tar used as image layers. +Description: +1. Create dummy image layers (tar files). 2. Generate manifest content. 3. Mock out get_image_details() and get_image_dir(). 4. Call bootstrap(). -- cgit