diff --git a/tempest/api/network/test_security_groups_negative.py b/tempest/api/network/test_security_groups_negative.py index b9765c8d80..a3b0a82fc4 100644 --- a/tempest/api/network/test_security_groups_negative.py +++ b/tempest/api/network/test_security_groups_negative.py @@ -153,6 +153,7 @@ class NegativeSecGroupTest(base.BaseSecGroupTest): # Create rule for icmp protocol with invalid ports states = [(1, 256, 'Invalid value for ICMP code'), + (-1, 25, 'Invalid value'), (None, 6, 'ICMP type (port-range-min) is missing'), (300, 1, 'Invalid value for ICMP type')] for pmin, pmax, msg in states: