Skip to content

Commit

Permalink
Added test
Browse files Browse the repository at this point in the history
  • Loading branch information
audgirka committed Aug 1, 2023
1 parent bd70769 commit b1b3bc8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/molecule/test/b_functional/test_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,12 @@ def test_docker() -> None:
).returncode
== 0
)


def test_kubevirt() -> None:
assert (
run_command(
["molecule", "test", "--scenario-name", "kubevirt"],
).returncode
== 0
)

0 comments on commit b1b3bc8

Please sign in to comment.