New negative test cases for "pool" test suite

1) "test_create_pool_invalid_name"
   Huge size name for pool creation. Expected: 400 BadRequest

2) "test_create_pool_invalid_hostname_in_ns_records"
   Provided hostname is invalid. Expected: 400 BadRequest

3) "test_create_pool_invalid_priority_in_ns_records"
   Provided priority is invalid. Expected: 400 BadRequest

4) "test_update_pool_with_invalid_name"
   Huge size name for pool update. Expected: 400 BadRequest

5) "test_update_pool_with_invalid_hostname_in_ns_records"
   Provided hostname is invalid. Expected: 400 BadRequest

6) "test_update_pool_with_invalid_priority_in_ns_records"
   Provided priority is invalid. Expected: 400 BadRequest

Change-Id: Id3bf2bee405006170ff69ff4af6b6379ab48736a
1 file changed