Skip to content

Commit

Permalink
Fix: sts update strategy testcase matcher
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Aug 13, 2024
1 parent 484bee5 commit 2f98340
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion acto/input/test_generators/stateful_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ def replicas_tests(schema: IntegerSchema) -> list[TestCase]:


@test_generator(
property_name="updateStrategy", priority=Priority.SEMANTIC
property_name="updateStrategy",
property_type="Object",
priority=Priority.SEMANTIC,
)
def stateful_set_update_strategy_tests(schema: ObjectSchema) -> list[TestCase]:
"""Generate test cases for StatefulSetUpdateStrategy field"""
Expand Down

0 comments on commit 2f98340

Please sign in to comment.