Skip to content

Commit

Permalink
tests/kola/docker: Add a basic docker run test
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Sep 21, 2023
1 parent 9e61ed5 commit 20f7a4a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/kola/docker/basic
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/bash
## kola:
## # Must not run this test with another podman test
## exclusive: true
## # This test pulls a container image from remote sources.
## tags: "platform-independent needs-internet"
## description: Verify that running a basic container with docker works.

set -xeuo pipefail

# shellcheck disable=SC1091
. "$KOLA_EXT_DATA/commonlib.sh"

docker run --rm registry.fedoraproject.org/fedora:38 true

ok "basic docker run successfully"
1 change: 1 addition & 0 deletions tests/kola/docker/data/commonlib.sh

0 comments on commit 20f7a4a

Please sign in to comment.