summaryrefslogtreecommitdiff
path: root/test/e2e/systemd_test.go
Commit message (Collapse)AuthorAge
* e2e: add tests for systemdEmilien Macchi2018-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>