Attention is currently required from: laforge, pespin.
2 comments:
Patchset:
This looks like a similar issue to what I encountered before. If so the race is most likely that the f_IPA_send and the second f_vty_config2 have arrived in the same main loop iteration in the stp and the config change is being handled before the data is forwarded.
So I think that the first sleep is unnecessary and I's simply move the second config command until after re response is received.
File stp/STP_Tests.ttcn:
Patch Set #1, Line 149: f_vty_config2(VTY, {"cs7 instance 0"}, "network-indicator international");
I would just move this second config down after line 155 where we received the expected response.
To view, visit change 28131. To unsubscribe, or for help writing mail filters, visit settings.