diff --git a/ansible/roles/test/tasks/crm/crm_test_set_threshold.yml b/ansible/roles/test/tasks/crm/crm_test_set_threshold.yml index c64867be718..c44480602b6 100644 --- a/ansible/roles/test/tasks/crm/crm_test_set_threshold.yml +++ b/ansible/roles/test/tasks/crm/crm_test_set_threshold.yml @@ -68,4 +68,22 @@ - "ipv6 neighbor" - "nexthop group member" - "nexthop group object" - - "fdb" \ No newline at end of file + - "fdb" + + - name: "Validate Setting CRM Threshold - Original Value" + shell: crm show thresholds {{item}} | awk '/^$/ {next} NR>4 {if($3!=70 || $4!=85){exit 1}}' + with_items: + - "acl group" + - "acl group entry" + - "acl group counter" + - "acl table" + - "ipv4 route" + - "ipv4 nexthop" + - "ipv4 neighbor" + - "ipv6 route" + - "ipv6 nexthop" + - "ipv6 neighbor" + - "nexthop group member" + - "nexthop group object" + - "fdb" +