LAVA: force start of systemd timesyncd service
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 6 Dec 2018 22:05:17 +0000 (17:05 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 6 Dec 2018 22:05:17 +0000 (17:05 -0500)
The root filesystem (/) is mounted with 700 permission and
timesyncd/systemd expect 755 to work... go figure.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/system-tests/template_lava_job.jinja2

index e4270e914ea3e256fd656c08f5c906179d1f0a6c..fcf7e01a848309e1fc399d578d3b3713041d17b1 100644 (file)
@@ -75,6 +75,8 @@ actions:
                       - x86
                 run:
                   steps:
+                    - chmod 755 /
+                    - systemctl start systemd-timesyncd
                     - echo nameserver 172.18.0.12 > /etc/resolv.conf
                     - ip a
                     - groupadd tracing
This page took 0.03783 seconds and 4 git commands to generate.