eb14f99 Make it possible to call custom functions in Declarative tests

Authored and Committed by pviktori 10 years ago
    Make it possible to call custom functions in Declarative tests
    
    Sometimes, we will want to do more than just call IPA commands and
    check the output. This patch makes it possible to add arbitrary
    functions to Declarative tests. They will be called as part of
    the sequence of tests.
    
    Reviewed-By: Martin Kosek <mkosek@redhat.com>