mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-25 15:10:16 +01:00
13 lines
373 B
Text
13 lines
373 B
Text
## this tests the server side in a successful auth of type ANONYMOUS
|
|
|
|
SERVER
|
|
## verify that prior to doing anything, we haven't authed as anyone
|
|
EXPECT_HAVE_NO_CREDENTIALS
|
|
SEND 'AUTH ANONYMOUS 442d42757320312e312e31'
|
|
EXPECT_COMMAND OK
|
|
EXPECT_STATE WAITING_FOR_INPUT
|
|
SEND 'BEGIN'
|
|
EXPECT_STATE AUTHENTICATED
|
|
## verify that we are still anonymous
|
|
EXPECT_HAVE_NO_CREDENTIALS
|
|
|