aboutsummaryrefslogtreecommitdiffstats
path: root/skype/t/irssi/skype-msg.test
blob: 64a2e17dd125ffab1ca782de0de21ab841ec83ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TESTNEEDEDVARS="TEST_SKYPE_ID TEST_SKYPE_PASSWORD"
TESTDURATION=60
TESTCHECKRESULT="grep '\[Test Passed\]' status.log"
TESTLOGIN="$TEST_SKYPE_ID"
TESTPASSWORD="$TEST_SKYPE_PASSWORD"
### Test sending and receiving messages
/expectbee 'Welcome to the BitlBee' -command 'msg $$C register testing'
/expectbee 'Account successfully created' -command 'msg $$C account add skype @LOGIN@ @PASSWORD@'
/expectbee 'Account successfully added' -command 'msg $$C account set 0/test_join true'
/expectbee 'test_join' -command 'msg $$C account on 0'
/expectjoin echo123 -command 'msg $$C echo123: ping, say pong'
/expectbee 'pong' -command 'quit Test Passed'