Bug: different interrogation output using command-runner-5.9.2_43 and command-runner-5.9.3_51

to reproduce:


Note: if you are going to test this against 66.66.122.166, please tell me first. Something tells me you could repro this with most any script/test device.


- run the following command, once with each different version of command-runner:

command-runner.sh full-command --ssh admin,P@ssword1! --ssh-port 8022 ./indeni-knowledge/parsers/fortinet/fortigate/get_system_status_interrogation.ind 66.66.122.166

actual:

- very different output, esp. "ERROR -- Interrogation failed - no tags found." 5.9.2_43 succeeds without error and finds 10 tags:

INFO -- Command output:
INFO -- Found 10 tags:
INFO -- high-availability = false
INFO -- hostname = FWF61E4Q16000936
...


expected:

- command-runner-5.9.3_51 should not error out and should find the tags


command-runner-5.9.2_43.out.txt

command-runner-5.9.3_51.out.txt

Thanks for the heads-up, Hawkeye. We will look into this further.