diff options
-rw-r--r-- | jobs/local.txt.in | 8 | ||||
-rw-r--r-- | jobs/sniff.txt.in | 75 | ||||
-rw-r--r-- | po/POTFILES.in | 1 | ||||
-rw-r--r-- | units/sniff.pxu | 35 |
4 files changed, 0 insertions, 119 deletions
diff --git a/jobs/local.txt.in b/jobs/local.txt.in index 3d6183a..664221d 100644 --- a/jobs/local.txt.in +++ b/jobs/local.txt.in @@ -326,11 +326,3 @@ _description: Smoke tests command: shopt -s extglob cat $PLAINBOX_PROVIDER_DATA/../jobs/smoke.txt?(.in) - -id: __sniff__ -plugin: local -_description: Sniff Sniffers -command: - shopt -s extglob - cat $PLAINBOX_PROVIDER_DATA/../jobs/sniff.txt?(.in) - diff --git a/jobs/sniff.txt.in b/jobs/sniff.txt.in deleted file mode 100644 index 36a7909..0000000 --- a/jobs/sniff.txt.in +++ /dev/null @@ -1,75 +0,0 @@ -plugin: user-interact -id: sniff/sniff7 -command: true -_description: - PURPOSE: - To sniff things out - STEPS: - 1. Click Yes - VERIFICATION: - None Necessary, this is a bogus test - -plugin: manual -id: sniff/sniff6 -_description: - PURPOSE: - To sniff things out - STEPS: - 1. Click Yes - VERIFICATION: - None Necessary, this is a bogus test - -plugin: manual -id: sniff/sniff5 -_description: - PURPOSE: - To sniff things out - STEPS: - 1. Click Yes - VERIFICATION: - None Necessary, this is a bogus test - -plugin: user-interact -id: sniff/sniff4 -command: reboot -user: root -_description: - PURPOSE: - Simulates a failure by rebooting the machine - STEPS: - 1. Click test to trigger a reboot - 2. Select "Continue" once logged back in and checkbox is restarted - VERIFICATION: - You won't see the user verification - -plugin: manual -id: sniff/sniff3 -_description: - PURPOSE: - If Recovery is successful, you will see this test on restarting checkbox, not - sniff4. - STEPS: - 1. Click Yes - VERIFICATION: - None Necessary, this is a bogus test - -plugin: manual -id: sniff/sniff2 -_description: - PURPOSE: - To sniff things out - STEPS: - 1. Click Yes - VERIFICATION: - None Necessary, this is a bogus test - -plugin: manual -id: sniff/sniff1 -_description: - PURPOSE: - To sniff things out - STEPS: - 1. Click Yes - VERIFICATION: - None Necessary, this is a bogus test - diff --git a/po/POTFILES.in b/po/POTFILES.in index ea358f1..47c702b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -37,7 +37,6 @@ [type: gettext/rfc822deb] jobs/rendercheck.txt.in [type: gettext/rfc822deb] jobs/server-services.txt.in [type: gettext/rfc822deb] jobs/smoke.txt.in -[type: gettext/rfc822deb] jobs/sniff.txt.in [type: gettext/rfc822deb] jobs/stress.txt.in [type: gettext/rfc822deb] jobs/suspend.txt.in [type: gettext/rfc822deb] jobs/touchpad.txt.in diff --git a/units/sniff.pxu b/units/sniff.pxu deleted file mode 100644 index c8e69e9..0000000 --- a/units/sniff.pxu +++ /dev/null @@ -1,35 +0,0 @@ -id: sniff -_name: All Sniff Tests -unit: test plan -description: - This is an example test plan to start from. - To use, copy this file and add the jobs you want to run to the copy. Delete - these comments. DO NOT delete the first 9 jobs in tis file. - They are resource gathering jobs and are necessary to do any testing at all. -include: - cdimage - cpuinfo - device - dmi - dpkg - efi - environment - gconf - lsb - meminfo - module - package - rtc - sleep - uname - info/audio_device_driver - sniff/sniff7 - sniff/sniff6 - sniff/sniff5 - sniff/sniff4 - sniff/sniff3 - sniff/sniff2 - sniff/sniff1 - power-management/rtc - suspend/suspend_advanced - suspend/suspend-time-check |