Re: [Dev] [DEV] [GSoC Dockerfiles] Project update - Migration to Golang

2016-08-08 Thread Abhishek Tiwari
Hi Vishanth, Thanks for pointing this, I have updated the config path to be relative to the source root. Thanks Abhishek On Thu, Aug 4, 2016 at 10:36 AM, Vishanth Balasubramaniam < vishan...@wso2.com> wrote: > Hi Abhishek, > > I see that you have given absolute path for "TestConfigPath" in >

Re: [Dev] [DEV] [GSoC Dockerfiles] Project update - Migration to Golang

2016-08-03 Thread Vishanth Balasubramaniam
Hi Abhishek, I see that you have given absolute path for "TestConfigPath" in "common/test-context.go". Why don't we give relative path from the project directory for this? Regards, Vishanth On Mon, Jul 11, 2016 at 5:22 PM, Imesh Gunaratne wrote: > Hi Abhishek, > > On Mon, Jul

Re: [Dev] [DEV] [GSoC Dockerfiles] Project update - Migration to Golang

2016-07-11 Thread Imesh Gunaratne
Hi Abhishek, On Mon, Jul 11, 2016 at 1:53 PM, Abhishek Tiwari < abhishek.tiwari0...@gmail.com> wrote: > Hi Mentors, > > I have been working on migrating the WSO2 Dockerfiles test framework from > bash and python to use Golang. I must say, its been quite a ride but > finally the migration has

[Dev] [DEV] [GSoC Dockerfiles] Project update - Migration to Golang

2016-07-11 Thread Abhishek Tiwari
Hi Mentors, I have been working on migrating the WSO2 Dockerfiles test framework from bash and python to use Golang. I must say, its been quite a ride but finally the migration has been successful. I am happy to offload many important features (logging, JSON parsing etc) to existing Golang