Skip to content

Commit

Permalink
smoke tests after AAP installation
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
chr-stian committed Oct 19, 2023
1 parent 739f2ee commit a825b3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions galaxy_ng/tests/integration/api/test_artifact_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

# TODO Refactor get_client to provide access to bearer token
@pytest.mark.deployment_standalone
@pytest.mark.installer_smoke_test
def test_download_artifact(ansible_config, upload_artifact, galaxy_client):
config = ansible_config("partner_engineer")
api_client = get_client(config, request_token=True, require_auth=True)
Expand Down
1 change: 1 addition & 0 deletions galaxy_ng/tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
repositories: tests verifying custom repositories
all: tests that are unmarked and should pass in all deployment modes
galaxy_stage_ansible: tests that run against galaxy-stage.ansible.com
installer_smoke_test: smoke tests to validate AAP installation (VM)
"""

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit a825b3e

Please sign in to comment.