blob: 0884a89d429b260b95cb6dabfe3f3d2584f1abca (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
TESTNEEDEDVARS="TEST_SKYPE_ID TEST_SKYPE_PASSWORD"
TESTDURATION=60
TESTCHECKRESULT="grep '\[Test Passed\]' status.log"
TESTLOGIN="$TEST_SKYPE_ID"
TESTPASSWORD="$TEST_SKYPE_PASSWORD"
### Test receiving info output
/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 on 0'
/expectjoin anothr.com -command 'msg $$C info anothrcom'
/expectbee 'Full Name: Anothr RSS Bot' -command 'quit Test Passed'
|