summaryrefslogtreecommitdiff
path: root/units/suspend
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2020-07-14 13:48:34 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2020-07-14 13:48:34 +0200
commit9e45ca37e8e621faf24271a7e6131de06f197859 (patch)
tree3efdb80ce8bfd0cec9250f4763856666f01b67e1 /units/suspend
parentfe6e02d5f21035503fe024a560f7cc760b07bc5e (diff)
bin:xrandr_cycle -> xrandr_cycle.py
Diffstat (limited to 'units/suspend')
-rw-r--r--units/suspend/suspend-graphics.pxu2
-rw-r--r--units/suspend/suspend.pxu6
2 files changed, 4 insertions, 4 deletions
diff --git a/units/suspend/suspend-graphics.pxu b/units/suspend/suspend-graphics.pxu
index 74b5cb1..ec1be28 100644
--- a/units/suspend/suspend-graphics.pxu
+++ b/units/suspend/suspend-graphics.pxu
@@ -90,7 +90,7 @@ depends:
estimated_duration: 120.0
command:
source graphics_env.sh {{ driver }} {{ index }}
- xrandr_cycle --keyword={{ index }}_after_suspend --screenshot-dir $PLAINBOX_SESSION_SHARE
+ xrandr_cycle.py --keyword={{ index }}_after_suspend --screenshot-dir $PLAINBOX_SESSION_SHARE
_description:
PURPOSE:
This test will cycle through the detected display modes
diff --git a/units/suspend/suspend.pxu b/units/suspend/suspend.pxu
index 5c6656e..44790da 100644
--- a/units/suspend/suspend.pxu
+++ b/units/suspend/suspend.pxu
@@ -1121,7 +1121,7 @@ id: suspend/cycle_resolutions_after_suspend
estimated_duration: 120.0
requires: package.name == 'xorg'
depends: suspend/suspend_advanced
-command: xrandr_cycle --keyword=after_suspend --screenshot-dir $PLAINBOX_SESSION_SHARE
+command: xrandr_cycle.py --keyword=after_suspend --screenshot-dir $PLAINBOX_SESSION_SHARE
_description:
PURPOSE:
This test will cycle through the detected display modes
@@ -1139,7 +1139,7 @@ id: suspend/{index}_cycle_resolutions_after_suspend_{product_slug}
requires: package.name == 'xorg'
depends: suspend/{index}_suspend_after_switch_to_card_{product_slug}
estimated_duration: 120.0
-command: xrandr_cycle --keyword={index}_after_suspend --screenshot-dir $PLAINBOX_SESSION_SHARE
+command: xrandr_cycle.py --keyword={index}_after_suspend --screenshot-dir $PLAINBOX_SESSION_SHARE
_description:
PURPOSE:
This test will cycle through the detected display modes
@@ -1157,7 +1157,7 @@ depends: suspend/suspend_advanced_auto
_description:
This test will check to make sure supported video modes work after a suspend and resume.
This is done automatically by taking screenshots and uploading them as an attachment.
-command: xrandr_cycle --keyword=after_suspend --screenshot-dir $PLAINBOX_SESSION_SHARE
+command: xrandr_cycle.py --keyword=after_suspend --screenshot-dir $PLAINBOX_SESSION_SHARE
plugin: attachment
category_id: com.canonical.plainbox::suspend