summaryrefslogtreecommitdiff
diff options
-rw-r--r--units/zapper/resource.pxu11
-rw-r--r--units/zapper/test-plan.pxu4
2 files changed, 9 insertions, 6 deletions
diff --git a/units/zapper/resource.pxu b/units/zapper/resource.pxu
index 81b9d19..fcfe8a8 100644
--- a/units/zapper/resource.pxu
+++ b/units/zapper/resource.pxu
@@ -1,5 +1,8 @@
-id: pig
+id: zapper_capabilities
plugin: resource
-_summary: Get Pig's capabilities
-environ: PIG_HOST
-command: ssh -q -o 'StrictHostKeyChecking=no' "$PIG_HOST" /snap/bin/pigbox capabilities
+_summary: Get Zapper's setup capabilities
+_description:
+ Connect to Zapper and list functions that the current setup (DUT + Zapper) are
+ capable off.
+environ: ZAPPER_HOST
+command: checkbox-support-zapper-proxy get_capabilities
diff --git a/units/zapper/test-plan.pxu b/units/zapper/test-plan.pxu
index ce287ff..db7ded7 100644
--- a/units/zapper/test-plan.pxu
+++ b/units/zapper/test-plan.pxu
@@ -11,6 +11,6 @@ unit: test plan
_name: Tests using Zapper
_description: Tests using Zapper
include:
- monitor/pig-edid
+ monitor/zapper-edid
bootstrap_include:
- pig
+ zapper_capabilities