summaryrefslogtreecommitdiff
path: root/tests/twisted/tubes/offer-private-stream-tube.py
AgeCommit message (Collapse)AuthorFilesLines
2014-01-29update for new specGuillaume Desmottes1-7/+7
- NewChannels -> NewChannel - RequestableChannelClasses is now in Connection - Call. add InitialTones property
2013-10-16StreamTube.NewRemoteConnection now has a 'identifier' argumentGuillaume Desmottes1-2/+4
2013-09-23Add get_contact_handle_sync, get_contact_handles_sync; use in simple casesSimon McVittie1-1/+1
Telepathy 1.0 doesn't have RequestHandles. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69618 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2013-09-23Tests: replace GetSelfHandle calls with property-gettingSimon McVittie1-1/+1
sed expression: s/\.GetSelfHandle()/.Properties.Get(cs.CONN, "SelfHandle")/g adjusted by hand to exclude Group.GetSelfHandle() calls. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69618 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2012-05-17tube tests: remove all Chan.T.Tubes testsJonny Lamb1-156/+24
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-01-30tubetestutil: use temporary files as unix socket pathsJonny Lamb1-0/+2
This is all an attempt to make the unix socket path shorter. Fixes: fd.o#43981 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-01-11gabbletest.py: automatically connect connectionsJonny Lamb1-5/+1
Also add do_connect argument to exec_test so tests can opt-out. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2009-07-29tests: use constants for StatusChanged arguments throughoutSimon McVittie1-1/+2
Also remove some commented-out expectations of StatusChanged, and in tubes/accept-muc-dbus-tube.py, import constants as cs rather than c to be consistent with other tests. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2009-07-17tube tests: do not use the same socket file twice at the same timeAlban Crequy1-2/+2
2009-07-14Remove Disconnect() call from testsGuillaume Desmottes1-5/+0
The connection is disconnected at the end of each test in gabbletest.py so there is no point to do it in the test itself.
2009-07-13offer-private-stream-tube.py: use make_result_iq to create the disco replyGuillaume Desmottes1-4/+4
2009-05-28correctly use assertEqualsGuillaume Desmottes1-4/+4
2009-05-28update stream tube tests to deal with the debug_msg arg of the ↵Guillaume Desmottes1-2/+4
ConnectionClosed signal
2009-05-21test ConnectionClosed signal with ConnectionLostGuillaume Desmottes1-1/+5
2009-05-21NewConnection has been renamed NewRemoteConnectionGuillaume Desmottes1-4/+4
2009-05-21Define 'jabber:iq:roster' in ns.pyWill Thompson1-1/+1
2009-05-19offer-private-stream-tube.py: disable echo before we received the accessGuillaume Desmottes1-0/+6
control byte
2009-05-19offer-private-stream-tube.py: block the transport until we check the access ↵Guillaume Desmottes1-2/+8
control
2009-05-07pass the queue to check_new_connection_accessGuillaume Desmottes1-2/+2
This will be useful when we'll check the byte control
2009-05-05offer-private-stream-tube: check NewConnection access_control_paramGuillaume Desmottes1-8/+17
2009-05-04sync to latest tube API draftGuillaume Desmottes1-5/+4
org.freedesktop.Telepathy.Channel.Type.StreamTube.DRAFT.Offer() doesn't have a access_control_param any more.
2009-04-29offer-private-stream-tube.py: use new set_up_echoGuillaume Desmottes1-4/+4
2009-04-29run stream tube tests using exec_stream_tube_testGuillaume Desmottes1-4/+7
Stream tube tests now get the address type, access control and access control param as parameters.
2009-04-29Sync with latest tube spec DRAFTGuillaume Desmottes1-2/+2
{Offer,Accept}{DBus,Stream}Tube methods and the StreamTubeNewConnection signal have been renamed.
2009-04-15check_NewChannels_signal: check if the channel is in Requests's Channels ↵Guillaume Desmottes1-3/+3
property
2009-04-08clean up pyflakes warnings in testsDafydd Harries1-1/+1
2009-03-12Merge branch 'request-streams'Will Thompson1-3/+1
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Reviewed-by: Robert McQueen <robert.mcqueen@collabora.co.uk>
2009-03-12pass expected data len to get_dataGuillaume Desmottes1-6/+8
2009-03-11tests/twisted: Use conn.Requests instead of making a dbus.InterfaceSimon McVittie1-3/+1
2009-03-02offer-private-stream-tube: no need to run test with BytestreamSIFallback any ↵Guillaume Desmottes1-5/+0
more
2009-03-02offer-private-stream-tube.py: test using BytestreamSIFallback tooGuillaume Desmottes1-1/+6
2009-03-01Fix some conjugations in test commentsWill Thompson1-3/+3
2009-02-27use Bytestream.check_si_reply instead of parse_si_replyGuillaume Desmottes1-5/+2
2009-02-27use path returned by set_up_echoGuillaume Desmottes1-9/+4
2009-02-27move test of offering private stream tube to its own testGuillaume Desmottes1-0/+407