Fix: systems-tests: wrong file extension. yaml -> yml
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 9 Mar 2021 20:03:55 +0000 (15:03 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 9 Mar 2021 20:04:16 +0000 (15:04 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
lava/system-tests/setup.yaml [deleted file]
lava/system-tests/setup.yml [new file with mode: 0644]

diff --git a/lava/system-tests/setup.yaml b/lava/system-tests/setup.yaml
deleted file mode 100644 (file)
index 34c23c3..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-metadata:
-    format: Lava-Test Test Definition 1.0
-    name: x86-env-setup
-    description: "Basic environment setup for x86 board"
-    os:
-      - ubuntu
-    devices:
-      - x86
-run:
-  steps:
-    - git clone https://github.com/lttng/lttng-ci ci
-    - chmod 755 /
-    - systemctl start systemd-timesyncd
-    - echo nameserver 172.18.0.12 > /etc/resolv.conf
-    - ip a
-    - groupadd tracing
-    - depmod -a
-    - locale-gen en_US.UTF-8
-    - apt-get update
-    - apt-get upgrade
-    - apt-get install -y systemtap-sdt-dev openssh-server
-    - pip3 install 'pip==20.3'
-    - hash -r
-    - pip3 install vlttng
-    - cp lava/system-tests/authorized_keys /root/.ssh/authorized_keys
-    - chmod 600 /root/.ssh/authorized_keys
-    - sync
diff --git a/lava/system-tests/setup.yml b/lava/system-tests/setup.yml
new file mode 100644 (file)
index 0000000..34c23c3
--- /dev/null
@@ -0,0 +1,27 @@
+metadata:
+    format: Lava-Test Test Definition 1.0
+    name: x86-env-setup
+    description: "Basic environment setup for x86 board"
+    os:
+      - ubuntu
+    devices:
+      - x86
+run:
+  steps:
+    - git clone https://github.com/lttng/lttng-ci ci
+    - chmod 755 /
+    - systemctl start systemd-timesyncd
+    - echo nameserver 172.18.0.12 > /etc/resolv.conf
+    - ip a
+    - groupadd tracing
+    - depmod -a
+    - locale-gen en_US.UTF-8
+    - apt-get update
+    - apt-get upgrade
+    - apt-get install -y systemtap-sdt-dev openssh-server
+    - pip3 install 'pip==20.3'
+    - hash -r
+    - pip3 install vlttng
+    - cp lava/system-tests/authorized_keys /root/.ssh/authorized_keys
+    - chmod 600 /root/.ssh/authorized_keys
+    - sync
This page took 0.031861 seconds and 4 git commands to generate.