diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 11:30:20 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 11:30:20 +0200 |
commit | 8ea5b85fcab2b101157419c5c7feb634542c4d40 (patch) | |
tree | a90583b4af5aea73e838cafcde92812c26d64e53 | |
parent | 303f3f74d26c8d6a6aa438403f44c7552c4e9444 (diff) |
bin:graphics_stress_test -> graphics_stress_test.py
-rwxr-xr-x | bin/graphics_stress_test.py (renamed from bin/graphics_stress_test) | 2 | ||||
-rw-r--r-- | units/stress/jobs.pxu | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/graphics_stress_test b/bin/graphics_stress_test.py index bab2221..d467b3f 100755 --- a/bin/graphics_stress_test +++ b/bin/graphics_stress_test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# graphics_stress_test +# graphics_stress_test.py # # This file is part of Checkbox. # diff --git a/units/stress/jobs.pxu b/units/stress/jobs.pxu index 0a1ce27..cff2bd7 100644 --- a/units/stress/jobs.pxu +++ b/units/stress/jobs.pxu @@ -434,7 +434,7 @@ requires: package.name == 'x11-apps' user: root environ: PLAINBOX_SESSION_SHARE -command: graphics_stress_test --iterations 20 -b repeat -d -o $PLAINBOX_SESSION_SHARE/graphics-stress-results && echo "Graphics Stress Test completed successfully" || echo "Graphics Stress Test completed, but there are errors. Please see the log $PLAINBOX_SESSION_SHARE/graphics-stress-results for details" && false +command: graphics_stress_test.py --iterations 20 -b repeat -d -o $PLAINBOX_SESSION_SHARE/graphics-stress-results && echo "Graphics Stress Test completed successfully" || echo "Graphics Stress Test completed, but there are errors. Please see the log $PLAINBOX_SESSION_SHARE/graphics-stress-results for details" && false _description: Run the graphics stress test. This test can take a few minutes. |