It seems lsperm is getting stuck when file output plugin is used. It is just printing
.............................
Below are my suite:-
conf/simple.conf
input {
stdin {}
}
filter {
clone {}
}
output {
file {
path => "/tmp/test.log"
}
}
input/simple.txt
suite/suite.rb
[
{:name => "simple line in/out", :config => "config/simple.conf", :input => "input/simple.txt", :time => 5},
]