kubuntu-council team mailing list archive
-
kubuntu-council team
-
Mailing list archive
-
Message #00820
[Merge] ~jawn-smith/ubuntu-manual-tests:master into ubuntu-manual-tests:master
William Wilson has proposed merging ~jawn-smith/ubuntu-manual-tests:master into ubuntu-manual-tests:master.
Commit message:
Add Raspberry Pi Zero 2 test cases for preinstalled server
Requested reviews:
Dave Jones (waveform)
For more details, see:
https://code.launchpad.net/~jawn-smith/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/415935
The Raspberry Pi Zero 2 is now supported. Add tests cases for it.
--
Your team Ubuntu Testcase Admins is subscribed to branch ubuntu-manual-tests:master.
diff --git a/definitions/pi_server_cases.xml b/definitions/pi_server_cases.xml
index 32ab3e7..d5e8375 100644
--- a/definitions/pi_server_cases.xml
+++ b/definitions/pi_server_cases.xml
@@ -534,4 +534,21 @@
<ut:include ref="ethernet"><ut:define name="intf">eth0</ut:define></ut:include>
<ut:include ref="wifi"><ut:define name="intf">wlan0</ut:define></ut:include>
</ut:case>
+
+ <ut:case id="1744_RaspberryPi Zero 2 Post-install">
+ <ut:define name="model">Raspberry Pi Zero 2</ut:define>
+ <ut:include ref="uboot-video" />
+ <ut:include ref="uboot-serial" />
+ <ut:include ref="flash-kernel" />
+ <ut:include ref="reboot" />
+ <ut:include ref="shutdown" />
+ <ut:include ref="ram-free"><ut:define name="mem">300-500MB</ut:define></ut:include>
+ <ut:include ref="usb-file-transfer" />
+ <ut:include ref="audio">
+ <ut:define name="device">an HDMI monitor that supports audio plugged into
+ the HDMI0 output</ut:define>
+ <ut:define name="output">HDMI0 port</ut:define>
+ </ut:include>
+ <ut:include ref="wifi"><ut:define name="intf">wlan0</ut:define></ut:include>
+ </ut:case>
</ut:configuration>
Follow ups