Re: [Discuss] Automated Itegration Test for Python Cartridge Agent

2015-02-10 Thread Imesh Gunaratne
Thanks guys! As a part of this effort I have done following: - Fixed topology class variable initialization issue in Topology Context: 814206754534a0ef6be90eb224bb1889f9e171fd - Fixed Git logic which was not working due to using %r instead of %s in string place holders: 9ec6e0c287ffcd2a0cc7578fcf3

Re: [Discuss] Automated Itegration Test for Python Cartridge Agent

2015-02-10 Thread Isuru Haththotuwa
This is great. Nice work imesh! On Tue, Feb 10, 2015 at 9:32 PM, Imesh Gunaratne wrote: > Hi Devs, > > I have some good news! I implemented an automated integration test for > Python Cartridge Agent (PCA) to verify its logic at build time without > waiting to execute a complete workflow by bundl

Re: [Discuss] Automated Itegration Test for Python Cartridge Agent

2015-02-10 Thread Chamila De Alwis
Great work Imesh! This is indeed good news. It was really difficult to test the PCA as a component until now. Regards, Chamila de Alwis Software Engineer | WSO2 | +94772207163 Blog: code.chamiladealwis.com On Tue, Feb 10, 2015 at 9:32 PM, Imesh Gunaratne wrote: > Hi Devs, > > I have some goo

[Discuss] Automated Itegration Test for Python Cartridge Agent

2015-02-10 Thread Imesh Gunaratne
Hi Devs, I have some good news! I implemented an automated integration test for Python Cartridge Agent (PCA) to verify its logic at build time without waiting to execute a complete workflow by bundling PCA in a VM or Docker image. This test copy the PCA distribution to a new folder under target/,