Carlos Nihelton has proposed merging 
~cnihelton/ubuntu-manual-tests:wsl-update-existing into 
ubuntu-manual-tests:main.

Commit message:
Updates existing test case for WSL.

- Mentions the location of the new tar-only images:
      cdimages.ubuntu.com/ubuntu-wsl

- Updates the preconditions to make sure we don't have leftovers
  affecting cloud-init and messing with the test result.


Requested reviews:
  Tim Andersson (andersson123)

For more details, see:
https://code.launchpad.net/~cnihelton/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/481015
-- 
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 356380a..3814099 100644
--- a/testcases/image/1739_WSL Import and run
+++ b/testcases/image/1739_WSL Import and run
@@ -4,9 +4,26 @@ It requires a working Microsoft Windows 10 or higher installation with WSL2 enab
 
 To run this test you must download the image from <a href="http://cloud-images.ubuntu.com/";>http://cloud-images.ubuntu.com/</a>
 
-For example for latest focal image download: <a href="http://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64-wsl.rootfs.tar.gz";>http://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64-wsl.rootfs.tar.gz</a>
+<pre>
+Since the release of Ubuntu LTS 24.04.2 Noble Numbat, new images are found at <a href="https://cdimages.ubuntu.com/ubuntu-wsl/";>https://cdimages.ubuntu.com/ubuntu-wsl/</a>
+and their file extension is ".wsl" instead of ".tar.gz".
+</pre>
+
+For example for latest focal image download: <a
+	href="http://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64-wsl.rootfs.tar.gz";>http://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64-wsl.rootfs.tar.gz</a>
+and for the latest noble image:  <a href="https://cdimages.ubuntu.com/ubuntu-wsl/noble/daily-live/pending/noble-wsl-amd64.wsl";>https://cdimages.ubuntu.com/ubuntu-wsl/daily-live/noble/pending/noble-wsl-amd64.wsl</a>
 Make sure to download the image from the download link associated to this test case.
 
+Latest releases have cloud-init seeded. To make sure your environment doesn't contain any files that could
+cause cloud-init to change the expected results of this test cases, remove the following directories on the
+host (Windows) filesystem (if they exist):
+
+<ul>
+<li>%USERPROFILE%\.cloud-init</li>
+<li>%USERPROFILE%\.ubuntupro\cloud-init</li>
+</ul>
+
+
 Open Windows Terminal or PowerShell and execute the test case below:
 
 <dl>
@@ -152,7 +169,7 @@ Hello, world!
 
 	<dt>Install and run graphical applications
 <pre>
-$ sudo apt install x11-apps gtk-4-examples              # gtk-3-examples for focal
+$ sudo apt install x11-apps gtk-4-examples              # gtk-3-examples for focal, on noble you'll also need libgles2
 [...]
 </pre>
 	</dt>
@@ -193,7 +210,7 @@ TestUbuntuWSL
 </pre>
 		</dd>
 
-		<dd>And the	directory is empty
+		<dd>And the directory is either missing or empty.
 <pre>
 &gt; ls .\wsl
 &gt;
-- 
Mailing list: https://launchpad.net/~canonical-ubuntu-qa
Post to     : canonical-ubuntu-qa@lists.launchpad.net
Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa
More help   : https://help.launchpad.net/ListHelp

Reply via email to