ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Eugene Prokopiev <prokopiev@stc.donpac.ru>
To: ALT Linux Community <community@lists.altlinux.org>
Subject: Re: [Comm] Expect
Date: Thu, 23 Nov 2006 10:58:14 +0300
Message-ID: <45655496.7040004@stc.donpac.ru> (raw)
In-Reply-To: <1164215551.12822.1.camel@localhost>

еще более простой скрипт:

#!/usr/bin/expect -f

set timeout 5

spawn telnet 192.168.1.1

expect_after {
   timeout          { send_user "\nexecution error\n" ; exit 2 }
}

expect {
   "Welcome" {
     expect {
       "login: "    { send "admin\r" }
     }
     expect {
       "password: " { send "admin\r" }
     }
     send "delete bridge port intf ifname eoa-1\r"
     send "delete bridge port intf ifname eoa-2\r"
     send "exit\r"
     expect eof
   }
}

send_user "executed\n"
exit 0

вывод:

login: admin
password:
Login Successful
$delete bridge port intf ifname eoa-1
Error: Entry does not exist
$
execution error

каким образом (из какого expect) теперь я вываливаюсь по таймауту? 
закомментировал expect eof - оказалось из него. а почему тогда я не вижу 
вывода второго delete?

-- 
С уважением, Прокопьев Евгений



  parent reply	other threads:[~2006-11-23  7:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-22 12:22 Eugene Prokopiev
2006-11-22 17:12 ` Peter Volkov
2006-11-22 17:59   ` Eugene Prokopiev
2006-11-23  7:23   ` Eugene Prokopiev
2006-11-23  7:58   ` Eugene Prokopiev [this message]
2006-11-23  8:25   ` Eugene Prokopiev
2006-11-23  9:35   ` Eugene Prokopiev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45655496.7040004@stc.donpac.ru \
    --to=prokopiev@stc.donpac.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git