← Back to team overview

kubuntu-council team mailing list archive

[Merge] ~xypron/ubuntu-manual-tests:riscv64_snap into ubuntu-manual-tests:main

 

Heinrich Schuchardt has proposed merging ~xypron/ubuntu-manual-tests:riscv64_snap into ubuntu-manual-tests:main.

Commit message:
riscv64: add a test for snaps

Check that a snap can be installed and executed on the riscv64 platforms.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@xxxxxxxxxxxxx>

Requested reviews:
  Ubuntu Testcase Admins (ubuntu-testcase)

For more details, see:
https://code.launchpad.net/~xypron/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/417970
-- 
Your team Ubuntu Testcase Admins is requested to review the proposed merge of ~xypron/ubuntu-manual-tests:riscv64_snap into ubuntu-manual-tests:main.
diff --git a/testcases/image/1736_Install Unleashed b/testcases/image/1736_Install Unleashed
index 556fe1f..fe1b096 100755
--- a/testcases/image/1736_Install Unleashed
+++ b/testcases/image/1736_Install Unleashed
@@ -28,6 +28,8 @@ The scope of this test is to ensure that riscv64+unleashed image boots from SD c
 	<dd>Run any command that is not installed, check that command-not-found recommends things to install</dd>
 	<dd>I.e. hello</dd>
 	<dd>Install a package and check that it works, i.e. hello</dd>
+    <dt>Perform snap testing</dt>
+        <dd>Install a snap and check that it works, i.e. hello</dd>
     <dt>Poweroff</dt>
         <dd>Console messages should reach poweroff target</dd>
 	<dd>There should be final kernel dmsg powering off</dd>
diff --git a/testcases/image/1737_Install Unmatched b/testcases/image/1737_Install Unmatched
index 3bfdca9..d1085e0 100755
--- a/testcases/image/1737_Install Unmatched
+++ b/testcases/image/1737_Install Unmatched
@@ -28,6 +28,8 @@ The scope of this test is to ensure that riscv64+unmatched image boots from SD c
 	<dd>Run any command that is not installed, check that command-not-found recommends things to install</dd>
 	<dd>I.e. hello</dd>
 	<dd>Install a package and check that it works, i.e. hello</dd>
+    <dt>Perform snap testing</dt>
+        <dd>Install a snap and check that it works, i.e. hello</dd>
     <dt>Poweroff</dt>
         <dd>Console messages should reach poweroff target</dd>
 	<dd>There should be final kernel dmsg powering off</dd>
diff --git a/testcases/image/1738_Install Qemu b/testcases/image/1738_Install Qemu
index c0af34a..b851ba4 100755
--- a/testcases/image/1738_Install Qemu
+++ b/testcases/image/1738_Install Qemu
@@ -13,6 +13,8 @@ The scope of this test is to ensure that riscv64+unleashed and riscv64+unmatched
 	<dd>Run any command that is not installed, check that command-not-found recommends things to install</dd>
 	<dd>I.e. hello</dd>
 	<dd>Install a package and check that it works, i.e. hello</dd>
+    <dt>Perform snap testing</dt>
+        <dd>Install a snap and check that it works, i.e. hello</dd>
     <dt>Poweroff</dt>
         <dd>Console messages should reach poweroff target</dd>
 	<dd>There should be final kernel dmsg powering off</dd>

Follow ups