aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorGuillaume Tucker <guillaume.tucker@collabora.com>2019-01-21 16:00:38 +0000
committerGuillaume Tucker <guillaume.tucker@collabora.com>2019-02-13 16:04:24 +0000
commitabe9b22310b02b8baec1c80acd60498df351e57e (patch)
treef30ecb1520149a2803df554f4c7b08643fe6b080 /templates
parent411fee745e8edbf65cf6b655e41b6357c3407351 (diff)
v4l2: rename as v4l2-compliance
Rename the v4l2 test plan as v4l2-compliance to make it clearer what it is about. There may be other v4l2 related test plans in the future with a different name. * rename the v4l2 template files * update test-configs.yaml accordingly * update kernel-arch-complete.sh and lava-boot-v2.sh accordingly Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/v4l2-compliance/generic-depthcharge-tftp-ramdisk-v4l2-compliance-template.jinja2 (renamed from templates/v4l2/generic-depthcharge-tftp-ramdisk-v4l2-template.jinja2)2
-rw-r--r--templates/v4l2-compliance/generic-qemu-v4l2-compliance-template.jinja2 (renamed from templates/v4l2/generic-qemu-v4l2-template.jinja2)2
-rw-r--r--templates/v4l2-compliance/generic-uboot-tftp-ramdisk-v4l2-compliance-template.jinja2 (renamed from templates/v4l2/generic-uboot-tftp-ramdisk-v4l2-template.jinja2)2
-rw-r--r--templates/v4l2-compliance/v4l2-compliance.jinja2 (renamed from templates/v4l2/v4l2.jinja2)0
4 files changed, 3 insertions, 3 deletions
diff --git a/templates/v4l2/generic-depthcharge-tftp-ramdisk-v4l2-template.jinja2 b/templates/v4l2-compliance/generic-depthcharge-tftp-ramdisk-v4l2-compliance-template.jinja2
index 5e5ee1c..422e583 100644
--- a/templates/v4l2/generic-depthcharge-tftp-ramdisk-v4l2-template.jinja2
+++ b/templates/v4l2-compliance/generic-depthcharge-tftp-ramdisk-v4l2-compliance-template.jinja2
@@ -2,6 +2,6 @@
{% block actions %}
{{ super () }}
-{% include 'v4l2/v4l2.jinja2' %}
+{% include 'v4l2-compliance/v4l2-compliance.jinja2' %}
{% endblock %}
diff --git a/templates/v4l2/generic-qemu-v4l2-template.jinja2 b/templates/v4l2-compliance/generic-qemu-v4l2-compliance-template.jinja2
index 84fb839..42f4260 100644
--- a/templates/v4l2/generic-qemu-v4l2-template.jinja2
+++ b/templates/v4l2-compliance/generic-qemu-v4l2-compliance-template.jinja2
@@ -2,7 +2,7 @@
{% block actions %}
{{ super () }}
-{% include 'v4l2/v4l2.jinja2' %}
+{% include 'v4l2-compliance/v4l2-compliance.jinja2' %}
{% endblock %}
diff --git a/templates/v4l2/generic-uboot-tftp-ramdisk-v4l2-template.jinja2 b/templates/v4l2-compliance/generic-uboot-tftp-ramdisk-v4l2-compliance-template.jinja2
index 0cd00e6..2c0219b 100644
--- a/templates/v4l2/generic-uboot-tftp-ramdisk-v4l2-template.jinja2
+++ b/templates/v4l2-compliance/generic-uboot-tftp-ramdisk-v4l2-compliance-template.jinja2
@@ -2,6 +2,6 @@
{% block actions %}
{{ super () }}
-{% include 'v4l2/v4l2.jinja2' %}
+{% include 'v4l2-compliance/v4l2-compliance.jinja2' %}
{% endblock %}
diff --git a/templates/v4l2/v4l2.jinja2 b/templates/v4l2-compliance/v4l2-compliance.jinja2
index 2260aeb..2260aeb 100644
--- a/templates/v4l2/v4l2.jinja2
+++ b/templates/v4l2-compliance/v4l2-compliance.jinja2