Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add automated test for Podman support #1764

Open
5 tasks
cherylking opened this issue Nov 29, 2023 · 0 comments
Open
5 tasks

Add automated test for Podman support #1764

cherylking opened this issue Nov 29, 2023 · 0 comments

Comments

@cherylking
Copy link
Member

Once GHA supports installing Podman 4.4 or later, add an automated test to demonstrate that Podman is used for dev mode for containers if Docker is not installed.

Positive test scenarios:

  • Run devc goal/task successfully on Windows when Podman 4.4 is installed and Docker is not installed.
  • Run devc goal/task successfully on Linux when Podman 4.4 is installed and Docker is not installed.
  • Run devc goal/task successfully on Mac when Podman 4.4 is installed and Docker is not installed.

Negative test scenarios:

  • Run devc goal/task when a Podman version < 4.4 is installed and Docker is not installed. Get error stating that the version of Podman is less than the minimum required version.
  • Run devc goal/task when Podman and Docker is not installed. Get error stating that no valid installation of Docker or Podman was found.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant