Dear Mentors,

I have implemented the following components after our last discussion:

1. Ability to configure product testing, to specify multiple products to
test, versions, provisioning methods and various deployment platform. The
config is implemented using JSON and looks something like this:

"products": {
                "esb": {
                        "enabled":"true",
                        "name": "wso2esb",
                        "version": "4.9.0",
                        "provisioning_method": "puppet"
                }
        }


This is pretty rudimentary at this point and will get sophisticated as we
add more features.

2. Enhanced existing test framework to also account puppet provisioning.

3. Redirect test results from all the products to a final report-like log
file, which contains success/failure along with test run times.

The changes can be reviewed in the git repo [1], would love to get your
feedback/comments. I would schedule a hangout call for tomorrow (6/29) at
10am for demo.

Thanks,
Abhishek

[1]. https://github.com/abhishek0198/test-framework
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to