forked from TrueCloudLab/frostfs-testcases
Add negative policy tests
This commit is contained in:
parent
b58af1b01b
commit
5eae65b471
2 changed files with 62 additions and 47 deletions
4
pytest_tests/resources/policy_error_patterns.py
Normal file
4
pytest_tests/resources/policy_error_patterns.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
NOT_PARSE_POLICY = "can't parse placement policy"
|
||||
NOT_ENOUGH_TO_SELECT = "selector is not enough"
|
||||
NOT_FOUND_FILTER = "filter not found"
|
||||
NOT_FOUND_SELECTOR = "selector not found"
|
Loading…
Add table
Add a link
Reference in a new issue