Skip to content

Commit

Permalink
add comment in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant Tiwari committed May 14, 2024
1 parent d9f3502 commit 2c94f6e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/tests_deployment/test_conda_store_scaling.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,14 @@ def build_n_environments(n, builds, session):

@pytest.mark.filterwarnings("ignore::urllib3.exceptions.InsecureRequestWarning")
def test_scale_up_and_down(patched_secret_token, api_client, requests_session):
"""
Adds an admin token in conda-store-secret
Restarts conda-store-server.
Creates environment.
Validate pod scale-up.
Validate environment creation.
Validates pod scale-down.
"""
builds = []
_initial_deployment_count = get_deployment_count(api_client)
log.info(f"Deployments at the start of the test: {_initial_deployment_count}")
Expand Down

0 comments on commit 2c94f6e

Please sign in to comment.