Skip to content

nmci.tests: fix `echo -n` calls + import of `systemd`

Filip Pokryvka requested to merge fp/unit_tests_fix into main

echo -n is not working in pure sh, (except distros where sh == bash). Use printf instead.

Detect pytest env correctly for failed systemd import.

@Runtests:pass

Merge request reports

Loading