3d34673 ipatest: Remove warning message for 'idnssoaserial'

2 files Authored by carlmart 2 years ago, Committed by frenaud 2 years ago,
    ipatest: Remove warning message for 'idnssoaserial'
    
    The tests must be updated to not expect the
    deprecation warning messages for the 'idnssoaserial'
    parameter. Those should (successfully) fail when
    'dnszone_add' and 'dnszone_mod' commands are
    executed with the SOA serial parameter provided.
    
    Also, due to this SOA serial deprecation, an
    expected-to-fail test should be defined when a
    DNS zone is added (dnszone_add) and the SOA serial
    is passed as a parameter.
    
    Fixes: https://pagure.io/freeipa/issue/9249
    Signed-off-by: Carla Martinez <carlmart@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>
    Reviewed-By: Rafael Guterres Jeffman <rjeffman@redhat.com>