e918562 TESTS: Add @Title to test case docstrings for basic sanity tests

1 file Authored by mrniranjan 5 years ago, Committed by jhrozek 5 years ago,
    TESTS: Add @Title to test case docstrings for basic sanity tests
    
    Adding @Title to specify test case title makes the junit to
    contain the test case title as test casename
    instead of test case function
    
    This required to create test runs for test case management
    system.
    
    Signed-off-by: Niranjan M.R <mrniranjan@redhat.com>
    
    Reviewed-by: Pavel Březina <pbrezina@redhat.com>
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>