summaryrefslogtreecommitdiff
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2020-07-14 13:10:10 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2020-07-14 13:10:10 +0200
commit3d69541c675faf77efa26f68cc69e781f09f2b92 (patch)
tree3a247b3898af8096a9b5d0e9178cdf1a1981b3c3
parentdd04c6040eb7158fda5ae7d7de5dacda5bcd1b06 (diff)
bin:resolution_test -> resolution_test.py
-rwxr-xr-xbin/resolution_test.py (renamed from bin/resolution_test)0
-rw-r--r--units/graphics/jobs.pxu4
-rw-r--r--units/graphics/legacy.pxu4
3 files changed, 4 insertions, 4 deletions
diff --git a/bin/resolution_test b/bin/resolution_test.py
index 55a7828..55a7828 100755
--- a/bin/resolution_test
+++ b/bin/resolution_test.py
diff --git a/units/graphics/jobs.pxu b/units/graphics/jobs.pxu
index 20eda41..652eeea 100644
--- a/units/graphics/jobs.pxu
+++ b/units/graphics/jobs.pxu
@@ -68,7 +68,7 @@ id: graphics/{index}_resolution_{product_slug}
requires:
device.category == 'VIDEO'
package.name == 'zenity'
-command: resolution_test | zenity --text-info
+command: resolution_test.py | zenity --text-info
estimated_duration: 10.00
_summary: Test default resolution for {vendor} {product}
_description:
@@ -109,7 +109,7 @@ requires:
device.category == 'VIDEO'
command:
source graphics_env.sh {driver} {index}
- resolution_test --horizontal 800 --vertical 600
+ resolution_test.py --horizontal 800 --vertical 600
estimated_duration: 0.331
_summary: Test that {vendor} {product} meets minimum resolution requirement
_description:
diff --git a/units/graphics/legacy.pxu b/units/graphics/legacy.pxu
index c254476..1970287 100644
--- a/units/graphics/legacy.pxu
+++ b/units/graphics/legacy.pxu
@@ -29,7 +29,7 @@ id: graphics/resolution
requires:
device.category == 'VIDEO'
flags: deprecated
-command: resolution_test
+command: resolution_test.py
estimated_duration: 0.750
_summary: Test default resolution (for old checkbox)
_description:
@@ -64,7 +64,7 @@ category_id: com.canonical.plainbox::graphics
id: graphics/minimum_resolution
requires:
device.category == 'VIDEO'
-command: resolution_test --horizontal 800 --vertical 600
+command: resolution_test.py --horizontal 800 --vertical 600
estimated_duration: 0.331
_summary: Test that system meets minimum resolution requirement
_description: