diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 13:24:20 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 13:24:20 +0200 |
commit | 48c38f969deb767935fe2b6212b428fecd79b69c (patch) | |
tree | f50b79cb93993192a21ffd483bd776216e38908a /units/suspend | |
parent | 77b17f872c9ad1780a018eef9cea1ab4c957b5a7 (diff) |
bin:sleep_test_log_check -> sleep_test_log_check.py
Diffstat (limited to 'units/suspend')
-rw-r--r-- | units/suspend/suspend.pxu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/suspend/suspend.pxu b/units/suspend/suspend.pxu index e59d931..101e27f 100644 --- a/units/suspend/suspend.pxu +++ b/units/suspend/suspend.pxu @@ -307,7 +307,7 @@ category_id: com.canonical.plainbox::suspend id: suspend/suspend-single-log-check depends: suspend/suspend_advanced_auto estimated_duration: 1.2 -command: [ -e $PLAINBOX_SESSION_SHARE/suspend_single.log ] && sleep_test_log_check -v s3 $PLAINBOX_SESSION_SHARE/suspend_single.log +command: [ -e $PLAINBOX_SESSION_SHARE/suspend_single.log ] && sleep_test_log_check.py -v s3 $PLAINBOX_SESSION_SHARE/suspend_single.log _summary: Automated check of the suspend log for errors reported by fwts plugin: attachment @@ -334,7 +334,7 @@ category_id: com.canonical.plainbox::suspend id: suspend/{index}_hybrid-sleep-single-log-check depends: suspend/{index}_hybrid_sleep_{product_slug} estimated_duration: 1.2 -command: [ -e $PLAINBOX_SESSION_SHARE/{index}_hybrid_sleep_single.log ] && sleep_test_log_check -v s3 $PLAINBOX_SESSION_SHARE/{index}_hybrid_sleep_single.log +command: [ -e $PLAINBOX_SESSION_SHARE/{index}_hybrid_sleep_single.log ] && sleep_test_log_check.py -v s3 $PLAINBOX_SESSION_SHARE/{index}_hybrid_sleep_single.log _summary: Automated check of the hybrid sleep log for errors reported by fwts unit: template |