Fix: system-tests: create .ssh folder on setup
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 9 Mar 2021 20:54:04 +0000 (15:54 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 9 Mar 2021 20:54:04 +0000 (15:54 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
lava/system-tests/setup.yml

index 43ca645696682c42e0a22c5677833ffd66ff6dd2..bf79fbe0b7a8734fb6d759713b414c881a0431fa 100644 (file)
@@ -22,6 +22,8 @@ run:
     - hash -r
     - pip3 install vlttng
     - git clone https://github.com/lttng/lttng-ci ci
+    - mkdir -p /root/.ssh
+    - chmod 700 /root/.ssh
     - cp lava/system-tests/authorized_keys /root/.ssh/authorized_keys
     - chmod 600 /root/.ssh/authorized_keys
     - sync
This page took 0.023 seconds and 4 git commands to generate.