From 2745cc620464c32453c5f090df40df7fed32bb45 Mon Sep 17 00:00:00 2001 From: Daniel Manrique Date: Fri, 9 May 2014 12:53:32 -0400 Subject: providers:checkbox: Added summary to all local jobs and terminating newline to all job files --- jobs/audio.txt.in | 1 + jobs/benchmarks.txt.in | 3 +++ jobs/bluetooth.txt.in | 2 +- jobs/camera.txt.in | 1 + jobs/codecs.txt.in | 1 + jobs/daemons.txt.in | 1 + jobs/disk.txt.in | 4 ++++ jobs/esata.txt.in | 1 + jobs/ethernet.txt.in | 2 ++ jobs/expresscard.txt.in | 1 + jobs/fingerprint.txt.in | 1 + jobs/firmware.txt.in | 2 ++ jobs/floppy.txt.in | 2 ++ jobs/graphics.txt.in | 1 + jobs/hibernate.txt.in | 1 + jobs/info.txt.in | 2 ++ jobs/input.txt.in | 2 ++ jobs/install.txt.in | 1 + jobs/keys.txt.in | 1 + jobs/led.txt.in | 1 + jobs/local.txt.in | 1 + jobs/memory.txt.in | 1 + jobs/mir.txt.in | 3 +++ jobs/miscellanea.txt.in | 2 ++ jobs/mobilebroadband.txt.in | 1 + jobs/monitor.txt.in | 1 + jobs/networking.txt.in | 2 ++ jobs/optical.txt.in | 9 +++++++++ jobs/panel_clock_test.txt.in | 1 + jobs/panel_reboot.txt.in | 1 + jobs/peripheral.txt.in | 1 + jobs/piglit.txt.in | 1 + jobs/power-management.txt.in | 1 + jobs/rendercheck.txt.in | 1 + jobs/server-services.txt.in | 1 + jobs/smoke.txt.in | 1 + jobs/sniff.txt.in | 1 + jobs/stress.txt.in | 1 + jobs/suspend.txt.in | 2 +- jobs/touchpad.txt.in | 1 + jobs/touchscreen.txt.in | 1 + jobs/usb.txt.in | 1 + jobs/user_apps.txt.in | 5 +++++ jobs/virtualization.txt.in | 1 + jobs/wireless.txt.in | 1 + 45 files changed, 71 insertions(+), 2 deletions(-) (limited to 'jobs') diff --git a/jobs/audio.txt.in b/jobs/audio.txt.in index c862520..c24e356 100644 --- a/jobs/audio.txt.in +++ b/jobs/audio.txt.in @@ -394,3 +394,4 @@ requires: _description: Record mixer settings after suspending 30 times. command: audio_settings store --file=$PLAINBOX_SESSION_SHARE/audio_settings_after_suspend_30_cycles; diff $PLAINBOX_SESSION_SHARE/audio_settings_before_suspend $PLAINBOX_SESSION_SHARE/audio_settings_after_suspend_30_cycles + diff --git a/jobs/benchmarks.txt.in b/jobs/benchmarks.txt.in index efc19db..8f03ff3 100644 --- a/jobs/benchmarks.txt.in +++ b/jobs/benchmarks.txt.in @@ -1,4 +1,5 @@ plugin: local +_summary: Benchmark for each disk id: benchmarks/disk/hdparm-read requires: device.category == 'DISK' _description: Benchmark for each disk @@ -13,6 +14,7 @@ command: EOF plugin: local +_summary: Benchmark for each disk id: benchmarks/disk/hdparm-cache-read requires: device.category == 'DISK' _description: Benchmark for each disk @@ -295,3 +297,4 @@ command: gputest_benchmark tess _description: Run a tessellation test based on TessMark (OpenGL 4.0) Windowed 1024x640 no antialiasing + diff --git a/jobs/bluetooth.txt.in b/jobs/bluetooth.txt.in index 9099e4d..b7fd815 100644 --- a/jobs/bluetooth.txt.in +++ b/jobs/bluetooth.txt.in @@ -1,4 +1,3 @@ - plugin: shell id: bluetooth/detect-output estimated_duration: 1.2 @@ -114,3 +113,4 @@ _description: 6. For keyboards, click the Test button to lauch a small tool. Enter some text into the tool and close it. VERIFICATION: Did the device work as expected? + diff --git a/jobs/camera.txt.in b/jobs/camera.txt.in index 3ba4c8c..23aafed 100644 --- a/jobs/camera.txt.in +++ b/jobs/camera.txt.in @@ -50,3 +50,4 @@ command: camera_test resolutions _description: Takes multiple pictures based on the resolutions supported by the camera and validates their size and that they are of a valid format. + diff --git a/jobs/codecs.txt.in b/jobs/codecs.txt.in index 694c781..c1d953f 100644 --- a/jobs/codecs.txt.in +++ b/jobs/codecs.txt.in @@ -29,3 +29,4 @@ _description: 2. Please close the player to proceed. VERIFICATION: Did the sample play correctly? + diff --git a/jobs/daemons.txt.in b/jobs/daemons.txt.in index 69a76f5..3aaceb6 100644 --- a/jobs/daemons.txt.in +++ b/jobs/daemons.txt.in @@ -64,3 +64,4 @@ 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/jobs/disk.txt.in b/jobs/disk.txt.in index 7e58a62..5d70021 100644 --- a/jobs/disk.txt.in +++ b/jobs/disk.txt.in @@ -4,6 +4,7 @@ command: udev_resource | filter_templates -w "category=DISK" | awk -F': ' '$1 == _description: Detects and displays disks attached to the system. plugin: local +_summary: Check stats changes for each disk id: disk/stats requires: device.category == 'DISK' _description: Check stats changes for each disk @@ -20,6 +21,7 @@ command: EOF plugin: local +_summary: SMART test id: disk/smart requires: package.name == 'smartmontools' @@ -39,6 +41,7 @@ command: EOF plugin: local +_summary: Verify system storage performs at or above baseline performance id: disk/read_performance requires: device.category == 'DISK' @@ -56,6 +59,7 @@ command: EOF plugin: local +_summary: Verify that storage devices, such as Fibre Channel and RAID can be detected and perform under stress. id: disk/storage_devices requires: device.category == 'DISK' diff --git a/jobs/esata.txt.in b/jobs/esata.txt.in index 1a3e2f5..e3c1918 100644 --- a/jobs/esata.txt.in +++ b/jobs/esata.txt.in @@ -35,3 +35,4 @@ _description: VERIFICATION: The verification of this test is automated. Do not change the automatically selected result + diff --git a/jobs/ethernet.txt.in b/jobs/ethernet.txt.in index 35de6b7..51884ea 100644 --- a/jobs/ethernet.txt.in +++ b/jobs/ethernet.txt.in @@ -33,6 +33,7 @@ _description: Did a notification show and was the connection correctly established? plugin: local +_summary: Automated test to walk multiple network cards and test each one in sequence. id: ethernet/multi_nic requires: device.category == 'NETWORK' _description: Automated test to walk multiple network cards and test each one in sequence. @@ -97,6 +98,7 @@ _description: This test executes a maximum throughput test against all the ethernet devices found on the system. plugin: local +_summary: Automated test that tests performance of each wired network device under stress. id: ethernet/stress_performance requires: device.category == 'NETWORK' diff --git a/jobs/expresscard.txt.in b/jobs/expresscard.txt.in index c45351f..4b2ac39 100644 --- a/jobs/expresscard.txt.in +++ b/jobs/expresscard.txt.in @@ -8,3 +8,4 @@ _description: 1. Plug an ExpressCard device into the ExpressCard slot VERIFICATION: Was the device correctly detected? + diff --git a/jobs/fingerprint.txt.in b/jobs/fingerprint.txt.in index 4feb543..45263db 100644 --- a/jobs/fingerprint.txt.in +++ b/jobs/fingerprint.txt.in @@ -27,3 +27,4 @@ _description: 6. Your screen should be unlocked. VERIFICATION: Did the authentication procedure work correctly? + diff --git a/jobs/firmware.txt.in b/jobs/firmware.txt.in index e75360b..73d156f 100644 --- a/jobs/firmware.txt.in +++ b/jobs/firmware.txt.in @@ -1,4 +1,5 @@ plugin: local +_summary: Automated tests for firmware using Firmware Test Suite. id: firmware/fwts requires: package.name == 'fwts' _description: Automated tests for firmware using Firmware Test Suite. @@ -14,6 +15,7 @@ command: EOF plugin: local +_summary: Automated tests for firmware using Firmware Test Suite. id: firmware/fwts_logs requires: package.name == 'fwts' _description: Automated tests for firmware using Firmware Test Suite. diff --git a/jobs/floppy.txt.in b/jobs/floppy.txt.in index 002fe3f..e87febd 100644 --- a/jobs/floppy.txt.in +++ b/jobs/floppy.txt.in @@ -1,4 +1,5 @@ plugin: local +_summary: Floppy test id: floppy/check requires: device.driver == 'floppy' _description: Floppy test @@ -11,3 +12,4 @@ command: user: root command: floppy_test /dev/`ls /sys$path/driver/*/*/*/block` EOF + diff --git a/jobs/graphics.txt.in b/jobs/graphics.txt.in index ca33b54..9daa6fd 100644 --- a/jobs/graphics.txt.in +++ b/jobs/graphics.txt.in @@ -527,3 +527,4 @@ depends: graphics/screenshot_opencv_validation command: base64 ${PLAINBOX_SESSION_SHARE}/screenshot_opencv_validation.jpg _description: Attaches the screenshot captured in graphics/screenshot_opencv_validation. _summary: Attach the screenshot captured for the automatically validated screenshot test + diff --git a/jobs/hibernate.txt.in b/jobs/hibernate.txt.in index 14a60d7..8cf569d 100644 --- a/jobs/hibernate.txt.in +++ b/jobs/hibernate.txt.in @@ -36,3 +36,4 @@ id: power-management/hibernate-single-log-attach command: [ -e $PLAINBOX_SESSION_SHARE/hibernate-single.log ] && cat $PLAINBOX_SESSION_SHARE/hibernate-single.log estimated_duration: 0.5 description: attaches log from single hibernate/resume test to results + diff --git a/jobs/info.txt.in b/jobs/info.txt.in index 8a824d2..940b00a 100644 --- a/jobs/info.txt.in +++ b/jobs/info.txt.in @@ -140,6 +140,7 @@ command: [ `ls /var/log/bootchart/*.tgz 2>/dev/null | wc -l` -lt 2 ] && reboot && sleep 100 plugin: local +_summary: SATA/IDE device information. id: info/hdparm _description: SATA/IDE device information. requires: @@ -224,3 +225,4 @@ id: info/disk_partitions user: root command: parted -l _description: Attaches information about disk partitions + diff --git a/jobs/input.txt.in b/jobs/input.txt.in index 732cf6d..4544b0a 100644 --- a/jobs/input.txt.in +++ b/jobs/input.txt.in @@ -1,4 +1,5 @@ plugin: local +_summary: Pointing device tests. id: input/pointing requires: device.category == 'MOUSE' or device.category == 'TOUCHPAD' or device.category == 'TOUCHSCREEN' @@ -88,3 +89,4 @@ command: VERIFICATION: Did these buttons work as expected? EOF + diff --git a/jobs/install.txt.in b/jobs/install.txt.in index 62d86d5..ae22103 100644 --- a/jobs/install.txt.in +++ b/jobs/install.txt.in @@ -7,3 +7,4 @@ _description: Tests to see that apt can access repositories and get updates (does not install updates). This is done to confirm that you could recover from an incomplete or broken update. + diff --git a/jobs/keys.txt.in b/jobs/keys.txt.in index 13c6a9b..7d4aca4 100644 --- a/jobs/keys.txt.in +++ b/jobs/keys.txt.in @@ -220,3 +220,4 @@ _description: 3. Press the key or switch again to toggle off the light VERIFICATION: Did the keyboard overhead light key or switch turns on and off the light? + diff --git a/jobs/led.txt.in b/jobs/led.txt.in index 5073460..0129f8f 100644 --- a/jobs/led.txt.in +++ b/jobs/led.txt.in @@ -195,3 +195,4 @@ _description: either turned off and on or changed colors. VERIFICATION: Did the Audio LED turn on and off change color as expected? + diff --git a/jobs/local.txt.in b/jobs/local.txt.in index c767f16..287c02a 100644 --- a/jobs/local.txt.in +++ b/jobs/local.txt.in @@ -326,3 +326,4 @@ _description: Sniff Sniffers command: shopt -s extglob cat $PLAINBOX_PROVIDER_DATA/../jobs/sniff.txt?(.in) + diff --git a/jobs/memory.txt.in b/jobs/memory.txt.in index 1678b9b..cacb2a2 100644 --- a/jobs/memory.txt.in +++ b/jobs/memory.txt.in @@ -14,3 +14,4 @@ requires: command: memory_test _description: Test and exercise memory. + diff --git a/jobs/mir.txt.in b/jobs/mir.txt.in index 0482da5..e71089b 100644 --- a/jobs/mir.txt.in +++ b/jobs/mir.txt.in @@ -1,4 +1,5 @@ plugin: local +_summary: MIR Integration tests id: mir/integration requires: package.name == 'mir-test-tools' _description: MIR Integration tests @@ -13,6 +14,7 @@ command: EOF plugin: local +_summary: MIR Acceptance tests id: mir/acceptance requires: package.name == 'mir-test-tools' _description: MIR Acceptance tests @@ -25,3 +27,4 @@ command: command: mir_acceptance_tests --gtest_filter=$1* _description: Run $1 test from MIR Acceptance tests. EOF + diff --git a/jobs/miscellanea.txt.in b/jobs/miscellanea.txt.in index 8626bf8..a10bbdf 100644 --- a/jobs/miscellanea.txt.in +++ b/jobs/miscellanea.txt.in @@ -90,6 +90,7 @@ command: sources_test $SOURCES_LIST "$REPOSITORIES" _description: Checks that a specified sources list file contains the requested repositories plugin: local +_summary: Automated job to generate the PXE verification test for each NIC. id: miscellanea/pxe_boot requires: device.category == 'NETWORK' _description: Automated job to generate the PXE verification test for each NIC. @@ -110,6 +111,7 @@ command: EOF plugin: local +_summary: Automated job to generate the Remote Shared IPMI verification test for each NIC. id: miscellanea/remote_shared_ipmi requires: device.category == 'NETWORK' _description: Automated job to generate the Remote Shared IPMI verification test for each NIC. diff --git a/jobs/mobilebroadband.txt.in b/jobs/mobilebroadband.txt.in index a83b858..1bd2f4b 100644 --- a/jobs/mobilebroadband.txt.in +++ b/jobs/mobilebroadband.txt.in @@ -50,3 +50,4 @@ command: fi exit $EXIT_CODE _description: Creates a mobile broadband connection for a CDMA based modem and checks the connection to ensure it's working. + diff --git a/jobs/monitor.txt.in b/jobs/monitor.txt.in index 3fe919c..8f32a7d 100644 --- a/jobs/monitor.txt.in +++ b/jobs/monitor.txt.in @@ -111,3 +111,4 @@ _description: 3. The screen will go back to the original brightness in 2 seconds. VERIFICATION: Was your screen dimmed approximately to half of the maximum brightness? + diff --git a/jobs/networking.txt.in b/jobs/networking.txt.in index 5b0bb3f..c98ded8 100644 --- a/jobs/networking.txt.in +++ b/jobs/networking.txt.in @@ -6,6 +6,7 @@ estimated_duration: 2.000 _description: Tests whether the system has a working Internet connection. plugin: local +_summary: Network Information id: networking/info requires: device.category == 'NETWORK' _description: Network Information @@ -71,3 +72,4 @@ id: networking/printer requires: package.name == 'cups-client' command: network_printer_test -s $CHECKBOX_SERVER _description: Try to enable a remote printer on the network and print a test page. + diff --git a/jobs/optical.txt.in b/jobs/optical.txt.in index 819d9ee..106838e 100644 --- a/jobs/optical.txt.in +++ b/jobs/optical.txt.in @@ -9,6 +9,7 @@ command: EOF plugin: local +_summary: Optical read test. id: optical/read requires: device.category == 'CDROM' @@ -33,6 +34,7 @@ command: EOF plugin: local +_summary: Automated optical read test. id: optical/read-automated requires: device.category == 'CDROM' @@ -50,6 +52,7 @@ command: EOF plugin: local +_summary: CD write test. id: optical/cdrom-write requires: device.category == 'CDROM' @@ -77,6 +80,7 @@ command: EOF plugin: local +_summary: Automated CD write test id: optical/cdrom-write-automated requires: device.category == 'CDROM' @@ -116,6 +120,7 @@ _description: Did all the steps work? plugin: local +_summary: DVD write test. id: optical/dvd-write requires: device.category == 'CDROM' @@ -143,6 +148,7 @@ command: EOF plugin: local +_summary: Automated DVD write test. id: optical/dvd-write-automated requires: device.category == 'CDROM' @@ -178,6 +184,7 @@ _description: Did the file play? plugin: local +_summary: Automated Blu-Ray read test. id: optical/bluray-read requires: device.category == 'CDROM' _description: Automated Blu-Ray read test. @@ -204,6 +211,7 @@ command: EOF plugin: local +_summary: Automated Blu-Ray write test. id: optical/bluray-write requires: device.category == 'CDROM' _description: Automated Blu-Ray write test. @@ -228,3 +236,4 @@ command: VERIFICATION: This test should automatically select "Yes" if it passes, "No" if it fails. EOF + diff --git a/jobs/panel_clock_test.txt.in b/jobs/panel_clock_test.txt.in index 22f14fb..4c903cd 100644 --- a/jobs/panel_clock_test.txt.in +++ b/jobs/panel_clock_test.txt.in @@ -27,3 +27,4 @@ _description: 5. Close the window and reboot VERIFICATION: Is your system clock displaying the correct date and time for your timezone? + diff --git a/jobs/panel_reboot.txt.in b/jobs/panel_reboot.txt.in index f4e6290..7680874 100644 --- a/jobs/panel_reboot.txt.in +++ b/jobs/panel_reboot.txt.in @@ -9,3 +9,4 @@ _description: 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/jobs/peripheral.txt.in b/jobs/peripheral.txt.in index 17b8d32..b21a345 100644 --- a/jobs/peripheral.txt.in +++ b/jobs/peripheral.txt.in @@ -36,3 +36,4 @@ 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/jobs/piglit.txt.in b/jobs/piglit.txt.in index 4508122..ea48c6b 100644 --- a/jobs/piglit.txt.in +++ b/jobs/piglit.txt.in @@ -78,3 +78,4 @@ depends: piglit/summarize_results command: [ -e $PLAINBOX_SESSION_SHARE/piglit-summary ] && tar cvfz $PLAINBOX_SESSION_SHARE/piglit-results.tar_gz $PLAINBOX_SESSION_SHARE/piglit-summary/ _description: Archives the piglit-summary directory into the piglit-results.tar_gz. + diff --git a/jobs/power-management.txt.in b/jobs/power-management.txt.in index fd4803d..cae2ab3 100644 --- a/jobs/power-management.txt.in +++ b/jobs/power-management.txt.in @@ -237,3 +237,4 @@ _description: successfully otherwise, Select 'No' to indicate there was a problem. VERIFICATION: Did the system shutdown and boot correctly? + diff --git a/jobs/rendercheck.txt.in b/jobs/rendercheck.txt.in index 54dd32e..e665d12 100644 --- a/jobs/rendercheck.txt.in +++ b/jobs/rendercheck.txt.in @@ -11,3 +11,4 @@ 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/jobs/server-services.txt.in b/jobs/server-services.txt.in index e151dea..de388be 100644 --- a/jobs/server-services.txt.in +++ b/jobs/server-services.txt.in @@ -45,3 +45,4 @@ requires: package.name == 'tomcat6' user: root command: tomcat_test _description: Verifies that Tomcat server is running and working. + diff --git a/jobs/smoke.txt.in b/jobs/smoke.txt.in index 4b69314..0e16299 100644 --- a/jobs/smoke.txt.in +++ b/jobs/smoke.txt.in @@ -48,3 +48,4 @@ _description: 2. Set the result as passed VERIFICATION: Check that in the report the result is passed and the comment is displayed + diff --git a/jobs/sniff.txt.in b/jobs/sniff.txt.in index 1fe149b..5309812 100644 --- a/jobs/sniff.txt.in +++ b/jobs/sniff.txt.in @@ -72,3 +72,4 @@ _description: 1. Click Yes VERIFICATION: None Necessary, this is a bogus test + diff --git a/jobs/stress.txt.in b/jobs/stress.txt.in index 5e47714..f2f0d65 100644 --- a/jobs/stress.txt.in +++ b/jobs/stress.txt.in @@ -255,3 +255,4 @@ _description: 2. Press wifi hotkey at a rate of 1 press per second and slowly increase the speed of the tap, until you are tapping as fast as possible VERIFICATION: Verify the system is not frozen and the wifi and bluetooth applets are still visible and functional + diff --git a/jobs/suspend.txt.in b/jobs/suspend.txt.in index bbd3769..668b17b 100644 --- a/jobs/suspend.txt.in +++ b/jobs/suspend.txt.in @@ -1851,7 +1851,6 @@ _description: The verification of this test is automated. Do not change the automatically selected result. - plugin: user-interact id: mediacard/sdxc-insert-after-suspend estimated_duration: 30.0 @@ -2096,3 +2095,4 @@ command: camera_test resolutions _description: Takes multiple pictures based on the resolutions supported by the camera and validates their size and that they are of a valid format after suspend + diff --git a/jobs/touchpad.txt.in b/jobs/touchpad.txt.in index bed4d7e..6bd74be 100644 --- a/jobs/touchpad.txt.in +++ b/jobs/touchpad.txt.in @@ -180,3 +180,4 @@ _description: 1. 4-touch tap (tap with 4 fingers) anywhere on the touchpad VERIFICATION: Did the tap open the Dash? + diff --git a/jobs/touchscreen.txt.in b/jobs/touchscreen.txt.in index 4a888de..2ba81b6 100644 --- a/jobs/touchscreen.txt.in +++ b/jobs/touchscreen.txt.in @@ -90,3 +90,4 @@ _description: 1. 4-touch tap anywhere on the touchscreen VERIFICATION: Did the tap open the Dash? + diff --git a/jobs/usb.txt.in b/jobs/usb.txt.in index 4e6bcc7..2934be9 100644 --- a/jobs/usb.txt.in +++ b/jobs/usb.txt.in @@ -221,3 +221,4 @@ command: removable_storage_test -s 268400000 -m 500000000 usb --driver xhci_hcd _description: This test will check that your USB 3.0 port could be recognized as SuperSpeed USB device using xhci_hcd driver and transfers data correctly. + diff --git a/jobs/user_apps.txt.in b/jobs/user_apps.txt.in index 0907109..db7a8f4 100644 --- a/jobs/user_apps.txt.in +++ b/jobs/user_apps.txt.in @@ -142,6 +142,7 @@ _description: Has Test Folder been successfully deleted? plugin: local +_summary: Common Document Types Test id: software/view_office_document requires: package.name == "ubuntu-desktop" _description: Common Document Types Test @@ -162,6 +163,7 @@ command: EOF plugin: local +_summary: Common Document Types Test id: software/audio_file_play requires: package.name == "ubuntu-desktop" _description: Common Document Types Test @@ -182,6 +184,7 @@ command: EOF plugin: local +_summary: Common Document Types Test id: software/video_file_play requires: package.name == "ubuntu-desktop" _description: Common Document Types Test @@ -202,6 +205,7 @@ command: EOF plugin: local +_summary: Common Document Types Test id: software/view_image_file requires: package.name == "ubuntu-desktop" _description: Common Document Types Test @@ -489,3 +493,4 @@ _description: 3. Close the terminal window. VERIFICATION: Did this perform as expected? + diff --git a/jobs/virtualization.txt.in b/jobs/virtualization.txt.in index 7f4b880..9380311 100644 --- a/jobs/virtualization.txt.in +++ b/jobs/virtualization.txt.in @@ -25,3 +25,4 @@ user: root command: xen_test /images/xentest.img /images/xentest_xml _description: Test to check that a Xen domU image can boot and run on Xen on Ubuntu + diff --git a/jobs/wireless.txt.in b/jobs/wireless.txt.in index 782cd24..77a298b 100644 --- a/jobs/wireless.txt.in +++ b/jobs/wireless.txt.in @@ -317,6 +317,7 @@ _description: respond to requests on the 802.11b protocol. plugin: local +_summary: Automated test that tests performance of each wireless network device under stress. id: wireless/stress_performance requires: device.category == 'NETWORK' -- cgit v1.2.3