Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | e2e: add tests for systemd | Emilien Macchi | 2018-12-12 |
Add functional tests to start a container from systemd. This patch will: - create a systemd unit file to start redis container - create the container with `podman create` - enable the service - start the container with systemd - check that the service is actually running Signed-off-by: Emilien Macchi <emilien@redhat.com> |