Skip to content

Commit

Permalink
parametrize
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Dec 3, 2024
1 parent 7f245bb commit 38d6cb0
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,14 @@ async def test_cluster_scaling_up_starts_multiple_instances(
mock_rabbitmq_post_message.reset_mock()


@pytest.mark.parametrize(
"with_docker_join_drained", ["with_AUTOSCALING_DOCKER_JOIN_DRAINED"], indirect=True
)
@pytest.mark.parametrize(
"with_drain_nodes_labelled",
["with_AUTOSCALING_DRAIN_NODES_WITH_LABELS"],
indirect=True,
)
@pytest.mark.parametrize(
"scale_up_params1, scale_up_params2",
[
Expand Down

0 comments on commit 38d6cb0

Please sign in to comment.