olg33 writes: > Hi, > > I just received from a a colleague that is no longer with us a > customized test file (.conf) to run bandwidth tests with DSCP marks > for different types of services. It worked fine in his VM (Ubuntu > 18.06). Now, once I imported the same file on directory > /usr/share/flent/flent/tests of my VM and run the test, it displays > the following alarm: > >> ERROR: Unable to load JSON from 'FILE_NAME.conf' : Expecting value: >line 1 column 1 (char 0) This indicates that it's trying to load the test file as a data file. Are you passing the full test filename to Flent? You should just use the test name (without the .conf part) and it should pick up the file. Also, note that Flent now lets you specify per-flow DSCP marks as test parameters when you launch a test, so your custom file may not be needed anymore. If it is, though, I'll be happy to consider it for inclusion into the repository (if it's at least minimally applicable outside of your environment). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/203#issuecomment-603399701