summaryrefslogtreecommitdiff
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2017-09-18 21:07:39 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2017-09-18 21:07:39 +0200
commit56a862984254566177d4752ce7f15b114d56b5e3 (patch)
tree6660f5c48c156ac761bb716155174307210b812e
parent06ebc0457992bddfca74c3decc554d70ffdd310d (diff)
Delete obsolete jobs
-rw-r--r--units/daemons/jobs.pxu77
-rw-r--r--units/mir/jobs.pxu23
-rw-r--r--units/panel_clock_test/jobs.pxu30
-rw-r--r--units/panel_reboot/jobs.pxu12
-rw-r--r--units/peripheral/jobs.pxu42
-rw-r--r--units/rendercheck/jobs.pxu16
-rw-r--r--units/server-services/jobs.pxu48
7 files changed, 0 insertions, 248 deletions
diff --git a/units/daemons/jobs.pxu b/units/daemons/jobs.pxu
deleted file mode 100644
index d528bdf9..00000000
--- a/units/daemons/jobs.pxu
+++ /dev/null
@@ -1,77 +0,0 @@
-plugin: shell
-category_id: com.canonical.plainbox::daemons
-id: daemons/atd
-requires: package.name == 'at'
-command: pgrep -f '/usr/sbin/atd' >/dev/null
-_description: Test if the atd daemon is running when the package is installed.
-
-plugin: shell
-category_id: com.canonical.plainbox::daemons
-id: daemons/cron
-requires: package.name == 'cron'
-command: pgrep -f '/usr/sbin/cron' >/dev/null
-_description: Test if the cron daemon is running when the package is installed.
-
-plugin: shell
-category_id: com.canonical.plainbox::daemons
-id: daemons/cupsd
-requires: package.name == 'cupsys'
-command: pgrep -f '/usr/sbin/cupsd' >/dev/null
-_description: Test if the cupsd daemon is running when the package is installed.
-
-plugin: shell
-category_id: com.canonical.plainbox::daemons
-id: daemons/getty
-requires: package.name == 'util-linux'
-command: pgrep -f '/sbin/getty' >/dev/null
-_description: Test if the getty daemon is running when the package is installed.
-
-plugin: shell
-category_id: com.canonical.plainbox::daemons
-id: daemons/init
-command: pgrep -f '/sbin/init' >/dev/null
-_description: Test if the init daemon is running when the package is installed.
-
-plugin: shell
-category_id: com.canonical.plainbox::daemons
-id: daemons/klogd
-requires: package.name == 'klogd'
-command: pgrep -f '/sbin/klogd' >/dev/null
-_description: Test if the klogd daemon is running when the package is installed.
-
-plugin: shell
-category_id: com.canonical.plainbox::daemons
-id: daemons/nmbd
-requires: package.name == 'samba'
-command: pgrep -f '/usr/sbin/nmbd' >/dev/null
-_description: Test if the nmbd daemon is running when the package is installed.
-
-plugin: shell
-category_id: com.canonical.plainbox::daemons
-id: daemons/smbd
-requires: package.name == 'samba'
-command: pgrep -f '/usr/sbin/smbd' >/dev/null
-_description: Test if the smbd daemon is running when the package is installed.
-
-plugin: shell
-category_id: com.canonical.plainbox::daemons
-id: daemons/syslogd
-requires: package.name == 'syslogd'
-command: pgrep -f '/sbin/syslogd' >/dev/null
-_description: Test if the syslogd daemon is running when the package is installed.
-
-plugin: shell
-category_id: com.canonical.plainbox::daemons
-id: daemons/udevd
-requires:
- package.name == 'udevd'
-command: pgrep -f '/sbin/udevd' >/dev/null
-_description: Test if the udevd daemon is running when the package is installed.
-
-plugin: shell
-category_id: com.canonical.plainbox::daemons
-id: daemons/winbindd
-requires: package.name == 'winbind'
-command: pgrep -f '/usr/sbin/winbindd' >/dev/null
-_description: Test if the winbindd daemon is running when the package is installed.
-
diff --git a/units/mir/jobs.pxu b/units/mir/jobs.pxu
deleted file mode 100644
index 113f713a..00000000
--- a/units/mir/jobs.pxu
+++ /dev/null
@@ -1,23 +0,0 @@
-unit: template
-template-resource: mir
-template-filter: mir.category == 'integration'
-estimated_duration: 0.5
-plugin: shell
-category_id: com.canonical.plainbox::mir
-id: mir/integration/{name}
-requires: package.name == 'mir-test-tools'
-command: mir_integration_tests --gtest_filter={name}*
-_summary: MIR Integration test ({name})
-_description: Run {name} test from MIR Integration tests.
-
-unit: template
-template-resource: mir
-template-filter: mir.category == 'acceptance'
-estimated_duration: 0.5
-plugin: shell
-category_id: com.canonical.plainbox::mir
-id: mir/acceptance/{name}
-requires: package.name == 'mir-test-tools'
-command: mir_acceptance_tests --gtest_filter={name}*
-_summary: MIR Acceptance test ({name})
-_description: Run {name} test from MIR Acceptance tests.
diff --git a/units/panel_clock_test/jobs.pxu b/units/panel_clock_test/jobs.pxu
deleted file mode 100644
index 206c8b63..00000000
--- a/units/panel_clock_test/jobs.pxu
+++ /dev/null
@@ -1,30 +0,0 @@
-id: panel_clock/verify
-plugin: manual
-requires: package.name == 'gnome-system-tools'
-_description:
- PURPOSE:
- This test will verify that the desktop clock displays the correct date and time
- STEPS:
- 1. Check the clock in the upper right corner of your desktop.
- VERIFICATION:
- Is the clock displaying the correct date and time for your timezone?
-
-id: panel_clock/test
-plugin: user-interact-verify
-depends: panel_clock/verify
-requires: package.name == 'gnome-system-tools'
-user: root
-command: date -s "`date -d '1 hour'`"
-_description:
- PURPOSE:
- This test will verify that the desktop clock synchronizes with the system clock.
- STEPS:
- 1. Commence the test and verify the clock moves ahead by 1 hour.
- Note: It may take a minute or so for the clock to refresh
- 2. Right click on the clock, then click on "Time & Date Settings..."
- 3. Ensure that your clock application is set to manual.
- 4. Change the time 1 hour back
- 5. Close the window and reboot
- VERIFICATION:
- Is your system clock displaying the correct date and time for your timezone?
-
diff --git a/units/panel_reboot/jobs.pxu b/units/panel_reboot/jobs.pxu
deleted file mode 100644
index 76808745..00000000
--- a/units/panel_reboot/jobs.pxu
+++ /dev/null
@@ -1,12 +0,0 @@
-plugin: manual
-id: panel_reboot_test
-_description:
- PURPOSE:
- This test will verify that you can reboot your system from the desktop menu
- STEPS:
- 1. Click the Gear icon in the upper right corner of the desktop and click on "Shut Down"
- 2. Click the "Restart" button on the left side of the Shut Down dialog
- 3. After logging back in, restart System Testing and it should resume here
- VERIFICATION:
- Did your system restart and bring up the GUI login cleanly?
-
diff --git a/units/peripheral/jobs.pxu b/units/peripheral/jobs.pxu
deleted file mode 100644
index 95992edd..00000000
--- a/units/peripheral/jobs.pxu
+++ /dev/null
@@ -1,42 +0,0 @@
-plugin: manual
-category_id: com.canonical.plainbox::peripheral
-id: peripheral/printer
-_description:
- PURPOSE:
- This test will verify that a network printer is usable
- STEPS:
- 1. Make sure that a printer is available in your network
- 2. Click on the Gear icon in the upper right corner and then click on Printers
- 3. If the printer isn't already listed, click on Add
- 4. The printer should be detected and proper configuration values should be displayed
- 5. Print a test page
- VERIFICATION:
- Were you able to print a test page to the network printer?
-
-plugin: user-interact-verify
-category_id: com.canonical.plainbox::peripheral
-id: peripheral/external-usb-modem
-command: network_check
-_description:
- PURPOSE:
- This test will verify that a USB DSL or Mobile Broadband modem works
- STEPS:
- 1. Connect the USB cable to the computer
- 2. Right click on the Network icon in the panel
- 3. Select 'Edit Connections'
- 4. Select the 'DSL' (for ADSL modem) or 'Mobile Broadband' (for 3G modem) tab
- 5. Click on 'Add' button
- 6. Configure the connection parameters properly
- 7. Notify OSD should confirm that the connection has been established
- 8. Select Test to verify that it's possible to establish an HTTP connection
- VERIFICATION:
- Was the connection correctly established?
-
-plugin: shell
-category_id: com.canonical.plainbox::peripheral
-id: peripheral/external-usb-modem-http
-depends: peripheral/external-usb-modem
-command: wget -SO /dev/null http://$TRANSFER_SERVER
-_description:
- Automated test case to make sure that it's possible to download files through HTTP
-
diff --git a/units/rendercheck/jobs.pxu b/units/rendercheck/jobs.pxu
deleted file mode 100644
index ff386a4f..00000000
--- a/units/rendercheck/jobs.pxu
+++ /dev/null
@@ -1,16 +0,0 @@
-plugin: shell
-category_id: com.canonical.plainbox::graphics
-id: rendercheck/tests
-requires:
- package.name == 'x11-apps'
-command: ( rendercheck_test -b repeat -b gradients -d -o $PLAINBOX_SESSION_SHARE/rendercheck-results && echo "Rendercheck tests completed successfully" ) || ( echo "Error running rendercheck. Please see the log $PLAINBOX_SESSION_SHARE/rendercheck-results for details" >&2 && false )
-_description:
- Runs all of the rendercheck test suites. This test can take a few minutes.
-
-plugin: attachment
-category_id: com.canonical.plainbox::graphics
-id: rendercheck/tarball
-depends: rendercheck/tests
-command: [ -e $PLAINBOX_SESSION_SHARE/rendercheck-results ] && tar cvfz $PLAINBOX_SESSION_SHARE/rendercheck-results.tar.gz $PLAINBOX_SESSION_SHARE/rendercheck-results && cat $PLAINBOX_SESSION_SHARE/rendercheck-results.tar.gz
-_description: Attach log from rendercheck tests
-
diff --git a/units/server-services/jobs.pxu b/units/server-services/jobs.pxu
deleted file mode 100644
index de388be8..00000000
--- a/units/server-services/jobs.pxu
+++ /dev/null
@@ -1,48 +0,0 @@
-plugin: shell
-id: services/open_ssh_test
-requires: package.name == 'ssh'
-command: pgrep sshd >/dev/null || (echo 'FAIL: sshd is not running.' 2>&1 && false)
-_description: Verifies that sshd is running.
-
-plugin: shell
-id: services/print_server_test
-requires: package.name == 'cups'
-command: pgrep cupsd >/dev/null || (echo 'FAIL: cupsd is not running.' 2>&1 && false)
-_description: Verifies that Print/CUPs server is running.
-
-plugin: shell
-id: services/dns_server_test
-requires:
- package.name == 'bind9'
- package.name == 'dnsutils'
-user: root
-command: dns_server_test
-_description: Verifies that DNS server is running and working.
-
-plugin: shell
-id: services/samba_test
-requires:
- package.name == 'samba'
- package.name == 'winbind'
-user: root
-command: samba_test
-_description: Verifies that Samba server is running.
-
-plugin: shell
-id: services/lamp_test
-requires:
- package.name == 'apache2'
- package.name == 'php5-mysql'
- package.name == 'libapache2-mod-php5'
- package.name == 'mysql-server'
-user: root
-command: lamp_test
-_description: Verifies that the LAMP stack is running (Apache, MySQL and PHP).
-
-plugin: shell
-id: services/tomcat_test
-requires: package.name == 'tomcat6'
-user: root
-command: tomcat_test
-_description: Verifies that Tomcat server is running and working.
-