← Back to team overview

kubuntu-council team mailing list archive

[Merge] ~dbungert/ubuntu-manual-tests:lunar-fix-test-1759 into ubuntu-manual-tests:main

 

Dan Bungert has proposed merging ~dbungert/ubuntu-manual-tests:lunar-fix-test-1759 into ubuntu-manual-tests:main.

Commit message:
subiquity: update netboot test for mirror changes

Known offline autoinstall will require the following autoinstall
snippet:
```
 apt:
  fallback: offline-install
```

Requested reviews:
  Ubuntu Testcase Admins (ubuntu-testcase)

For more details, see:
https://code.launchpad.net/~dbungert/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/441236
-- 
Your team Ubuntu Testcase Admins is requested to review the proposed merge of ~dbungert/ubuntu-manual-tests:lunar-fix-test-1759 into ubuntu-manual-tests:main.
diff --git a/testcases/image/1759_PXE Netboot Live Server Autoinstall b/testcases/image/1759_PXE Netboot Live Server Autoinstall
index 7aa5288..6a31db6 100644
--- a/testcases/image/1759_PXE Netboot Live Server Autoinstall
+++ b/testcases/image/1759_PXE Netboot Live Server Autoinstall
@@ -58,6 +58,8 @@ autoinstall:
   # `mkpasswd`, from the 'whois' package, can help with hash creation.
   password: $1$glNWVUKh$VxFYudlLU5FR9WDGXOK761
   username: ubuntu
+ apt:
+  fallback: offline-install
 </pre>
 
 <p>Configure /srv/tftp/pxelinux.cfg/default:</p>

Follow ups