diff options
author | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2022-03-01 13:38:25 +0000 |
---|---|---|
committer | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2022-03-01 13:38:25 +0000 |
commit | 042bf39bb2058e36f88df5d89155c3c4dbb6fe9e (patch) | |
tree | 9cda3a3f3349b57a09e38d0c38f827c3e81f4623 /units | |
parent | 4b243d446eac8d54819c297b4ed071dc5c8f31de (diff) |
Fix: make edid_cycle test compliant with current zapper
Diffstat (limited to 'units')
-rw-r--r-- | units/pig/test-plan.pxu | 16 | ||||
-rw-r--r-- | units/zapper/jobs.pxu (renamed from units/pig/jobs.pxu) | 7 | ||||
-rw-r--r-- | units/zapper/resource.pxu (renamed from units/pig/resource.pxu) | 0 | ||||
-rw-r--r-- | units/zapper/test-plan.pxu | 16 |
4 files changed, 19 insertions, 20 deletions
diff --git a/units/pig/test-plan.pxu b/units/pig/test-plan.pxu deleted file mode 100644 index 071a927..0000000 --- a/units/pig/test-plan.pxu +++ /dev/null @@ -1,16 +0,0 @@ -id: pig-enabled-full -unit: test plan -_name: Tests using Pi Testing Rig -_description: Tests using Pi Testing Rig -include: -nested_part: - pig-enabled-automated - -id: pig-enabled-automated -unit: test plan -_name: Tests using Pi Testing Rig (Automated) -_description: Tests using Pi Testing Rig (Automated) -include: - monitor/pig-edid -bootstrap_include: - pig diff --git a/units/pig/jobs.pxu b/units/zapper/jobs.pxu index b3702ab..acf65f1 100644 --- a/units/pig/jobs.pxu +++ b/units/zapper/jobs.pxu @@ -1,8 +1,7 @@ -id: monitor/pig-edid +id: monitor/zapper-edid category_id: com.canonical.plainbox::monitor plugin: shell estimated_duration: 60 _summary: Check if the system automatically changes the resolution based on EDID -requires: pig.hdmi_bridge == 'installed' -environ: PIG_HOST -command: edid_cycle.py "$PIG_HOST" +environ: ZAPPER_HOST +command: edid_cycle.py "$ZAPPER_HOST" diff --git a/units/pig/resource.pxu b/units/zapper/resource.pxu index 81b9d19..81b9d19 100644 --- a/units/pig/resource.pxu +++ b/units/zapper/resource.pxu diff --git a/units/zapper/test-plan.pxu b/units/zapper/test-plan.pxu new file mode 100644 index 0000000..ce287ff --- /dev/null +++ b/units/zapper/test-plan.pxu @@ -0,0 +1,16 @@ +id: zapper-enabled-full +unit: test plan +_name: Tests using Zapper +_description: Tests using Zapper +include: +nested_part: + zapper-enabled-automated + +id: zapper-enabled-automated +unit: test plan +_name: Tests using Zapper +_description: Tests using Zapper +include: + monitor/pig-edid +bootstrap_include: + pig |