Add negative policy tests

This commit is contained in:
Ekaterina Chernitsyna 2023-10-18 13:08:15 +03:00
parent b58af1b01b
commit 5eae65b471
2 changed files with 62 additions and 47 deletions

View 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"