aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/tests/02_wic_test_directdisk.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tests/02_wic_test_directdisk.py')
-rw-r--r--scripts/tests/02_wic_test_directdisk.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/tests/02_wic_test_directdisk.py b/scripts/tests/02_wic_test_directdisk.py
index 9108621fbe..6beff71488 100644
--- a/scripts/tests/02_wic_test_directdisk.py
+++ b/scripts/tests/02_wic_test_directdisk.py
@@ -48,10 +48,12 @@ class TestWicDirectdisk(unittest.TestCase):
"directdisk-*.direct")))
def testbuild_image_name(self):
+ """Test wic create directdisk --image-name core-image-minimal"""
self._build(["create", "directdisk",
"--image-name", "core-image-minimal"])
def testbuild_artifacts(self):
+ """Test wic create directdisk providing all artifacts."""
self._build(["create", "directdisk",
"-b", "tmp/sysroots/qemux86/usr/share",
"-k", "tmp/deploy/images/qemux86",