On ubuntu having run_command: /lib/systemd/systemd in kitchen.yml and calling kitchen test or kitchen create will spawn a new systemd "session".
At first I thought I was being logged out and on some runs graphics got messed up completely. But then I found out that switching through Linux' different tty terminals (Ctrl+Alt+F1-F7) I could actually get back to my graphical session with everything still running.
Currently this setup is not usable I would say:
kubuntu 18.04
systemd 237 with /lib/systemd/systemd as run_command
kitchen-docker 2.9.0
kitchen-salt 0.6.0
kitchen-sync 2.2.1
test-kitchen 2.0.1
I was thinking maybe those are recent incompatibilities between the kitchen-* gems and switched to the versions that were recent when the article I was following was published (Jan 7). But these didn't help either:
gem 'kitchen-salt', '0.4.0'
gem 'kitchen-docker', '2.7.0'
gem 'kitchen-sync', '2.2.1'
On ubuntu having
run_command: /lib/systemd/systemdin kitchen.yml and callingkitchen testorkitchen createwill spawn a new systemd "session".At first I thought I was being logged out and on some runs graphics got messed up completely. But then I found out that switching through Linux' different tty terminals (Ctrl+Alt+F1-F7) I could actually get back to my graphical session with everything still running.
Currently this setup is not usable I would say:
kubuntu 18.04
systemd 237 with
/lib/systemd/systemdas run_commandkitchen-docker 2.9.0
kitchen-salt 0.6.0
kitchen-sync 2.2.1
test-kitchen 2.0.1
I was thinking maybe those are recent incompatibilities between the
kitchen-*gems and switched to the versions that were recent when the article I was following was published (Jan 7). But these didn't help either: