diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 13:48:34 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 13:48:34 +0200 |
commit | 9e45ca37e8e621faf24271a7e6131de06f197859 (patch) | |
tree | 3efdb80ce8bfd0cec9250f4763856666f01b67e1 /units/graphics | |
parent | fe6e02d5f21035503fe024a560f7cc760b07bc5e (diff) |
bin:xrandr_cycle -> xrandr_cycle.py
Diffstat (limited to 'units/graphics')
-rw-r--r-- | units/graphics/jobs.pxu | 2 | ||||
-rw-r--r-- | units/graphics/legacy.pxu | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/units/graphics/jobs.pxu b/units/graphics/jobs.pxu index 09ce03c..30da64e 100644 --- a/units/graphics/jobs.pxu +++ b/units/graphics/jobs.pxu @@ -220,7 +220,7 @@ requires: package.name == 'xorg' depends: graphics/VESA_drivers_not_in_use command: source graphics_env.sh {driver} {index} - xrandr_cycle --screenshot-dir $PLAINBOX_SESSION_SHARE + xrandr_cycle.py --screenshot-dir $PLAINBOX_SESSION_SHARE estimated_duration: 250.000 _summary: Test resolution cycling for {vendor} {product} _description: diff --git a/units/graphics/legacy.pxu b/units/graphics/legacy.pxu index 498c559..5f20f7b 100644 --- a/units/graphics/legacy.pxu +++ b/units/graphics/legacy.pxu @@ -126,7 +126,7 @@ category_id: com.canonical.plainbox::graphics id: graphics/cycle_resolution requires: package.name == 'xorg' depends: graphics/VESA_drivers_not_in_use -command: xrandr_cycle --screenshot-dir $PLAINBOX_SESSION_SHARE +command: xrandr_cycle.py --screenshot-dir $PLAINBOX_SESSION_SHARE estimated_duration: 250.000 _summary: Test resolution cycling _description: |