summaryrefslogtreecommitdiff
path: root/application-benchmark-target.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'application-benchmark-target.yaml')
-rw-r--r--application-benchmark-target.yaml35
1 files changed, 0 insertions, 35 deletions
diff --git a/application-benchmark-target.yaml b/application-benchmark-target.yaml
deleted file mode 100644
index f8c28b6..0000000
--- a/application-benchmark-target.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-metadata:
- name: target-stop
- format: "Lava-Test-Shell Test Definition 1.0"
- description: "Wrapper for notifying the host side that target side is ready,
- and waiting for the singal from host side to stop target."
- maintainer:
- - yongqin.liu@linaro.org
- os:
- - android
- scope:
- - functional
- devices:
- - juno
-
-params:
- TEST_NAME: "application-benchmark"
-
-run:
- steps:
- - lava-test-case step1-cat-build-info --shell cat /system/build.prop
- - SERIALNO=$(getprop ro.serialno)
- - IPADDR=$(getprop dhcp.eth0.ipaddress)
- # if serial number exists it's preferred over IP based adb connection
- # This means we're on 'usb only' device with WiFi connectivity
- - if [ ! -z $SERIALNO ]; then IPADDR=$SERIALNO; fi
- - if [ -z $SERIALNO ]
- - then
- - lava-test-case step2-get-adb --shell getprop service.adb.tcp.port
- - lava-test-case step3-set-adb --shell setprop service.adb.tcp.port 5555
- - lava-test-case step3-set-adb-root --shell setprop service.adb.root 1
- - lava-test-case step4-stop-adbd --shell stop adbd
- - lava-test-case step5-start-adbd --shell start adbd
- - fi
- - lava-test-case step6-send-ip --shell lava-send application-benchmark-target-ready-send-ip ipaddr=$IPADDR
- - lava-test-case step7-multinode-sync --shell lava-sync application-benchmark-stop-target