Lucas Bremgartner

Results 243 comments of Lucas Bremgartner
trafficstars

Over the weekend, I did some thinking about the implementation of the daemon mode and how it could work. Additionally I created a minimal prototype with some bash scripts to...

I agree, as a start we should limit the usage to the same host (and exclude anything over the network). I assume, that if we really get the daemon mode...

@magnusbaeck I did some work on a daemon mode proof of concept (currently in a private repo, I sent you an invite). This shows, how the daemon can control the...

Sorry for the delay, I guess Tuesday night has already passed. I guess, it would be a good starting point to refactor the package structure, before I start to combine...

I updated my PoC and I am now able to run tests with multiple test cases in a single file as well as test sets consisting of multiple test case...

So based on the above results I feel like we should start to think about the integration into LFV. The main topic for me is, how much are you willing...

An additional feature I just prototyped is, support for different values in the fields for every test case. As a side effect, every test case gets an unique id. This...

> > the question is, do you want to keep the existing cli API and handle all these cases with flags or are you open to a change of the...

> > Good. Are you ok with https://github.com/spf13/cobra and https://github.com/spf13/viper for the command/flag and config file processing? > > I haven't used either of them but they look fine. Looking...

> Interesting approach. I guess I don't understand why you can't generate a JSON file with > > ``` > {"@metadata": {"__lfv_id": 0}, "message": "test case message", "type": "syslog"}} >...