Skip to content

Commit

Permalink
i-s-t: add basic podman tests
Browse files Browse the repository at this point in the history
Let's start testing `podman` on the hosts that support it.
  • Loading branch information
miabbott committed Oct 11, 2018
1 parent 2ec57a2 commit d2415c9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/improved-sanity-test/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,13 @@
- docker_pull_run_remove
- rhcos

# TEST
# Verify that basic `podman` operations are successful.
- role: podman_pull_run_remove
tags:
- podman_pull_run_remove
- rhcos

# TEST
# Validate 'atomic pull', 'atomic scan' works correctly.
# Remove images after test of each command.
Expand Down Expand Up @@ -616,6 +623,11 @@
- docker_pull_run_remove
- rhcos

- role: podman_pull_run_remove
tags:
- podman_pull_run_remove
- rhcos

# Check layered package is still installed
- role: rpm_ostree_install_verify
roiv_package_name: "{{ g_pkg }}"
Expand Down

0 comments on commit d2415c9

Please sign in to comment.