diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 11:32:04 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 11:32:04 +0200 |
commit | 06f88fc75c416f0cfd1e5fa33795962e33d87033 (patch) | |
tree | 29342500b21a4a3490df1ae6a6227dae12c2951b /units/suspend | |
parent | 8ea5b85fcab2b101157419c5c7feb634542c4d40 (diff) |
bin:gst_pipeline_test -> gst_pipeline_test.py
Diffstat (limited to 'units/suspend')
-rw-r--r-- | units/suspend/suspend-graphics.pxu | 2 | ||||
-rw-r--r-- | units/suspend/suspend.pxu | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/units/suspend/suspend-graphics.pxu b/units/suspend/suspend-graphics.pxu index d55ad69..124878e 100644 --- a/units/suspend/suspend-graphics.pxu +++ b/units/suspend/suspend-graphics.pxu @@ -175,7 +175,7 @@ requires: package.name == 'gir1.2-gst-plugins-base-0.10' or package.name == 'gir1.2-gst-plugins-base-1.0' command: source graphics_env.sh {{ driver }} {{ index }} - gst_pipeline_test -t 2 'videotestsrc ! videoconvert ! autovideosink' || gst_pipeline_test -t 2 'videotestsrc ! ffmpegcolorspace ! autovideosink' + gst_pipeline_test.py -t 2 'videotestsrc ! videoconvert ! autovideosink' || gst_pipeline_test.py -t 2 'videotestsrc ! ffmpegcolorspace ! autovideosink' _summary: Test that video can be displayed after suspend with {{ vendor }} {{ product }} _description: PURPOSE: diff --git a/units/suspend/suspend.pxu b/units/suspend/suspend.pxu index f2fe233..d063274 100644 --- a/units/suspend/suspend.pxu +++ b/units/suspend/suspend.pxu @@ -512,7 +512,7 @@ requires: command: audio_settings.py store --file=$PLAINBOX_SESSION_SHARE/pulseaudio_settings audio_settings.py set --device=pci --volume=50 - gst_pipeline_test -t 2 'audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! autoaudiosink' + gst_pipeline_test.py -t 2 'audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! autoaudiosink' EXIT_CODE=$? audio_settings.py restore --file=$PLAINBOX_SESSION_SHARE/pulseaudio_settings exit $EXIT_CODE @@ -2185,7 +2185,7 @@ category_id: com.canonical.plainbox::suspend requires: package.name == 'xorg' package.name == 'gir1.2-gst-plugins-base-0.10' or package.name == 'gir1.2-gst-plugins-base-1.0' -command: gst_pipeline_test -t 2 'videotestsrc ! videoconvert ! autovideosink' || gst_pipeline_test -t 2 'videotestsrc ! ffmpegcolorspace ! autovideosink' +command: gst_pipeline_test.py -t 2 'videotestsrc ! videoconvert ! autovideosink' || gst_pipeline_test.py -t 2 'videotestsrc ! ffmpegcolorspace ! autovideosink' _summary: Test that video can be displayed after suspend with {vendor} {product} _description: PURPOSE: @@ -2203,7 +2203,7 @@ requires: device.category == 'VIDEO' package.name == 'xorg' package.name == 'gir1.2-gst-plugins-base-0.10' or package.name == 'gir1.2-gst-plugins-base-1.0' -command: gst_pipeline_test -t 2 'videotestsrc ! videoconvert ! autovideosink' || gst_pipeline_test -t 2 'videotestsrc ! ffmpegcolorspace ! autovideosink' +command: gst_pipeline_test.py -t 2 'videotestsrc ! videoconvert ! autovideosink' || gst_pipeline_test.py -t 2 'videotestsrc ! ffmpegcolorspace ! autovideosink' _summary: Test that video can be displayed after suspend _description: PURPOSE: |