aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>2019-12-23 22:51:56 +0100
committerEnric Balletbo i Serra <enric.balletbo@collabora.com>2019-12-24 08:42:41 +0100
commit0921835b5016f14c867dc157892b1cb7390831fe (patch)
tree989f71bd2ce9c8827d6719c462ba55a99c34e659
parent9b0ae514eda1944a234ac0bfb3fa23992bd8e54f (diff)
downloadcros-ec-tests-0921835b5016f14c867dc157892b1cb7390831fe.tar.gz
crostests.yaml: Rename cros-ec.yaml to crostests
To be coherent with the name, rename the test definition name from cros-ec.yaml to crostests.yaml. Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
-rw-r--r--cros-ec.yaml9
-rw-r--r--crostests.yaml9
2 files changed, 9 insertions, 9 deletions
diff --git a/cros-ec.yaml b/cros-ec.yaml
deleted file mode 100644
index ed888d7..0000000
--- a/cros-ec.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
-metadata:
- name: cros-ec
- description: "cros-ec test plan"
- environment:
- - lava-test-shell
-
-run:
- steps:
- - python3 $(pwd)/test-cros-ec.py
diff --git a/crostests.yaml b/crostests.yaml
new file mode 100644
index 0000000..67774bf
--- /dev/null
+++ b/crostests.yaml
@@ -0,0 +1,9 @@
+metadata:
+ name: crostests
+ description: "cros test plan"
+ environment:
+ - lava-test-shell
+
+run:
+ steps:
+ - python3 -m runners.lava_runner