291b6bf test_config_check: Fix few issues

Authored and Committed by lslebodn 6 years ago
    test_config_check: Fix few issues
    
    * enable few tests
    * malformed configuration file due to missing closing ']'
    * fix few expected failures
    * add few sections into whitelist test
    * crash in test if count of expected failures is different then real
      value
    
    [ RUN      ] config_check_test_bad_subdom_option_name
    [rule/allowed_domain_options]: Attribute 'debug_leTYPOvel' is not allowed in section 'domain/A.test/B.A.test'. Check for typos.
    [rule/allowed_subdomain_options]: Attribute 'debug_leTYPOvel' is not allowed in section 'domain/A.test/B.A.test'. Check for typos.
    [  ERROR   ] --- Test failed with exception: Segmentation fault(11)
    
    Reviewed-by: Michal Židek <mzidek@redhat.com>