diff options
Diffstat (limited to 'units/suspend')
-rw-r--r-- | units/suspend/suspend.pxu | 87 | ||||
-rw-r--r-- | units/suspend/test-plan.pxu | 10 |
2 files changed, 0 insertions, 97 deletions
diff --git a/units/suspend/suspend.pxu b/units/suspend/suspend.pxu index 9d905da..3c55b47 100644 --- a/units/suspend/suspend.pxu +++ b/units/suspend/suspend.pxu @@ -97,35 +97,6 @@ _description: plugin: shell category_id: com.canonical.plainbox::suspend -id: suspend/bluetooth_obex_send_before_suspend -estimated_duration: 10.0 -requires: - package.name == 'bluez' - executable.name == 'obexftp' - device.category == 'BLUETOOTH' -command: - if [ -z "$BTDEVADDR" ] - then - echo "btdevaddr option not set to device address of Bluetooth target in checkbox.conf" - exit 1 - fi - if rfkill list bluetooth | grep -q 'Hard blocked: yes' - then - echo "rfkill list shows BT is hard blocked" - fi - if rfkill list bluetooth | grep -q 'Soft blocked: yes' - then - echo "rfkill list shows BT is soft blocked, removing before testing" - rfkill unblock bluetooth - sleep 3 - fi - set -o pipefail; bluetooth_test.py "$PLAINBOX_PROVIDER_DATA"/images/JPEG_Color_Image_Ubuntu.jpg "$BTDEVADDR" send 2>&1 | ansi_parser.py -_summary: Bluetooth OBEX send before suspend -_description: - This is an automated Bluetooth file transfer test. It sends an image to the device specified by the BTDEVADDR environment variable. - -plugin: shell -category_id: com.canonical.plainbox::suspend id: suspend/bluetooth_obex_browse_before_suspend estimated_duration: 10.0 requires: @@ -1001,64 +972,6 @@ _description: plugin: shell category_id: com.canonical.plainbox::suspend -id: suspend/bluetooth_obex_send_after_suspend -depends: suspend/suspend_advanced_auto -estimated_duration: 10.0 -requires: - package.name == 'bluez' - executable.name == 'obexftp' - device.category == 'BLUETOOTH' -command: - if [ -z "$BTDEVADDR" ] - then - echo "btdevaddr option not set to device address of Bluetooth target in checkbox.conf" - exit 1 - fi - if rfkill list bluetooth | grep -q 'Hard blocked: yes' - then - echo "rfkill list shows BT is hard blocked" - fi - if rfkill list bluetooth | grep -q 'Soft blocked: yes' - then - echo "rfkill list shows BT is soft blocked, removing before testing" - rfkill unblock bluetooth - sleep 3 - fi - set -o pipefail; bluetooth_test.py "$PLAINBOX_PROVIDER_DATA"/images/JPEG_Color_Image_Ubuntu.jpg "$BTDEVADDR" send 2>&1 | ansi_parser.py -_description: - This is an automated Bluetooth file transfer test. It sends an image to the device specified by the BTDEVADDR environment variable. - -plugin: shell -category_id: com.canonical.plainbox::suspend -id: suspend/bluetooth_obex_send_after_suspend_auto -depends: suspend/suspend_advanced_auto -estimated_duration: 10.0 -requires: - package.name == 'bluez' - executable.name == 'obexftp' - device.category == 'BLUETOOTH' -command: - if [ -z "$BTDEVADDR" ] - then - echo "btdevaddr option not set to device address of Bluetooth target in checkbox.conf" - exit 1 - fi - if rfkill list bluetooth | grep -q 'Hard blocked: yes' - then - echo "rfkill list shows BT is hard blocked" - fi - if rfkill list bluetooth | grep -q 'Soft blocked: yes' - then - echo "rfkill list shows BT is soft blocked, removing before testing" - rfkill unblock bluetooth - sleep 3 - fi - set -o pipefail; bluetooth_test.py "$PLAINBOX_PROVIDER_DATA"/images/JPEG_Color_Image_Ubuntu.jpg "$BTDEVADDR" send 2>&1 | ansi_parser.py -_description: - This is an automated Bluetooth file transfer test. It sends an image to the device specified by the BTDEVADDR environment variable. - -plugin: shell -category_id: com.canonical.plainbox::suspend id: suspend/bluetooth_obex_browse_after_suspend depends: suspend/suspend_advanced_auto estimated_duration: 10.0 diff --git a/units/suspend/test-plan.pxu b/units/suspend/test-plan.pxu index 5d1cfeb..b93f184 100644 --- a/units/suspend/test-plan.pxu +++ b/units/suspend/test-plan.pxu @@ -34,8 +34,6 @@ include: suspend/audio_before_suspend certification-status=blocker suspend/cpu_before_suspend certification-status=blocker suspend/memory_before_suspend certification-status=blocker - suspend/bluetooth_obex_send_before_suspend certification-status=blocker - bluetooth4/beacon_eddystone_url_.* certification-status=blocker bootstrap_include: device @@ -48,9 +46,6 @@ include: suspend/audio_after_suspend_auto certification-status=blocker suspend/cpu_after_suspend_auto certification-status=blocker suspend/memory_after_suspend_auto certification-status=blocker - suspend/bluetooth_detect_after_suspend_auto certification-status=blocker - suspend/bluetooth_obex_send_after_suspend_auto certification-status=blocker - after-suspend-bluetooth4/beacon_eddystone_url_.* certification-status=blocker bootstrap_include: device @@ -63,8 +58,6 @@ include: suspend/audio_before_suspend certification-status=blocker suspend/cpu_before_suspend certification-status=blocker suspend/memory_before_suspend certification-status=blocker - suspend/bluetooth_obex_send_before_suspend certification-status=blocker - bluetooth4/beacon_eddystone_url_.* certification-status=blocker bootstrap_include: device @@ -77,9 +70,6 @@ include: suspend/audio_after_suspend_auto certification-status=blocker suspend/cpu_after_suspend_auto certification-status=blocker suspend/memory_after_suspend_auto certification-status=blocker - suspend/bluetooth_detect_after_suspend_auto certification-status=blocker - suspend/bluetooth_obex_send_after_suspend_auto certification-status=blocker - after-suspend-bluetooth4/beacon_eddystone_url_.* certification-status=blocker bootstrap_include: device |