RequiredTests
Introduction
autopkgtest tests can be very easily integrated into existing source packages and easily test-run locally. http://developer.ubuntu.com/packaging/html/auto-pkg-test.html shows how to easily get started with this kind of tests.
If you decide to work on one of the tests, please add @SIG@ behind the package in question and if you submitted a test-case for review already, you might want to add a link to it.
Required Tests
For the following packages we require autopkgtest tests.
simple compile/link/run tests
The idea here is to test if we can easily compile and link against these libraries and run some very basic code.
The following tests might serve as inspiration:
libdconf-dev -- rafalcieslak256
- libatk1.0-dev
libgdk-pixbuf2.0-dev -- rafalcieslak256 2012-10-31 21:36:30
- libmysqlclient-dev
- libwebkitgtk-3.0-dev
- libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev
- libnux-3.0-dev
- libunity-core-6.0-dev, libunity-dev
- libindicator3-dev
- libsoup2.4-dev
- librsvg2-dev
- libsecret-1-dev
- libarchive-dev
- libdbusmenu-glib-dev, libdbusmenu-gtk3-dev
- libgdata-dev
- libical-dev
- libpoppler-dev
libcairo2-dev -- rafalcieslak256 2012-10-30 22:30:00
- libfolks-dev
- libtelepathy-glib-dev
- libtelepathy-qt4-dev
- libbluetooth-dev
- libmessaging-menu-dev
- libpulse-dev
- libqt4-dev
- libvte-2.90-dev
- libaccountsservice-dev
- libbamf3-dev
libfluidsynth-dev -- rafalcieslak256 2012-10-30 22:30:00
libasound2-dev -- rafalcieslak256 2012-10-30 22:30:00
libpng12-dev -- rafalcieslak256 2012-10-31 21:36:30
libpango1.0-dev -- rafalcieslak256 2012-10-31 21:36:30
functionality tests
The following packages don't have tests at all. It'd be great to let tests exercise the most common functionality and workflow (ie. for d-conf this might be: check reading, writing of schema keys, handling of invalid values for types, and schema creation/compilation, for a lens this might be: create a temporary home directory with some files, and check that these files are found).
gzip - -- dholbach 2012-10-30 20:06:29
- d-conf
- unity-lens-files
- unity-lens-photos
- unity-applications-daemon
- indicator-session
- indicator-messages
- valac (we support several versions with a metapackage, ensure that this pulls in everything required)
- evince (autopilot: open a simple PDF, scroll through it, verify that it is displaying something)
- eog (autopilot: open various kinds of images, change between them with mouse and cursor, verify that it is displaying something)
run upstream test suite against system installed packages
What we want to do here is to get the upstream test suite run as part of the autopkgtest.
This is what's done here as well:
- apt
- aptdaemon
bzr (isn't this already in place? - andrewsomething)
- python-apt
- python-launchpadlib
- mysql-5.5
- ubuntuone
- bamf
- webkit
fixing existing tests
red ones on https://jenkins.qa.ubuntu.com/view/Raring/view/AutoPkgTest/ ; there are a few which never succeeded
- maas
- network-manager
- software-center
- unity-firefox-extension