aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom/lava-job-definitions/testplan/wifi.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'lt-qcom/lava-job-definitions/testplan/wifi.yaml')
-rw-r--r--lt-qcom/lava-job-definitions/testplan/wifi.yaml35
1 files changed, 0 insertions, 35 deletions
diff --git a/lt-qcom/lava-job-definitions/testplan/wifi.yaml b/lt-qcom/lava-job-definitions/testplan/wifi.yaml
deleted file mode 100644
index d366869737..0000000000
--- a/lt-qcom/lava-job-definitions/testplan/wifi.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-{% extends device_type %}
-
-{% set job_timeout = 90 %}
-{% block metadata %}
- {{ super() }}
-{% endblock metadata %}
-
-{% block job_name %}lt-qcom-{{OS_INFO}}-wifi-{{BUILD_NUMBER}}{% endblock job_name %}
-
-{% block test_target %}
- {{ super() }}
- - repository: https://git.linaro.org/qa/test-definitions.git
- from: git
- path: automated/linux/wlan-smoke/wlan-smoke.yaml
- params:
- DEVICE: {{WLAN_DEVICE}}
- name: linux-wlan-smoke
- timeout:
- minutes: 5
-
- - repository: https://git.linaro.org/qa/test-definitions.git
- from: git
- path: automated/linux/wlan-download/wlan-download.yaml
- params:
- DEVICE: {{WLAN_DEVICE}}
- ETHERNET_DEVICE: {{ETH_DEVICE}}
- SSID_NAME: LAVATESTX
- SSID_PASSWORD: NepjqGbq
- FILE_URL: http://testdata.validation.linaro.org/stress/stress-network.img
- FILE_CHECKSUM: e5c834fbdaa6bfd8eac5eb9404eefdd4
- TIME_DELAY: {{WLAN_TIME_DELAY}}
- name: linux-wlan-download
- timeout:
- minutes: 20
-{% endblock test_target %}