mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
Fix expected return code in tests when server is uninstalled
It is likely that these were fixed by the original change
b96906156b
but was uncaught because
these tests are not executed in CI because the server is configured.
https://pagure.io/freeipa/issue/7836
Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
parent
c1c50650a7
commit
cef4edd384
@ -367,8 +367,8 @@ IPA_CLIENT_NOT_CONFIGURED = b'IPA client is not configured on this system'
|
|||||||
[
|
[
|
||||||
# Commands delivered by the client pkg
|
# Commands delivered by the client pkg
|
||||||
(['ipa'], 1, None, IPA_CLIENT_NOT_CONFIGURED),
|
(['ipa'], 1, None, IPA_CLIENT_NOT_CONFIGURED),
|
||||||
(['ipa-certupdate'], 1, None, IPA_CLIENT_NOT_CONFIGURED),
|
(['ipa-certupdate'], 2, None, IPA_CLIENT_NOT_CONFIGURED),
|
||||||
(['ipa-client-automount'], 1, IPA_CLIENT_NOT_CONFIGURED, None),
|
(['ipa-client-automount'], 2, IPA_CLIENT_NOT_CONFIGURED, None),
|
||||||
# Commands delivered by the server pkg
|
# Commands delivered by the server pkg
|
||||||
(['ipa-adtrust-install'], 2, None, IPA_NOT_CONFIGURED),
|
(['ipa-adtrust-install'], 2, None, IPA_NOT_CONFIGURED),
|
||||||
(['ipa-advise'], 2, None, IPA_NOT_CONFIGURED),
|
(['ipa-advise'], 2, None, IPA_NOT_CONFIGURED),
|
||||||
|
Loading…
Reference in New Issue
Block a user