From 38bb55721a0ad5eb7adfa0aa503ce9dc641bcd1d Mon Sep 17 00:00:00 2001 From: Paul Wolneykien Date: Tue, 11 Apr 2023 17:45:42 +0300 Subject: Update the "cancel-authentication" test to check for actual cancelling The purpose of "cancelling" state that was recently added to the greeter module is to notify the greeter client about session cancellation before disconnect. This patch adds a check for that behavior. Signed-off-by: Paul Wolneykien --- tests/scripts/cancel-authentication.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/cancel-authentication.conf b/tests/scripts/cancel-authentication.conf index 37168413..ebaabc34 100644 --- a/tests/scripts/cancel-authentication.conf +++ b/tests/scripts/cancel-authentication.conf @@ -27,6 +27,7 @@ # Cancel authentication #?*GREETER-X-0 CANCEL-AUTHENTICATION +#?GREETER-X-0 AUTHENTICATION-COMPLETE USERNAME=have-password1 AUTHENTICATED=FALSE # Start new authentication #?*GREETER-X-0 AUTHENTICATE USERNAME=have-password2 -- cgit v1.2.1