Re: [systemd-devel] Scripting a server test

2015-06-18 Thread Lennart Poettering
On Mon, 15.06.15 12:17, Johannes Ernst (johannes.er...@gmail.com) wrote: > This is a best-practice question. > > I’d like to automate testing of a web application (running in a container) by > running curl from the host. The logical sequence should be: > > * boot container using local tar file

[systemd-devel] Scripting a server test

2015-06-15 Thread Johannes Ernst
This is a best-practice question. I’d like to automate testing of a web application (running in a container) by running curl from the host. The logical sequence should be: * boot container using local tar file or existing directory * wait until container is-system-running=true * on the container