On Thu, Jul 15, 2010 at 01:03:59PM -0400, Will Woods wrote:
> Right. We might be able to cheat a little by changing the control files
> to pass the dict as keyword args, like so:
> -job.run_test('classname', name=name, config=autoqa_config, ...)
> +job.run_test('classname', **autoqa_args)
> If that works as expected, we can avoid having to change the test
> wrappers... but see below.

I modified autoqa script to passing arguments via **autoqa_args
[PATCH 1].
According to this change, I modified:
* helloworld test [PATCH 2]
* control files for all tests [PATCH 3]
* templates for all hooks [PATCH 4]

Patches are in following e-mails.
_______________________________________________
autoqa-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/autoqa-devel

Reply via email to