Done! This time all works just fine. :-)

Just one more thing. I'd like to have the marking names declared in the .flentrc file so that I don't have to type them every time I run a test. With that in mind, I created the ~/.flentrc file and added the following lines:

[global]
marking_names=10=0x28;11=0x2C;13=0x34;15=0x3C;17=0x44;19=0x4C;21=0x54;23=0x5C

But when I run a test:
flent rrul_var -H 10.111.38.60 --test-parameter bidir_streams=2 markings=11,13

The system returns the following error:
flent: error: unrecognized arguments: markings=11,13

Looks like the flentrc file is not being read by flent. The file's permissions are as follows:

-rw-r--r-- 1 administrator administrator 755 Dec 8 16:39 .flentrc

Any idea on how can I make it work?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.