...
Simple Rule
Code Block | ||
---|---|---|
| ||
Simple Rule Collapse sourcerulerule { name 'vnf-name' category 'INVALID_NAME' description 'Invalid naming convention' errorText 'Invalid name - attribute does not match xxxxxnnnvbc (where x = alphanumeric and n = numeric)' severity 'MINOR' attributes 'name' validate 'name != null && name.matches("[a-z,0-9]{5}[0-9]{3}vbc")' } |
...