From 1bc2b3ded0d76ff6fff88c297343a4352a13c3d2 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Thu, 6 Dec 2018 17:05:17 -0500 Subject: [PATCH] LAVA: force start of systemd timesyncd service The root filesystem (/) is mounted with 700 permission and timesyncd/systemd expect 755 to work... go figure. Signed-off-by: Jonathan Rajotte --- scripts/system-tests/template_lava_job.jinja2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/system-tests/template_lava_job.jinja2 b/scripts/system-tests/template_lava_job.jinja2 index e4270e9..fcf7e01 100644 --- a/scripts/system-tests/template_lava_job.jinja2 +++ b/scripts/system-tests/template_lava_job.jinja2 @@ -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 -- 2.34.1