canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #07728
[Merge] ~cnihelton/ubuntu-manual-tests:no-manual-libgles into ubuntu-manual-tests:main
Carlos Nihelton has proposed merging ~cnihelton/ubuntu-manual-tests:no-manual-libgles into ubuntu-manual-tests:main.
Commit message:
Manually installing libgles2 no longer needed
Since SRU documented in LP #2109978 was completed, libgtk-4-1
depends on libgles2, solving the need for manually install that package
when testing GTK4 apps.
This minor QoL improvement makes the test cases a bit more succint and
straightforward.
Requested reviews:
Ubuntu Testcase Admins (ubuntu-testcase)
For more details, see:
https://code.launchpad.net/~cnihelton/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/489606
--
Your team Canonical's Ubuntu QA is subscribed to branch ubuntu-manual-tests:main.
diff --git a/testcases/image/1739_WSL Import and run b/testcases/image/1739_WSL Import and run
index f4960e3..ed59e40 100644
--- a/testcases/image/1739_WSL Import and run
+++ b/testcases/image/1739_WSL Import and run
@@ -181,7 +181,7 @@ Hello, world!
<dt>Install and run graphical applications
<pre>
-$ sudo apt install x11-apps gtk-4-examples # gtk-3-examples for focal, on noble you'll also need libgles2
+$ sudo apt install x11-apps gtk-4-examples # gtk-3-examples for focal
[...]
</pre>
</dt>
diff --git a/testcases/image/1835_WSL cloud-init b/testcases/image/1835_WSL cloud-init
index 315cc8d..9b5e591 100644
--- a/testcases/image/1835_WSL cloud-init
+++ b/testcases/image/1835_WSL cloud-init
@@ -41,7 +41,7 @@ write_files:
[user]
default=ubuntu
-packages: [hello, x11-apps, gtk-4-examples, libgles2]
+packages: [hello, x11-apps, gtk-4-examples]
</pre>
</dd>
<dt>Install a new instance from the image you downloaded
diff --git a/testcases/image/1837_WSL_Double Click b/testcases/image/1837_WSL_Double Click
index 94a8d3d..109d000 100644
--- a/testcases/image/1837_WSL_Double Click
+++ b/testcases/image/1837_WSL_Double Click
@@ -123,7 +123,7 @@ Hello, world!
<dt>Install and run graphical applications
<pre>
-$ sudo apt install x11-apps gtk-4-examples libgles2
+$ sudo apt install x11-apps gtk-4-examples
[...]
</pre>
</dt>