dd247c7 add bits for translating anaconda kickstart_tests to openQA

Authored and Committed by adamwill 8 years ago
    add bits for translating anaconda kickstart_tests to openQA
    
    perl2json converts the openQA templates file to JSON (so we
    can parse it with Python). kstest-converter does the meat of
    the work of translating kickstart-tests to openQA tests: its
    'kickstarts' subcommand produces .ks files from the .ks.in
    files (you need to then make them available via HTTP somehow),
    its 'templates' subcommand produces openQA 'test suites' and
    'job templates' and merges them into an existing templates
    file. Then you can load the templates file and fire off the
    tests.
    
        
file added
+244
file added
+10