diff options
author | Radostin Stoyanov <rstoyanov1@gmail.com> | 2018-04-10 17:02:27 +0100 |
---|---|---|
committer | Radostin Stoyanov <rstoyanov1@gmail.com> | 2018-04-10 17:27:02 +0100 |
commit | ba2b756350ff2cd45af156ac3952d126348722f1 (patch) | |
tree | 8e48c3b037a6a1d2166cf2ce08d88ff005f45ef2 /tests | |
parent | 6146e9ab5e36ff894b8c95d00a45db6181ad8472 (diff) | |
download | virt-bootstrap.git-ba2b756350ff2cd45af156ac3952d126348722f1.tar.gz virt-bootstrap.git-ba2b756350ff2cd45af156ac3952d126348722f1.tar.xz virt-bootstrap.git-ba2b756350ff2cd45af156ac3952d126348722f1.zip |
tests: docker_source: Update description
Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/docker_source.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 <checksum>.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(). |