Michael Thanh
Michael Thanh
Took me some time to find this - is there a section in the docs somewhere that lists out all the possible arguments you can supply when instantiating client? That'd...
Also, the above worked without needing to supply flags at all, and supplying flags `-hc` or `--helpcenter` did not work. Unless I did something wrong, it seems like that portion...
function27 stdin: ``` export PS1=SH-PROMPT: mkdir -p lux_logs/latest_run/output_files echo ' ' | curl -is -X POST -d @- -u admin:admin -H "Content-type: application/vnd.yang.data+xml" [REDACTED_URL] >> lux_logs/latest_run/output_files/FUNC-027-DRYRUN-CREATE.tmp ``` function27 stdout: ```...
function28 stdin: ``` export PS1=SH-PROMPT: mkdir -p lux_logs/latest_run/output_files echo ' ' | curl -is -X POST -d @- -u admin:admin -H "Content-type: application/vnd.yang.data+xml" [REDACTED_URL] >> lux_logs/latest_run/output_files/FUNC-028-DRYRUN-CREATE.tmp echo ==$?== bash compare.sh...
Yes, it works sometimes, so that's how I came to the conclusion it was some kind of weird race condition, although I could be wrong. Unfortunately, looking at the `.event.log`...
Yes, that's correct. It looks like the last successful match was on `SH-PROMPT` in a previous macro, so it doesn't look like we have an expect/output mismatch. I'll paste in...
Hey Hakan, how does invoking a macro work? Does it just spawn a separate shell to run the macro or does it simply include the commands and run it within...
Yes, I ran the command manually on the terminal and it works as expected, repeatedly. I managed to narrow down the problem to the specific line with the `echo` function....
UPDATE 1: I experimented with the XML body I was sending and shortened it to test, and it looks like the shorter body works (consistently, with repeated running), which explains...
Gave your suggestions a try and it runs into the same problem. The multi-line command with cat > xml.tmp