]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runtime/cases: Only disable/enable for current boot
authorWes Lindauer <wesley.lindauer@gmail.com>
Mon, 12 Apr 2021 03:50:34 +0000 (23:50 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 18 Apr 2021 10:37:28 +0000 (11:37 +0100)
commit43dd83b6a325589368c980a3f17cab90935aaeb0
tree36a12dfb9abb2a9780871889de225667fb38f3ca
parent589a5695befb887f290746a3fc85d291fcb881ff
oeqa/runtime/cases: Only disable/enable for current boot

Previously doing a stop/start worked, but using a disable/enable does
not work on a read-only rootfs. Add a --runtime flag to systemctl so
that systemd only modifies the current boot and does not attempt to
write to the filesystem.

This also keeps the test from making a permanent (one could argue
policy) change to the running system being tested. i.e. What if the
image being tested had intentionally disabled the timesyncd service in
preference to using chrony or ntpd? The test shouldn't assume that the
user wants the timesyncd service enabled.

Signed-off-by: Wes Lindauer <wesley.lindauer@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/date.py
meta/lib/oeqa/runtime/cases/rtc.py