lib/sloe/ixia.rb in sloe-0.8.4 vs lib/sloe/ixia.rb in sloe-0.8.5
- old
+ new
@@ -135,10 +135,10 @@
|foreach vport $notReadyVportList {
| set port [ixNet getAttribute $vport -connectedTo]
| ixNet exec clearOwnership $port
| ixNet exec connectPort $vport
|}
- |if {[llength $doneList]} {
+ |if {[llength $notReadyVportList]} {
| after 10000
|}
TCL
code
end