Skip to content

Commit

Permalink
manager: enhance CI tests (#1650)
Browse files Browse the repository at this point in the history
Part of osism/issues#1132

Signed-off-by: Gondermann <[email protected]>
  • Loading branch information
gndrmnn authored Oct 3, 2024
1 parent 82a115d commit c406a08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions molecule/delegated/tests/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,10 @@ def test_manager_service(host):
assert service.is_enabled


def test_function(host):
result = host.run("osism get versions manager")
assert result.rc == 0
assert "osism-ansible" in result.stdout


# Note: initialize.yml tasks were not tested.

0 comments on commit c406a08

Please sign in to comment.